COLOR #F29FE7

HEX: #F29FE7
RGB: (242,159,231)

Color info

#F29FE7 contains mainly red and blue colors. Web safe color of #F29FE7 is #FF99FF (or #F9F).

RGB color model

#F29FE7 color RGB value is (242,159,231).

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

RGB channels and saturation

R 242 of 255 = 95%
G 159 of 255 = 62%
B 231 of 255 = 91%

242
159
231

R + G + B ~ 83%. #F29FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 159 + 231 = 632 (100%)
R 242 of 632 ~ 38.29%
G 159 of 632 ~ 25.16%
B 231 of 632 ~ 36.55%

%38.29
%25.16
%36.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 4.55%
  • key color value is 5.10%
CMYK:
(0,34,5,5)
C0M34Y5K5 
(0%,34%,5%,5%)
(0.00/0.34/0.05/0.05)	

CMYK percentages

%0
%34.3
%4.55
%5.1

Codes

Color #F29FE7 in popluar color models

F29FE7
RGB242159231
HSL308°76.15%78.63%
HSB/HSV308°34.30%94.90%
CMYK0.00%34.30%4.55%
5.10%

Color #F29FE7 in popluar number systems.

HEXF29FE7
Decimal242159231
Binary111100101001111111100111
Octal362237347

Shades and tints

Shades of #F29FE7

#F29FE7
(242,159,231)
#DC91D2
(220,145,210)
#C683BD
(198,131,189)
#B075A8
(176,117,168)
#9A6793
(154,103,147)
#84597E
(132,89,126)
#6E4B69
(110,75,105)
#583D54
(88,61,84)
#422F3F
(66,47,63)
#2C212A
(44,33,42)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #F29FE7

#F29FE7
(242,159,231)
#F3A7E9
(243,167,233)
#F4AFEB
(244,175,235)
#F5B7ED
(245,183,237)
#F6BFEF
(246,191,239)
#F7C7F1
(247,199,241)
#F8CFF3
(248,207,243)
#F9D7F5
(249,215,245)
#FADFF7
(250,223,247)
#FBE7F9
(251,231,249)
#FCEFFB
(252,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29FE7; }

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

This text font color is #F29FE7.


Background Color

.myBgColor { background-color: #F29FE7; }

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

This div background color is #F29FE7.


Border color

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

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

This div border color is #F29FE7.


Opacity

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

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

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

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

This text has shadow with #F29FE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29FE7 on black background.


Color preview on white background

This text has color #F29FE7 on white background.



Black color preview on #F29FE7 background

This text has black color on #F29FE7 background.


White color preview on #F29FE7 background

This text has white color on #F29FE7 background.