Html Css Color HEX #F20AD4 Hot Magenta

📋 copy color: '#F20AD4'

red 242 ◦ green 10 ◦ blue 212

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

Shades of Hot Magenta #F20AD4

Tints of Hot Magenta #F20AD4

RGB

 RED value IS 242 (94.92% from 255) = 52.16%

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 52.16%
G = 2.16%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F20AD4 (or 0xF20AD4) is known color: Hot Magenta. HEX triplet: F2, 0A and D4. RGB value is (242,10,212). Sum of RGB (Red+Green+Blue) = 242+10+212=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20AD4 is #0DF52B. Grayscale: #656565. Windows color (decimal): -914732 or 13896434. OLE color: 13896434.

HSL color Cylindrical-coordinate representation of color #F20AD4: hue angle of 307.76º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20AD4 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 10 212 -
CMYK 0 0.96 0.12 0.05
HSL 307.76º 0.92% 0.49% -
HSV(B) 307.76º 0.96% 0.95% -
XYZ 48.61 23.85 64.33 -
YUV 102.4 189.86 227.57 -
System Red Green Blue C M Y K H S L
Decimal 242 10 212 0 0.96 0.12 0.05 307.76 0.92 0.49
Hex F2 A D4 0 60 C 5 134 5C 31
Octal 362 12 324 0 140 14 5 464 134 61
Binary 11110010 1010 11010100 0 1100000 1100 101 100110100 1011100 110001

Color Harmonies of #F20AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20AD4

Black with #F20AD4

Text Example


Text Example

White with #F20AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20AD4; }

 p { color: rgb(242,10,212); }

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

background-color css

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

 a { background-color: rgb(242,10,212); }

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

border-color css

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

 span { border-color: rgb(242,10,212); }

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