Html Css Color HEX #F420FF Magenta

📋 copy color: '#F420FF'

red 244 ◦ green 32 ◦ blue 255

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

Shades of Magenta #F420FF

Tints of Magenta #F420FF

RGB

 RED value IS 244 (95.7% from 255) = 45.95%

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 45.95%
G = 6.03%
B = 48.02%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F420FF (or 0xF420FF) is known color: Magenta. HEX triplet: F4, 20 and FF. RGB value is (244,32,255). Sum of RGB (Red+Green+Blue) = 244+32+255=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 32 (12.89% from 255 or 6.03% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F420FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F420FF is #0BDF00. Grayscale: #787878. Windows color (decimal): -777985 or 16720116. OLE color: 16720116.

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

Color convert

RGB 244 32 255 -
CMYK 0.04 0.87 0 0
HSL 297.04º 1% 0.56% -
HSV(B) 297.04º 0.87% 1% -
XYZ 55.87 27.49 96.97 -
YUV 120.81 203.74 215.87 -
System Red Green Blue C M Y K H S L
Decimal 244 32 255 0.04 0.87 0 0 297.04 1 0.56
Hex F4 20 FF 4 57 0 0 129 64 38
Octal 364 40 377 4 127 0 0 451 144 70
Binary 11110100 100000 11111111 100 1010111 0 0 100101001 1100100 111000

Color Harmonies of #F420FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F420FF

Black with #F420FF

Text Example


Text Example

White with #F420FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F420FF; }

 p { color: rgb(244,32,255); }

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

background-color css

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

 a { background-color: rgb(244,32,255); }

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

border-color css

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

 span { border-color: rgb(244,32,255); }

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