COLOR #F29199

HEX: #F29199
RGB: (242,145,153)

Color info

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

RGB color model

#F29199 color RGB value is (242,145,153).

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

RGB channels and saturation

R 242 of 255 = 95%
G 145 of 255 = 57%
B 153 of 255 = 60%

242
145
153

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

Portions of RGB colors in percentages

R + G + B =
242 + 145 + 153 = 540 (100%)
R 242 of 540 ~ 44.81%
G 145 of 540 ~ 26.85%
B 153 of 540 ~ 28.33%

%44.81
%26.85
%28.33

CMYK color model

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

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

CMYK percentages

%0
%40.08
%36.78
%5.1

Codes

Color #F29199 in popluar color models

F29199
RGB242145153
HSL355°78.86%75.88%
HSB/HSV355°40.08%94.90%
CMYK0.00%40.08%36.78%
5.10%

Color #F29199 in popluar number systems.

HEXF29199
Decimal242145153
Binary111100101001000110011001
Octal362221231

Shades and tints

Shades of #F29199

#F29199
(242,145,153)
#DC848C
(220,132,140)
#C6777F
(198,119,127)
#B06A72
(176,106,114)
#9A5D65
(154,93,101)
#845058
(132,80,88)
#6E434B
(110,67,75)
#58363E
(88,54,62)
#422931
(66,41,49)
#2C1C24
(44,28,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #F29199

#F29199
(242,145,153)
#F39BA2
(243,155,162)
#F4A5AB
(244,165,171)
#F5AFB4
(245,175,180)
#F6B9BD
(246,185,189)
#F7C3C6
(247,195,198)
#F8CDCF
(248,205,207)
#F9D7D8
(249,215,216)
#FAE1E1
(250,225,225)
#FBEBEA
(251,235,234)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29199 color. Also use rgb(242,145,153) instead hex code.

Text Font Color

.myTextColor { color: #F29199; }

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

This text font color is #F29199.


Background Color

.myBgColor { background-color: #F29199; }

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

This div background color is #F29199.


Border color

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

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

This div border color is #F29199.


Opacity

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

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

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

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

This text has shadow with #F29199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29199 on black background.


Color preview on white background

This text has color #F29199 on white background.



Black color preview on #F29199 background

This text has black color on #F29199 background.


White color preview on #F29199 background

This text has white color on #F29199 background.