COLOR #F29995

HEX: #F29995 RGB: (242,153,149)

Color info

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

RGB color model

#F29995 color RGB value is (242,153,149).

RGB: (242,153,149) (95%, 60%, 58%)

RGB channels and saturation

R 242 of 255 = 95%
G 153 of 255 = 60%
B 149 of 255 = 58%

242
153
149

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

Portions of RGB colors in percentages

R + G + B = 242 + 153 + 149 = 544 (100%)
R 242 of 544 ~ 44.49%
G 153 of 544 ~ 28.13%
B 149 of 544 ~ 27.39'%

%44.49
%28.13
%27.39

CMYK color model

#F29995 color CMYK value is (0,37,38,5).

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

CMYK: (0,37,38,5)
C0M37Y38K5 (0%, 37%, 38%, 5%)
(0.00 / 0.37 / 0.38 / 0.05)

CMYK percentages

%0
%36.78
%38.43
%5.1

Codes

Color #F29995 in popluar color models

F2 99 95
RGB 242 153 149
HSL 78.15% 76.67%
HSB/HSV 38.43% 94.90%
CMYK 0.00% 36.78% 38.43%
5.10%

Color #F29995 in popluar number systems.

HEX F2 99 95
Decimal 242 153 149
Binary 11110010 10011001 10010101
Octal 362 231 225

Shades and tints

Shades of #F29995

#F29995
(242,153,149)
#DC8C88
(220,140,136)
#C67F7B
(198,127,123)
#B0726E
(176,114,110)
#9A6561
(154,101,97)
#845854
(132,88,84)
#6E4B47
(110,75,71)
#583E3A
(88,62,58)
#42312D
(66,49,45)
#2C2420
(44,36,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #F29995

#F29995
(242,153,149)
#F3A29E
(243,162,158)
#F4ABA7
(244,171,167)
#F5B4B0
(245,180,176)
#F6BDB9
(246,189,185)
#F7C6C2
(247,198,194)
#F8CFCB
(248,207,203)
#F9D8D4
(249,216,212)
#FAE1DD
(250,225,221)
#FBEAE6
(251,234,230)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29995; }

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

This text font color is #F29995.

Background Color

.myBgColor { background-color: #F29995; }

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

This div background color is #F29995.

Border color

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

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

This div border color is #F29995.

Opacity

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

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

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

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

This text has shadow with #F29995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F29995.

Preview

Color preview on black background

This text has color #F29995 on black background.


Color preview on white background

This text has color #F29995 on white background.


Black color preview on #F29995 background

This text has black color on #F29995 background.


White color preview on #F29995 background

This text has white color on #F29995 background.


Related colors

Complementary color

Complementary color for #hex is #0D666A.


I love getcolorcode.com

Triadic colors

1 #95F299 and #9995F2 with #F29995 are triadic colors.

2 #9599F2 and #99F295 with #F29995 are triadic colors.