COLOR #F19198

HEX: #F19198
RGB: (241,145,152)

Color info

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

RGB color model

#F19198 color RGB value is (241,145,152).

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

RGB channels and saturation

R 241 of 255 = 95%
G 145 of 255 = 57%
B 152 of 255 = 60%

241
145
152

R + G + B ~ 71%. #F19198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 145 + 152 = 538 (100%)
R 241 of 538 ~ 44.8%
G 145 of 538 ~ 26.95%
B 152 of 538 ~ 28.25%

%44.8
%26.95
%28.25

CMYK color model

#F19198 color CMYK value is (0,40,37,5).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 36.93%
  • key color value is 5.49%
CMYK:
(0,40,37,5)
C0M40Y37K5 
(0%,40%,37%,5%)
(0.00/0.40/0.37/0.05)	

CMYK percentages

%0
%39.83
%36.93
%5.49

Codes

Color #F19198 in popluar color models

F19198
RGB241145152
HSL356°77.42%75.69%
HSB/HSV356°39.83%94.51%
CMYK0.00%39.83%36.93%
5.49%

Color #F19198 in popluar number systems.

HEXF19198
Decimal241145152
Binary111100011001000110011000
Octal361221230

Shades and tints

Shades of #F19198

#F19198
(241,145,152)
#DC848B
(220,132,139)
#C7777E
(199,119,126)
#B26A71
(178,106,113)
#9D5D64
(157,93,100)
#885057
(136,80,87)
#73434A
(115,67,74)
#5E363D
(94,54,61)
#492930
(73,41,48)
#341C23
(52,28,35)
#1F0F16
(31,15,22)
#000000
(0,0,0)

Tints of #F19198

#F19198
(241,145,152)
#F29BA1
(242,155,161)
#F3A5AA
(243,165,170)
#F4AFB3
(244,175,179)
#F5B9BC
(245,185,188)
#F6C3C5
(246,195,197)
#F7CDCE
(247,205,206)
#F8D7D7
(248,215,215)
#F9E1E0
(249,225,224)
#FAEBE9
(250,235,233)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19198; }

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

This text font color is #F19198.


Background Color

.myBgColor { background-color: #F19198; }

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

This div background color is #F19198.


Border color

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

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

This div border color is #F19198.


Opacity

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

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

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

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

This text has shadow with #F19198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19198 on black background.


Color preview on white background

This text has color #F19198 on white background.



Black color preview on #F19198 background

This text has black color on #F19198 background.


White color preview on #F19198 background

This text has white color on #F19198 background.