COLOR #F29DF4

HEX: #F29DF4
RGB: (242,157,244)

Color info

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

RGB color model

#F29DF4 color RGB value is (242,157,244).

  • red value is 242;
  • green value is 157;
  • blue value is 244.
RGB:
(242,157,244)
(95%,62%,96%)

RGB channels and saturation

R 242 of 255 = 95%
G 157 of 255 = 62%
B 244 of 255 = 96%

242
157
244

R + G + B ~ 84%. #F29DF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 157 + 244 = 643 (100%)
R 242 of 643 ~ 37.64%
G 157 of 643 ~ 24.42%
B 244 of 643 ~ 37.95%

%37.64
%24.42
%37.95

CMYK color model

#F29DF4 color CMYK value is (1,36,0,4).

  • cyan value is 0.82%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(1,36,0,4)
C1M36Y0K4 
(1%,36%,0%,4%)
(0.01/0.36/0.00/0.04)	

CMYK percentages

%0.82
%35.66
%0
%4.31

Codes

Color #F29DF4 in popluar color models

F29DF4
RGB242157244
HSL299°79.82%78.63%
HSB/HSV299°35.66%95.69%
CMYK0.82%35.66%0.00%
4.31%

Color #F29DF4 in popluar number systems.

HEXF29DF4
Decimal242157244
Binary111100101001110111110100
Octal362235364

Shades and tints

Shades of #F29DF4

#F29DF4
(242,157,244)
#DC8FDE
(220,143,222)
#C681C8
(198,129,200)
#B073B2
(176,115,178)
#9A659C
(154,101,156)
#845786
(132,87,134)
#6E4970
(110,73,112)
#583B5A
(88,59,90)
#422D44
(66,45,68)
#2C1F2E
(44,31,46)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #F29DF4

#F29DF4
(242,157,244)
#F3A5F5
(243,165,245)
#F4ADF6
(244,173,246)
#F5B5F7
(245,181,247)
#F6BDF8
(246,189,248)
#F7C5F9
(247,197,249)
#F8CDFA
(248,205,250)
#F9D5FB
(249,213,251)
#FADDFC
(250,221,252)
#FBE5FD
(251,229,253)
#FCEDFE
(252,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29DF4; }

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

This text font color is #F29DF4.


Background Color

.myBgColor { background-color: #F29DF4; }

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

This div background color is #F29DF4.


Border color

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

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

This div border color is #F29DF4.


Opacity

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

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

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

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

This text has shadow with #F29DF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29DF4 on black background.


Color preview on white background

This text has color #F29DF4 on white background.



Black color preview on #F29DF4 background

This text has black color on #F29DF4 background.


White color preview on #F29DF4 background

This text has white color on #F29DF4 background.