COLOR #F29696

HEX: #F29696
RGB: (242,150,150)

Color info

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

RGB color model

#F29696 color RGB value is (242,150,150).

  • red value is 242;
  • green value is 150;
  • blue value is 150.
RGB:
(242,150,150)
(95%,59%,59%)

RGB channels and saturation

R 242 of 255 = 95%
G 150 of 255 = 59%
B 150 of 255 = 59%

242
150
150

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

Portions of RGB colors in percentages

R + G + B =
242 + 150 + 150 = 542 (100%)
R 242 of 542 ~ 44.65%
G 150 of 542 ~ 27.68%
B 150 of 542 ~ 27.68%

%44.65
%27.68
%27.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.02%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(0,38,38,5)
C0M38Y38K5 
(0%,38%,38%,5%)
(0.00/0.38/0.38/0.05)	

CMYK percentages

%0
%38.02
%38.02
%5.1

Codes

Color #F29696 in popluar color models

F29696
RGB242150150
HSL77.97%76.86%
HSB/HSV38.02%94.90%
CMYK0.00%38.02%38.02%
5.10%

Color #F29696 in popluar number systems.

HEXF29696
Decimal242150150
Binary111100101001011010010110
Octal362226226

Shades and tints

Shades of #F29696

#F29696
(242,150,150)
#DC8989
(220,137,137)
#C67C7C
(198,124,124)
#B06F6F
(176,111,111)
#9A6262
(154,98,98)
#845555
(132,85,85)
#6E4848
(110,72,72)
#583B3B
(88,59,59)
#422E2E
(66,46,46)
#2C2121
(44,33,33)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #F29696

#F29696
(242,150,150)
#F39F9F
(243,159,159)
#F4A8A8
(244,168,168)
#F5B1B1
(245,177,177)
#F6BABA
(246,186,186)
#F7C3C3
(247,195,195)
#F8CCCC
(248,204,204)
#F9D5D5
(249,213,213)
#FADEDE
(250,222,222)
#FBE7E7
(251,231,231)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29696; }

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

This text font color is #F29696.


Background Color

.myBgColor { background-color: #F29696; }

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

This div background color is #F29696.


Border color

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

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

This div border color is #F29696.


Opacity

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

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

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

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

This text has shadow with #F29696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29696 on black background.


Color preview on white background

This text has color #F29696 on white background.



Black color preview on #F29696 background

This text has black color on #F29696 background.


White color preview on #F29696 background

This text has white color on #F29696 background.