Shades of Hot Magenta #F00AD8
Tints of Hot Magenta #F00AD8
RGB
CMYK
RGB Variations
Color information
#F00AD8 (or 0xF00AD8) is known color: Hot Magenta. HEX triplet: F0, 0A and D8. RGB value is (240,10,216). Sum of RGB (Red+Green+Blue) = 240+10+216=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD8 is #0FF527. Grayscale: #656565. Windows color (decimal): -1045800 or 14158576. OLE color: 14158576.
HSL color Cylindrical-coordinate representation of color #F00AD8: hue angle of 306.26º 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 #F00AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 216 | - |
| CMYK | 0 | 0.96 | 0.1 | 0.06 |
| HSL | 306.26º | 0.92% | 0.49% | - |
| HSV(B) | 306.26º | 0.96% | 0.94% | - |
| XYZ | 48.44 | 23.7 | 66.99 | - |
| YUV | 102.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 216 | 0 | 0.96 | 0.1 | 0.06 | 306.26 | 0.92 | 0.49 |
| Hex | F0 | A | D8 | 0 | 60 | A | 6 | 132 | 5C | 31 |
| Octal | 360 | 12 | 330 | 0 | 140 | 12 | 6 | 462 | 134 | 61 |
| Binary | 11110000 | 1010 | 11011000 | 0 | 1100000 | 1010 | 110 | 100110010 | 1011100 | 110001 |
Color Harmonies of #F00AD8
Complementary color
Monochromatic Colors of #F00AD8
Black with #F00AD8
Text Example
Text Example
White with #F00AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AD8; }
p { color: rgb(240,10,216); }
H1.HeaderClassName
{
color: #F00AD8;
}
.AnyTagClassName
{
color: #F00AD8;
}
</style>
background-color css
<style>
a { background-color: #F00AD8; }
a { background-color: rgb(240,10,216); }
div.DivClassName
{
background-color: #F00AD8;
}
.BgClassName
{
background-color: #F00AD8;
}
</style>
border-color css
<style>
span { border-color: #F00AD8; }
span { border-color: rgb(240,10,216); }
td.TdClassName
{
border-color: #F00AD8;
}
.TagClassName
{
border-color: #F00AD8;
}
</style>