Shades of Hot Magenta #FF0AD8
Tints of Hot Magenta #FF0AD8
RGB
CMYK
RGB Variations
Color information
#FF0AD8 (or 0xFF0AD8) is known color: Hot Magenta. HEX triplet: FF, 0A and D8. RGB value is (255,10,216). Sum of RGB (Red+Green+Blue) = 255+10+216=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AD8 is #00F527. Grayscale: #6A6A6A. Windows color (decimal): -62760 or 14158591. OLE color: 14158591.
HSL color Cylindrical-coordinate representation of color #FF0AD8: hue angle of 309.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 216 | - |
| CMYK | 0 | 0.96 | 0.15 | 0 |
| HSL | 309.55º | 1% | 0.52% | - |
| HSV(B) | 309.55º | 0.96% | 1% | - |
| XYZ | 53.74 | 26.43 | 67.24 | - |
| YUV | 106.74 | 189.67 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 216 | 0 | 0.96 | 0.15 | 0 | 309.55 | 1 | 0.52 |
| Hex | FF | A | D8 | 0 | 60 | F | 0 | 136 | 64 | 34 |
| Octal | 377 | 12 | 330 | 0 | 140 | 17 | 0 | 466 | 144 | 64 |
| Binary | 11111111 | 1010 | 11011000 | 0 | 1100000 | 1111 | 0 | 100110110 | 1100100 | 110100 |
Color Harmonies of #FF0AD8
Complementary color
Monochromatic Colors of #FF0AD8
Black with #FF0AD8
Text Example
Text Example
White with #FF0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AD8; }
p { color: rgb(255,10,216); }
H1.HeaderClassName
{
color: #FF0AD8;
}
.AnyTagClassName
{
color: #FF0AD8;
}
</style>
background-color css
<style>
a { background-color: #FF0AD8; }
a { background-color: rgb(255,10,216); }
div.DivClassName
{
background-color: #FF0AD8;
}
.BgClassName
{
background-color: #FF0AD8;
}
</style>
border-color css
<style>
span { border-color: #FF0AD8; }
span { border-color: rgb(255,10,216); }
td.TdClassName
{
border-color: #FF0AD8;
}
.TagClassName
{
border-color: #FF0AD8;
}
</style>