COLOR #F19E9B

HEX: #F19E9B
RGB: (241,158,155)

Color info

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

RGB color model

#F19E9B color RGB value is (241,158,155).

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

RGB channels and saturation

R 241 of 255 = 95%
G 158 of 255 = 62%
B 155 of 255 = 61%

241
158
155

R + G + B ~ 73%. #F19E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 158 + 155 = 554 (100%)
R 241 of 554 ~ 43.5%
G 158 of 554 ~ 28.52%
B 155 of 554 ~ 27.98%

%43.5
%28.52
%27.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 35.68%
  • 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
%35.68
%5.49

Codes

Color #F19E9B in popluar color models

F19E9B
RGB241158155
HSL75.44%77.65%
HSB/HSV35.68%94.51%
CMYK0.00%34.44%35.68%
5.49%

Color #F19E9B in popluar number systems.

HEXF19E9B
Decimal241158155
Binary111100011001111010011011
Octal361236233

Shades and tints

Shades of #F19E9B

#F19E9B
(241,158,155)
#DC908D
(220,144,141)
#C7827F
(199,130,127)
#B27471
(178,116,113)
#9D6663
(157,102,99)
#885855
(136,88,85)
#734A47
(115,74,71)
#5E3C39
(94,60,57)
#492E2B
(73,46,43)
#34201D
(52,32,29)
#1F120F
(31,18,15)
#000000
(0,0,0)

Tints of #F19E9B

#F19E9B
(241,158,155)
#F2A6A4
(242,166,164)
#F3AEAD
(243,174,173)
#F4B6B6
(244,182,182)
#F5BEBF
(245,190,191)
#F6C6C8
(246,198,200)
#F7CED1
(247,206,209)
#F8D6DA
(248,214,218)
#F9DEE3
(249,222,227)
#FAE6EC
(250,230,236)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19E9B; }

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

This text font color is #F19E9B.


Background Color

.myBgColor { background-color: #F19E9B; }

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

This div background color is #F19E9B.


Border color

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

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

This div border color is #F19E9B.


Opacity

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

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

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

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

This text has shadow with #F19E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19E9B on black background.


Color preview on white background

This text has color #F19E9B on white background.



Black color preview on #F19E9B background

This text has black color on #F19E9B background.


White color preview on #F19E9B background

This text has white color on #F19E9B background.