COLOR #F29FD9

HEX: #F29FD9 RGB: (242,159,217)

Color info

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

RGB color model

#F29FD9 color RGB value is (242,159,217).

RGB: (242,159,217) (95%, 62%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 159 of 255 = 62%
B 217 of 255 = 85%

242
159
217

R + G + B ~ 81%. #F29FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 159 + 217 = 618 (100%)
R 242 of 618 ~ 39.16%
G 159 of 618 ~ 25.73%
B 217 of 618 ~ 35.11'%

%39.16
%25.73
%35.11

CMYK color model

#F29FD9 color CMYK value is (0,34,10,5).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 10.33%
  • key color value is 5.10%
CMYK: (0,34,10,5) C0M34Y10K5 (0%,34%,10%,5%) (0.00/0.34/0.10/0.05) 

CMYK percentages

%0
%34.3
%10.33
%5.1

Codes

Color #F29FD9 in popluar color models

F2 9F D9
RGB 242 159 217
HSL 318° 76.15% 78.63%
HSB/HSV 318° 34.30% 94.90%
CMYK 0.00% 34.30% 10.33%
5.10%

Color #F29FD9 in popluar number systems.

HEX F2 9F D9
Decimal 242 159 217
Binary 11110010 10011111 11011001
Octal 362 237 331

Shades and tints

Shades of #F29FD9

#F29FD9
(242,159,217)
#DC91C6
(220,145,198)
#C683B3
(198,131,179)
#B075A0
(176,117,160)
#9A678D
(154,103,141)
#84597A
(132,89,122)
#6E4B67
(110,75,103)
#583D54
(88,61,84)
#422F41
(66,47,65)
#2C212E
(44,33,46)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #F29FD9

#F29FD9
(242,159,217)
#F3A7DC
(243,167,220)
#F4AFDF
(244,175,223)
#F5B7E2
(245,183,226)
#F6BFE5
(246,191,229)
#F7C7E8
(247,199,232)
#F8CFEB
(248,207,235)
#F9D7EE
(249,215,238)
#FADFF1
(250,223,241)
#FBE7F4
(251,231,244)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29FD9; }

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

This text font color is #F29FD9.

Background Color

.myBgColor { background-color: #F29FD9; }

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

This div background color is #F29FD9.

Border color

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

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

This div border color is #F29FD9.

Opacity

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

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

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

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

This text has shadow with #F29FD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F29FD9.

Preview

Color preview on black background

This text has color #F29FD9 on black background.


Color preview on white background

This text has color #F29FD9 on white background.


Black color preview on #F29FD9 background

This text has black color on #F29FD9 background.


White color preview on #F29FD9 background

This text has white color on #F29FD9 background.


Related colors

Complementary color

Complementary color for #hex is #0D6026.


I love getcolorcode.com

Triadic colors

1 #D9F29F and #9FD9F2 with #F29FD9 are triadic colors.

2 #D99FF2 and #9FF2D9 with #F29FD9 are triadic colors.