COLOR #F199AC

HEX: #F199AC
RGB: (241,153,172)

Color info

#F199AC contains mainly red color. Web safe color of #F199AC is #FF9999 (or #F99).

RGB color model

#F199AC color RGB value is (241,153,172).

  • red value is 241;
  • green value is 153;
  • blue value is 172.
RGB:
(241,153,172)
(95%,60%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 153 of 255 = 60%
B 172 of 255 = 67%

241
153
172

R + G + B ~ 74%. #F199AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 153 + 172 = 566 (100%)
R 241 of 566 ~ 42.58%
G 153 of 566 ~ 27.03%
B 172 of 566 ~ 30.39%

%42.58
%27.03
%30.39

CMYK color model

#F199AC color CMYK value is (0,37,29,5).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 28.63%
  • key color value is 5.49%
CMYK:
(0,37,29,5)
C0M37Y29K5 
(0%,37%,29%,5%)
(0.00/0.37/0.29/0.05)	

CMYK percentages

%0
%36.51
%28.63
%5.49

Codes

Color #F199AC in popluar color models

F199AC
RGB241153172
HSL347°75.86%77.25%
HSB/HSV347°36.51%94.51%
CMYK0.00%36.51%28.63%
5.49%

Color #F199AC in popluar number systems.

HEXF199AC
Decimal241153172
Binary111100011001100110101100
Octal361231254

Shades and tints

Shades of #F199AC

#F199AC
(241,153,172)
#DC8C9D
(220,140,157)
#C77F8E
(199,127,142)
#B2727F
(178,114,127)
#9D6570
(157,101,112)
#885861
(136,88,97)
#734B52
(115,75,82)
#5E3E43
(94,62,67)
#493134
(73,49,52)
#342425
(52,36,37)
#1F1716
(31,23,22)
#000000
(0,0,0)

Tints of #F199AC

#F199AC
(241,153,172)
#F2A2B3
(242,162,179)
#F3ABBA
(243,171,186)
#F4B4C1
(244,180,193)
#F5BDC8
(245,189,200)
#F6C6CF
(246,198,207)
#F7CFD6
(247,207,214)
#F8D8DD
(248,216,221)
#F9E1E4
(249,225,228)
#FAEAEB
(250,234,235)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F199AC color. Also use rgb(241,153,172) instead hex code.

Text Font Color

.myTextColor { color: #F199AC; }

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

This text font color is #F199AC.


Background Color

.myBgColor { background-color: #F199AC; }

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

This div background color is #F199AC.


Border color

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

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

This div border color is #F199AC.


Opacity

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

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

Text with #F199AC 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 #F199AC;}

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

This text has shadow with #F199AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F199AC on black background.


Color preview on white background

This text has color #F199AC on white background.



Black color preview on #F199AC background

This text has black color on #F199AC background.


White color preview on #F199AC background

This text has white color on #F199AC background.