Html Css Color HEX #F020FA Magenta

📋 copy color: '#F020FA'

red 240 ◦ green 32 ◦ blue 250

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

Shades of Magenta #F020FA

Tints of Magenta #F020FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 45.98%
G = 6.13%
B = 47.89%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F020FA (or 0xF020FA) is known color: Magenta. HEX triplet: F0, 20 and FA. RGB value is (240,32,250). Sum of RGB (Red+Green+Blue) = 240+32+250=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #F020FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020FA is #0FDF05. Grayscale: #767676. Windows color (decimal): -1040134 or 16392432. OLE color: 16392432.

HSL color Cylindrical-coordinate representation of color #F020FA: hue angle of 297.25º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020FA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 32 250 -
CMYK 0.04 0.87 0 0.02
HSL 297.25º 0.96% 0.55% -
HSV(B) 297.25º 0.87% 0.98% -
XYZ 53.71 26.46 92.72 -
YUV 119.04 201.91 214.27 -
System Red Green Blue C M Y K H S L
Decimal 240 32 250 0.04 0.87 0 0.02 297.25 0.96 0.55
Hex F0 20 FA 4 57 0 2 129 60 37
Octal 360 40 372 4 127 0 2 451 140 67
Binary 11110000 100000 11111010 100 1010111 0 10 100101001 1100000 110111

Color Harmonies of #F020FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020FA

Black with #F020FA

Text Example


Text Example

White with #F020FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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