Shades of Hot Magenta #FF0AD7
Tints of Hot Magenta #FF0AD7
RGB
CMYK
RGB Variations
Color information
#FF0AD7 (or 0xFF0AD7) is known color: Hot Magenta. HEX triplet: FF, 0A and D7. RGB value is (255,10,215). Sum of RGB (Red+Green+Blue) = 255+10+215=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AD7 is #00F528. Grayscale: #6A6A6A. Windows color (decimal): -62761 or 14093055. OLE color: 14093055.
HSL color Cylindrical-coordinate representation of color #FF0AD7: hue angle of 309.8º 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 #FF0AD7 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 215 | - |
| CMYK | 0 | 0.96 | 0.16 | 0 |
| HSL | 309.8º | 1% | 0.52% | - |
| HSV(B) | 309.8º | 0.96% | 1% | - |
| XYZ | 53.61 | 26.38 | 66.56 | - |
| YUV | 106.63 | 189.17 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 215 | 0 | 0.96 | 0.16 | 0 | 309.8 | 1 | 0.52 |
| Hex | FF | A | D7 | 0 | 60 | 10 | 0 | 136 | 64 | 34 |
| Octal | 377 | 12 | 327 | 0 | 140 | 20 | 0 | 466 | 144 | 64 |
| Binary | 11111111 | 1010 | 11010111 | 0 | 1100000 | 10000 | 0 | 100110110 | 1100100 | 110100 |
Color Harmonies of #FF0AD7
Complementary color
Monochromatic Colors of #FF0AD7
Black with #FF0AD7
Text Example
Text Example
White with #FF0AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AD7; }
p { color: rgb(255,10,215); }
H1.HeaderClassName
{
color: #FF0AD7;
}
.AnyTagClassName
{
color: #FF0AD7;
}
</style>
background-color css
<style>
a { background-color: #FF0AD7; }
a { background-color: rgb(255,10,215); }
div.DivClassName
{
background-color: #FF0AD7;
}
.BgClassName
{
background-color: #FF0AD7;
}
</style>
border-color css
<style>
span { border-color: #FF0AD7; }
span { border-color: rgb(255,10,215); }
td.TdClassName
{
border-color: #FF0AD7;
}
.TagClassName
{
border-color: #FF0AD7;
}
</style>