Html Css Color HEX #F00ADE Hot Magenta

📋 copy color: '#F00ADE'

red 240 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #F00ADE

Tints of Hot Magenta #F00ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 50.85%
G = 2.12%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F00ADE (or 0xF00ADE) is known color: Hot Magenta. HEX triplet: F0, 0A and DE. RGB value is (240,10,222). Sum of RGB (Red+Green+Blue) = 240+10+222=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ADE is #0FF521. Grayscale: #666666. Windows color (decimal): -1045794 or 14551792. OLE color: 14551792.

HSL color Cylindrical-coordinate representation of color #F00ADE: hue angle of 304.7º 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 #F00ADE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 222 -
CMYK 0 0.96 0.08 0.06
HSL 304.7º 0.92% 0.49% -
HSV(B) 304.7º 0.96% 0.94% -
XYZ 49.23 24.02 71.15 -
YUV 102.94 195.2 225.76 -
System Red Green Blue C M Y K H S L
Decimal 240 10 222 0 0.96 0.08 0.06 304.7 0.92 0.49
Hex F0 A DE 0 60 8 6 131 5C 31
Octal 360 12 336 0 140 10 6 461 134 61
Binary 11110000 1010 11011110 0 1100000 1000 110 100110001 1011100 110001

Color Harmonies of #F00ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ADE

Black with #F00ADE

Text Example


Text Example

White with #F00ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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