COLOR #F009FE

HEX: #F009FE
RGB: (240,9,254)

Color info

#F009FE contains mainly red and blue colors. Web safe color of #F009FE is #FF00FF (or #F0F).

RGB color model

#F009FE color RGB value is (240,9,254).

  • red value is 240;
  • green value is 9;
  • blue value is 254.
RGB:
(240,9,254)
(94%,4%,100%)

RGB channels and saturation

R 240 of 255 = 94%
G 9 of 255 = 4%
B 254 of 255 = 100%

240
9
254

R + G + B ~ 66%. #F009FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 9 + 254 = 503 (100%)
R 240 of 503 ~ 47.71%
G 9 of 503 ~ 1.79%
B 254 of 503 ~ 50.5%

%47.71
%50.5

CMYK color model

#F009FE color CMYK value is (6,96,0,0).

  • cyan value is 5.51%
  • magenta value is 96.46%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,96,0,0)
C6M96Y0K0 
(6%,96%,0%,0%)
(0.06/0.96/0.00/0.00)	

CMYK percentages

%5.51
%96.46
%0
%0.39

Codes

Color #F009FE in popluar color models

F009FE
RGB2409254
HSL297°99.19%51.57%
HSB/HSV297°96.46%99.61%
CMYK5.51%96.46%0.00%
0.39%

Color #F009FE in popluar number systems.

HEXF009FE
Decimal2409254
Binary11110000100111111110
Octal36011376

Shades and tints

Shades of #F009FE

#F009FE
(240,9,254)
#DB09E7
(219,9,231)
#C609D0
(198,9,208)
#B109B9
(177,9,185)
#9C09A2
(156,9,162)
#87098B
(135,9,139)
#720974
(114,9,116)
#5D095D
(93,9,93)
#480946
(72,9,70)
#33092F
(51,9,47)
#1E0918
(30,9,24)
#000000
(0,0,0)

Tints of #F009FE

#F009FE
(240,9,254)
#F11FFE
(241,31,254)
#F235FE
(242,53,254)
#F34BFE
(243,75,254)
#F461FE
(244,97,254)
#F577FE
(245,119,254)
#F68DFE
(246,141,254)
#F7A3FE
(247,163,254)
#F8B9FE
(248,185,254)
#F9CFFE
(249,207,254)
#FAE5FE
(250,229,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F009FE color. Also use rgb(240,9,254) instead hex code.

Text Font Color

.myTextColor { color: #F009FE; }

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

This text font color is #F009FE.


Background Color

.myBgColor { background-color: #F009FE; }

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

This div background color is #F009FE.


Border color

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

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

This div border color is #F009FE.


Opacity

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

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

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

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

This text has shadow with #F009FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F009FE on black background.


Color preview on white background

This text has color #F009FE on white background.



Black color preview on #F009FE background

This text has black color on #F009FE background.


White color preview on #F009FE background

This text has white color on #F009FE background.