Shades of Hot Magenta #FF0AC9
Tints of Hot Magenta #FF0AC9
RGB
CMYK
RGB Variations
Color information
#FF0AC9 (or 0xFF0AC9) is known color: Hot Magenta. HEX triplet: FF, 0A and C9. RGB value is (255,10,201). Sum of RGB (Red+Green+Blue) = 255+10+201=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AC9 is #00F536. Grayscale: #686868. Windows color (decimal): -62775 or 13175551. OLE color: 13175551.
HSL color Cylindrical-coordinate representation of color #FF0AC9: hue angle of 313.22º 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 #FF0AC9 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 201 | - |
| CMYK | 0 | 0.96 | 0.21 | 0 |
| HSL | 313.22º | 1% | 0.52% | - |
| HSV(B) | 313.22º | 0.96% | 1% | - |
| XYZ | 51.89 | 25.69 | 57.48 | - |
| YUV | 105.03 | 182.17 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 201 | 0 | 0.96 | 0.21 | 0 | 313.22 | 1 | 0.52 |
| Hex | FF | A | C9 | 0 | 60 | 15 | 0 | 139 | 64 | 34 |
| Octal | 377 | 12 | 311 | 0 | 140 | 25 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1010 | 11001001 | 0 | 1100000 | 10101 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF0AC9
Complementary color
Monochromatic Colors of #FF0AC9
Black with #FF0AC9
Text Example
Text Example
White with #FF0AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AC9; }
p { color: rgb(255,10,201); }
H1.HeaderClassName
{
color: #FF0AC9;
}
.AnyTagClassName
{
color: #FF0AC9;
}
</style>
background-color css
<style>
a { background-color: #FF0AC9; }
a { background-color: rgb(255,10,201); }
div.DivClassName
{
background-color: #FF0AC9;
}
.BgClassName
{
background-color: #FF0AC9;
}
</style>
border-color css
<style>
span { border-color: #FF0AC9; }
span { border-color: rgb(255,10,201); }
td.TdClassName
{
border-color: #FF0AC9;
}
.TagClassName
{
border-color: #FF0AC9;
}
</style>