COLOR #F19B98

HEX: #F19B98
RGB: (241,155,152)

Color info

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

RGB color model

#F19B98 color RGB value is (241,155,152).

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

RGB channels and saturation

R 241 of 255 = 95%
G 155 of 255 = 61%
B 152 of 255 = 60%

241
155
152

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

Portions of RGB colors in percentages

R + G + B =
241 + 155 + 152 = 548 (100%)
R 241 of 548 ~ 43.98%
G 155 of 548 ~ 28.28%
B 152 of 548 ~ 27.74%

%43.98
%28.28
%27.74

CMYK color model

#F19B98 color CMYK value is (0,36,37,5).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 36.93%
  • key color value is 5.49%
CMYK:
(0,36,37,5)
C0M36Y37K5 
(0%,36%,37%,5%)
(0.00/0.36/0.37/0.05)	

CMYK percentages

%0
%35.68
%36.93
%5.49

Codes

Color #F19B98 in popluar color models

F19B98
RGB241155152
HSL76.07%77.06%
HSB/HSV36.93%94.51%
CMYK0.00%35.68%36.93%
5.49%

Color #F19B98 in popluar number systems.

HEXF19B98
Decimal241155152
Binary111100011001101110011000
Octal361233230

Shades and tints

Shades of #F19B98

#F19B98
(241,155,152)
#DC8D8B
(220,141,139)
#C77F7E
(199,127,126)
#B27171
(178,113,113)
#9D6364
(157,99,100)
#885557
(136,85,87)
#73474A
(115,71,74)
#5E393D
(94,57,61)
#492B30
(73,43,48)
#341D23
(52,29,35)
#1F0F16
(31,15,22)
#000000
(0,0,0)

Tints of #F19B98

#F19B98
(241,155,152)
#F2A4A1
(242,164,161)
#F3ADAA
(243,173,170)
#F4B6B3
(244,182,179)
#F5BFBC
(245,191,188)
#F6C8C5
(246,200,197)
#F7D1CE
(247,209,206)
#F8DAD7
(248,218,215)
#F9E3E0
(249,227,224)
#FAECE9
(250,236,233)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19B98; }

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

This text font color is #F19B98.


Background Color

.myBgColor { background-color: #F19B98; }

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

This div background color is #F19B98.


Border color

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

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

This div border color is #F19B98.


Opacity

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

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

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

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

This text has shadow with #F19B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19B98 on black background.


Color preview on white background

This text has color #F19B98 on white background.



Black color preview on #F19B98 background

This text has black color on #F19B98 background.


White color preview on #F19B98 background

This text has white color on #F19B98 background.