Html Css Color HEX #F420F0 Magenta

📋 copy color: '#F420F0'

red 244 ◦ green 32 ◦ blue 240

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

Shades of Magenta #F420F0

Tints of Magenta #F420F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 47.29%
G = 6.2%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F420F0 (or 0xF420F0) is known color: Magenta. HEX triplet: F4, 20 and F0. RGB value is (244,32,240). Sum of RGB (Red+Green+Blue) = 244+32+240=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F420F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F420F0 is #0BDF0F. Grayscale: #767676. Windows color (decimal): -778000 or 15737076. OLE color: 15737076.

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

Color convert

RGB 244 32 240 -
CMYK 0 0.87 0.02 0.04
HSL 301.13º 0.91% 0.54% -
HSV(B) 301.13º 0.87% 0.96% -
XYZ 53.55 26.56 84.74 -
YUV 119.1 196.24 217.09 -
System Red Green Blue C M Y K H S L
Decimal 244 32 240 0 0.87 0.02 0.04 301.13 0.91 0.54
Hex F4 20 F0 0 57 2 4 12D 5B 36
Octal 364 40 360 0 127 2 4 455 133 66
Binary 11110100 100000 11110000 0 1010111 10 100 100101101 1011011 110110

Color Harmonies of #F420F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F420F0

Black with #F420F0

Text Example


Text Example

White with #F420F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F420F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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