Shades of Hot Magenta #F00AD9
Tints of Hot Magenta #F00AD9
RGB
CMYK
RGB Variations
Color information
#F00AD9 (or 0xF00AD9) is known color: Hot Magenta. HEX triplet: F0, 0A and D9. RGB value is (240,10,217). Sum of RGB (Red+Green+Blue) = 240+10+217=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD9 is #0FF526. Grayscale: #656565. Windows color (decimal): -1045799 or 14224112. OLE color: 14224112.
HSL color Cylindrical-coordinate representation of color #F00AD9: hue angle of 306º 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 #F00AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 217 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.06 |
| HSL | 306º | 0.92% | 0.49% | - |
| HSV(B) | 306º | 0.96% | 0.94% | - |
| XYZ | 48.57 | 23.75 | 67.67 | - |
| YUV | 102.37 | 192.7 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 217 | 0 | 0.96 | 0.10 | 0.06 | 306 | 0.92 | 0.49 |
| Hex | F0 | A | D9 | 0 | 60 | A | 6 | 132 | 5C | 31 |
| Octal | 360 | 12 | 331 | 0 | 140 | 12 | 6 | 462 | 134 | 61 |
| Binary | 11110000 | 1010 | 11011001 | 0 | 1100000 | 1010 | 110 | 100110010 | 1011100 | 110001 |
Color Harmonies of #F00AD9
Complementary color
Monochromatic Colors of #F00AD9
Black with #F00AD9
Text Example
Text Example
White with #F00AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AD9; }
p { color: rgb(240,10,217); }
H1.HeaderClassName
{
color: #F00AD9;
}
.AnyTagClassName
{
color: #F00AD9;
}
</style>
background-color css
<style>
a { background-color: #F00AD9; }
a { background-color: rgb(240,10,217); }
div.DivClassName
{
background-color: #F00AD9;
}
.BgClassName
{
background-color: #F00AD9;
}
</style>
border-color css
<style>
span { border-color: #F00AD9; }
span { border-color: rgb(240,10,217); }
td.TdClassName
{
border-color: #F00AD9;
}
.TagClassName
{
border-color: #F00AD9;
}
</style>