Html Css Color HEX #F009FE Magenta

📋 copy color: '#F009FE'

red 240 ◦ green 9 ◦ blue 254

#F009FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F009FE

Tints of Magenta #F009FE

RGB

 RED value IS 240 (94.14% from 255) = 47.71%

 GREEN value IS 9 (3.91% from 255) = 1.79%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 47.71%
G = 1.79%
B = 50.5%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F009FE (or 0xF009FE) is known color: Magenta. HEX triplet: F0, 09 and FE. RGB value is (240,9,254). Sum of RGB (Red+Green+Blue) = 240+9+254=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 9 (3.91% from 255 or 1.79% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #F009FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F009FE is #0FF601. Grayscale: #696969. Windows color (decimal): -1046018 or 16648688. OLE color: 16648688.

HSL color Cylindrical-coordinate representation of color #F009FE: hue angle of 296.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009FE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 9 254 -
CMYK 0.06 0.96 0 0.00
HSL 296.57º 0.99% 0.52% -
HSV(B) 296.57º 0.96% 1% -
XYZ 53.92 25.88 95.92 -
YUV 106 211.53 223.58 -
System Red Green Blue C M Y K H S L
Decimal 240 9 254 0.06 0.96 0 0.00 296.57 0.99 0.52
Hex F0 9 FE 6 60 0 0 129 63 34
Octal 360 11 376 6 140 0 0 451 143 64
Binary 11110000 1001 11111110 110 1100000 0 0 100101001 1100011 110100

Color Harmonies of #F009FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009FE

Black with #F009FE

Text Example


Text Example

White with #F009FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009FE; }

 p { color: rgb(240,9,254); }

 H1.HeaderClassName
 {
   color: #F009FE;
 }
 .AnyTagClassName
 {
   color: #F009FE;
 }
</style>

background-color css

<style>
 a { background-color: #F009FE; }

 a { background-color: rgb(240,9,254); }

 div.DivClassName
 {
   background-color: #F009FE;
 }
 .BgClassName
 {
   background-color: #F009FE;
 }
</style>

border-color css

<style>
 span { border-color: #F009FE; }

 span { border-color: rgb(240,9,254); }

 td.TdClassName
 {
   border-color: #F009FE;
 }
 .TagClassName
 {
   border-color: #F009FE;
 }
</style>