COLOR #F29FB9

HEX: #F29FB9
RGB: (242,159,185)

Color info

#F29FB9 contains mainly red and blue colors. Web safe color of #F29FB9 is #FF99CC (or #F9C).

RGB color model

#F29FB9 color RGB value is (242,159,185).

  • red value is 242;
  • green value is 159;
  • blue value is 185.
RGB:
(242,159,185)
(95%,62%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 159 of 255 = 62%
B 185 of 255 = 73%

242
159
185

R + G + B ~ 77%. #F29FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 159 + 185 = 586 (100%)
R 242 of 586 ~ 41.3%
G 159 of 586 ~ 27.13%
B 185 of 586 ~ 31.57%

%41.3
%27.13
%31.57

CMYK color model

#F29FB9 color CMYK value is (0,34,24,5).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 23.55%
  • key color value is 5.10%
CMYK:
(0,34,24,5)
C0M34Y24K5 
(0%,34%,24%,5%)
(0.00/0.34/0.24/0.05)	

CMYK percentages

%0
%34.3
%23.55
%5.1

Codes

Color #F29FB9 in popluar color models

F29FB9
RGB242159185
HSL341°76.15%78.63%
HSB/HSV341°34.30%94.90%
CMYK0.00%34.30%23.55%
5.10%

Color #F29FB9 in popluar number systems.

HEXF29FB9
Decimal242159185
Binary111100101001111110111001
Octal362237271

Shades and tints

Shades of #F29FB9

#F29FB9
(242,159,185)
#DC91A9
(220,145,169)
#C68399
(198,131,153)
#B07589
(176,117,137)
#9A6779
(154,103,121)
#845969
(132,89,105)
#6E4B59
(110,75,89)
#583D49
(88,61,73)
#422F39
(66,47,57)
#2C2129
(44,33,41)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #F29FB9

#F29FB9
(242,159,185)
#F3A7BF
(243,167,191)
#F4AFC5
(244,175,197)
#F5B7CB
(245,183,203)
#F6BFD1
(246,191,209)
#F7C7D7
(247,199,215)
#F8CFDD
(248,207,221)
#F9D7E3
(249,215,227)
#FADFE9
(250,223,233)
#FBE7EF
(251,231,239)
#FCEFF5
(252,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29FB9; }

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

This text font color is #F29FB9.


Background Color

.myBgColor { background-color: #F29FB9; }

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

This div background color is #F29FB9.


Border color

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

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

This div border color is #F29FB9.


Opacity

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

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

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

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

This text has shadow with #F29FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29FB9 on black background.


Color preview on white background

This text has color #F29FB9 on white background.



Black color preview on #F29FB9 background

This text has black color on #F29FB9 background.


White color preview on #F29FB9 background

This text has white color on #F29FB9 background.