Html Css Color HEX #F020FE Magenta

📋 copy color: '#F020FE'

red 240 ◦ green 32 ◦ blue 254

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

Shades of Magenta #F020FE

Tints of Magenta #F020FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.08%

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

R = 45.63%
G = 6.08%
B = 48.29%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F020FE (or 0xF020FE) is known color: Magenta. HEX triplet: F0, 20 and FE. RGB value is (240,32,254). Sum of RGB (Red+Green+Blue) = 240+32+254=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 32 (12.89% from 255 or 6.08% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #F020FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020FE is #0FDF01. Grayscale: #767676. Windows color (decimal): -1040130 or 16654576. OLE color: 16654576.

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

Color convert

RGB 240 32 254 -
CMYK 0.06 0.87 0 0.00
HSL 296.22º 0.99% 0.56% -
HSV(B) 296.22º 0.87% 1% -
XYZ 54.34 26.71 96.06 -
YUV 119.5 203.91 213.95 -
System Red Green Blue C M Y K H S L
Decimal 240 32 254 0.06 0.87 0 0.00 296.22 0.99 0.56
Hex F0 20 FE 6 57 0 0 128 63 38
Octal 360 40 376 6 127 0 0 450 143 70
Binary 11110000 100000 11111110 110 1010111 0 0 100101000 1100011 111000

Color Harmonies of #F020FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020FE

Black with #F020FE

Text Example


Text Example

White with #F020FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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