COLOR #F29D95

HEX: #F29D95 RGB: (242,157,149)

Color info

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

RGB color model

#F29D95 color RGB value is (242,157,149).

RGB: (242,157,149) (95%, 62%, 58%)

RGB channels and saturation

R 242 of 255 = 95%
G 157 of 255 = 62%
B 149 of 255 = 58%

242
157
149

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

Portions of RGB colors in percentages

R + G + B = 242 + 157 + 149 = 548 (100%)
R 242 of 548 ~ 44.16%
G 157 of 548 ~ 28.65%
B 149 of 548 ~ 27.19'%

%44.16
%28.65
%27.19

CMYK color model

#F29D95 color CMYK value is (0,35,38,5).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 38.43%
  • key color value is 5.10%

CMYK: (0,35,38,5)
C0M35Y38K5 (0%, 35%, 38%, 5%)
(0.00 / 0.35 / 0.38 / 0.05)

CMYK percentages

%0
%35.12
%38.43
%5.1

Codes

Color #F29D95 in popluar color models

F2 9D 95
RGB 242 157 149
HSL 78.15% 76.67%
HSB/HSV 38.43% 94.90%
CMYK 0.00% 35.12% 38.43%
5.10%

Color #F29D95 in popluar number systems.

HEX F2 9D 95
Decimal 242 157 149
Binary 11110010 10011101 10010101
Octal 362 235 225

Shades and tints

Shades of #F29D95

#F29D95
(242,157,149)
#DC8F88
(220,143,136)
#C6817B
(198,129,123)
#B0736E
(176,115,110)
#9A6561
(154,101,97)
#845754
(132,87,84)
#6E4947
(110,73,71)
#583B3A
(88,59,58)
#422D2D
(66,45,45)
#2C1F20
(44,31,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #F29D95

#F29D95
(242,157,149)
#F3A59E
(243,165,158)
#F4ADA7
(244,173,167)
#F5B5B0
(245,181,176)
#F6BDB9
(246,189,185)
#F7C5C2
(247,197,194)
#F8CDCB
(248,205,203)
#F9D5D4
(249,213,212)
#FADDDD
(250,221,221)
#FBE5E6
(251,229,230)
#FCEDEF
(252,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29D95 color. Also use rgb(242,157,149) instead hex code.

Text Font Color

.myTextColor { color: #F29D95; }

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

This text font color is #F29D95.

Background Color

.myBgColor { background-color: #F29D95; }

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

This div background color is #F29D95.

Border color

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

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

This div border color is #F29D95.

Opacity

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

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

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

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

This text has shadow with #F29D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F29D95.

Preview

Color preview on black background

This text has color #F29D95 on black background.


Color preview on white background

This text has color #F29D95 on white background.


Black color preview on #F29D95 background

This text has black color on #F29D95 background.


White color preview on #F29D95 background

This text has white color on #F29D95 background.


Related colors

Complementary color

Complementary color for #hex is #0D626A.


I love getcolorcode.com

Triadic colors

1 #95F29D and #9D95F2 with #F29D95 are triadic colors.

2 #959DF2 and #9DF295 with #F29D95 are triadic colors.