COLOR #F29992

HEX: #F29992
RGB: (242,153,146)

Color info

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

RGB color model

#F29992 color RGB value is (242,153,146).

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

RGB channels and saturation

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

242
153
146

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

Portions of RGB colors in percentages

R + G + B =
242 + 153 + 146 = 541 (100%)
R 242 of 541 ~ 44.73%
G 153 of 541 ~ 28.28%
B 146 of 541 ~ 26.99%

%44.73
%28.28
%26.99

CMYK color model

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

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

CMYK percentages

%0
%36.78
%39.67
%5.1

Codes

Color #F29992 in popluar color models

F29992
RGB242153146
HSL78.69%76.08%
HSB/HSV39.67%94.90%
CMYK0.00%36.78%39.67%
5.10%

Color #F29992 in popluar number systems.

HEXF29992
Decimal242153146
Binary111100101001100110010010
Octal362231222

Shades and tints

Shades of #F29992

#F29992
(242,153,146)
#DC8C85
(220,140,133)
#C67F78
(198,127,120)
#B0726B
(176,114,107)
#9A655E
(154,101,94)
#845851
(132,88,81)
#6E4B44
(110,75,68)
#583E37
(88,62,55)
#42312A
(66,49,42)
#2C241D
(44,36,29)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #F29992

#F29992
(242,153,146)
#F3A29B
(243,162,155)
#F4ABA4
(244,171,164)
#F5B4AD
(245,180,173)
#F6BDB6
(246,189,182)
#F7C6BF
(247,198,191)
#F8CFC8
(248,207,200)
#F9D8D1
(249,216,209)
#FAE1DA
(250,225,218)
#FBEAE3
(251,234,227)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29992; }

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

This text font color is #F29992.


Background Color

.myBgColor { background-color: #F29992; }

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

This div background color is #F29992.


Border color

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

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

This div border color is #F29992.


Opacity

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

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

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

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

This text has shadow with #F29992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29992 on black background.


Color preview on white background

This text has color #F29992 on white background.



Black color preview on #F29992 background

This text has black color on #F29992 background.


White color preview on #F29992 background

This text has white color on #F29992 background.