COLOR #F176B1

HEX: #F176B1
RGB: (241,118,177)

Renk bilgisi

#F176B1 contains mainly red color. #F176B1 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#F176B1 color RGB value is (241,118,177).

  • kırmız ton 241;
  • yeşil ton 118;
  • mavi ton 177.
RGB:
(241,118,177)
(95%,46%,69%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 118 of 255 = 46%
B 177 of 255 = 69%

241
118
177

R + G + B ~ 70%. #F176B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 118 + 177 = 536 (100%)
R 241 of 536 ~ 44.96%
G 118 of 536 ~ 22.01%
B 177 of 536 ~ 33.02%

%44.96
%22.01
%33.02

CMYK RENK MODELİ

#F176B1 rengi CMYK tonu (0,51,27,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.04%
  • sarı tonu 26.56%
  • ana renk tonu 5.49%
CMYK:
(0,51,27,5)
C0M51Y27K5 
(0%,51%,27%,5%)
(0.00/0.51/0.27/0.05)	

CMYK yüzdeleri

%0
%51.04
%26.56
%5.49

Codes

Color #F176B1 in popluar color models

F176B1
RGB241118177
HSL331°81.46%70.39%
HSB/HSV331°51.04%94.51%
CMYK0.00%51.04%26.56%
5.49%

Color #F176B1 in popluar number systems.

HEXF176B1
Decimal241118177
Binary11110001111011010110001
Octal361166261

Shades and tints

Shades of #F176B1

#F176B1
(241,118,177)
#DC6CA1
(220,108,161)
#C76291
(199,98,145)
#B25881
(178,88,129)
#9D4E71
(157,78,113)
#884461
(136,68,97)
#733A51
(115,58,81)
#5E3041
(94,48,65)
#492631
(73,38,49)
#341C21
(52,28,33)
#1F1211
(31,18,17)
#000000
(0,0,0)

Tints of #F176B1

#F176B1
(241,118,177)
#F282B8
(242,130,184)
#F38EBF
(243,142,191)
#F49AC6
(244,154,198)
#F5A6CD
(245,166,205)
#F6B2D4
(246,178,212)
#F7BEDB
(247,190,219)
#F8CAE2
(248,202,226)
#F9D6E9
(249,214,233)
#FAE2F0
(250,226,240)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F176B1 color. Also use rgb(241,118,177) instead hex code.

Text Font Color

.myTextColor { color: #F176B1; }

<p style="color:#F176B1">This sample text font color is #F176B1.</p>

This text font color is #F176B1.


Background Color

.myBgColor { background-color: #F176B1; }

<div style="background-color:#F176B1">Inner text</div>

This div background color is #F176B1.


Border color

.myBorderColor { border: 1px solid #F176B1; }

<div style="border:3px solid #F176B1">Div</div>

This div border color is #F176B1.


Opacity

.myOpacity80 { color: #F176B1; opacity: 0.8; }

<p style="color:#F176B1;opacity:0.8;">80%</p>

Text with #F176B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F176B1;}

<p style="text-shadow: 3px 3px 1px #F176B1">Text here.</p>

This text has shadow with #F176B1 color.

.textShadow {text-shadow: 3px 3px 1px #F176B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F176B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #F176B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F176B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F176B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #F176B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F176B1;
  -webkit-box-shadow:	1px 1px 3px 2px #F176B1;
  box-shadow:		1px 1px 3px 2px #F176B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F176B1;
-webkit-box-shadow: 1px 1px 3px 2px #F176B1;
box-shadow:1px 1px 3px 2px #F176B1;">
Div content here</div>
This div box has shadow with color #F176B1.

Preview

Color preview on black background

This text has color #F176B1 on black background.


Color preview on white background

This text has color #F176B1 on white background.



Black color preview on #F176B1 background

This text has black color on #F176B1 background.


White color preview on #F176B1 background

This text has white color on #F176B1 background.