Html Css Color HEX #F00AD0 Hot Magenta

📋 copy color: '#F00AD0'

red 240 ◦ green 10 ◦ blue 208

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

Shades of Hot Magenta #F00AD0

Tints of Hot Magenta #F00AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 52.4%
G = 2.18%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F00AD0 (or 0xF00AD0) is known color: Hot Magenta. HEX triplet: F0, 0A and D0. RGB value is (240,10,208). Sum of RGB (Red+Green+Blue) = 240+10+208=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD0 is #0FF52F. Grayscale: #646464. Windows color (decimal): -1045808 or 13634288. OLE color: 13634288.

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

Color convert

RGB 240 10 208 -
CMYK 0 0.96 0.13 0.06
HSL 308.35º 0.92% 0.49% -
HSV(B) 308.35º 0.96% 0.94% -
XYZ 47.43 23.3 61.67 -
YUV 101.34 188.2 226.9 -
System Red Green Blue C M Y K H S L
Decimal 240 10 208 0 0.96 0.13 0.06 308.35 0.92 0.49
Hex F0 A D0 0 60 D 6 134 5C 31
Octal 360 12 320 0 140 15 6 464 134 61
Binary 11110000 1010 11010000 0 1100000 1101 110 100110100 1011100 110001

Color Harmonies of #F00AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AD0

Black with #F00AD0

Text Example


Text Example

White with #F00AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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