COLOR #F19E9A

HEX: #F19E9A
RGB: (241,158,154)

Color info

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

RGB color model

#F19E9A color RGB value is (241,158,154).

  • red value is 241;
  • green value is 158;
  • blue value is 154.
RGB:
(241,158,154)
(95%,62%,60%)

RGB channels and saturation

R 241 of 255 = 95%
G 158 of 255 = 62%
B 154 of 255 = 60%

241
158
154

R + G + B ~ 72%. #F19E9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 158 + 154 = 553 (100%)
R 241 of 553 ~ 43.58%
G 158 of 553 ~ 28.57%
B 154 of 553 ~ 27.85%

%43.58
%28.57
%27.85

CMYK color model

#F19E9A color CMYK value is (0,34,36,5).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 36.10%
  • key color value is 5.49%
CMYK:
(0,34,36,5)
C0M34Y36K5 
(0%,34%,36%,5%)
(0.00/0.34/0.36/0.05)	

CMYK percentages

%0
%34.44
%36.1
%5.49

Codes

Color #F19E9A in popluar color models

F19E9A
RGB241158154
HSL75.65%77.45%
HSB/HSV36.10%94.51%
CMYK0.00%34.44%36.10%
5.49%

Color #F19E9A in popluar number systems.

HEXF19E9A
Decimal241158154
Binary111100011001111010011010
Octal361236232

Shades and tints

Shades of #F19E9A

#F19E9A
(241,158,154)
#DC908C
(220,144,140)
#C7827E
(199,130,126)
#B27470
(178,116,112)
#9D6662
(157,102,98)
#885854
(136,88,84)
#734A46
(115,74,70)
#5E3C38
(94,60,56)
#492E2A
(73,46,42)
#34201C
(52,32,28)
#1F120E
(31,18,14)
#000000
(0,0,0)

Tints of #F19E9A

#F19E9A
(241,158,154)
#F2A6A3
(242,166,163)
#F3AEAC
(243,174,172)
#F4B6B5
(244,182,181)
#F5BEBE
(245,190,190)
#F6C6C7
(246,198,199)
#F7CED0
(247,206,208)
#F8D6D9
(248,214,217)
#F9DEE2
(249,222,226)
#FAE6EB
(250,230,235)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19E9A color. Also use rgb(241,158,154) instead hex code.

Text Font Color

.myTextColor { color: #F19E9A; }

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

This text font color is #F19E9A.


Background Color

.myBgColor { background-color: #F19E9A; }

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

This div background color is #F19E9A.


Border color

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

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

This div border color is #F19E9A.


Opacity

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

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

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

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

This text has shadow with #F19E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19E9A on black background.


Color preview on white background

This text has color #F19E9A on white background.



Black color preview on #F19E9A background

This text has black color on #F19E9A background.


White color preview on #F19E9A background

This text has white color on #F19E9A background.