Html Css Color HEX #F00AD4 Hot Magenta

📋 copy color: '#F00AD4'

red 240 ◦ green 10 ◦ blue 212

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

Shades of Hot Magenta #F00AD4

Tints of Hot Magenta #F00AD4

RGB

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

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

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

R = 51.95%
G = 2.16%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F00AD4 (or 0xF00AD4) is known color: Hot Magenta. HEX triplet: F0, 0A and D4. RGB value is (240,10,212). Sum of RGB (Red+Green+Blue) = 240+10+212=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD4 is #0FF52B. Grayscale: #656565. Windows color (decimal): -1045804 or 13896432. OLE color: 13896432.

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

Color convert

RGB 240 10 212 -
CMYK 0 0.96 0.12 0.06
HSL 307.3º 0.92% 0.49% -
HSV(B) 307.3º 0.96% 0.94% -
XYZ 47.93 23.5 64.3 -
YUV 101.8 190.2 226.57 -
System Red Green Blue C M Y K H S L
Decimal 240 10 212 0 0.96 0.12 0.06 307.3 0.92 0.49
Hex F0 A D4 0 60 C 6 133 5C 31
Octal 360 12 324 0 140 14 6 463 134 61
Binary 11110000 1010 11010100 0 1100000 1100 110 100110011 1011100 110001

Color Harmonies of #F00AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AD4

Black with #F00AD4

Text Example


Text Example

White with #F00AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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