Shades of Hot Magenta #FF0ACE
Tints of Hot Magenta #FF0ACE
RGB
CMYK
RGB Variations
Color information
#FF0ACE (or 0xFF0ACE) is known color: Hot Magenta. HEX triplet: FF, 0A and CE. RGB value is (255,10,206). Sum of RGB (Red+Green+Blue) = 255+10+206=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ACE is #00F531. Grayscale: #696969. Windows color (decimal): -62770 or 13503231. OLE color: 13503231.
HSL color Cylindrical-coordinate representation of color #FF0ACE: hue angle of 312º 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 #FF0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.19 | 0 |
| HSL | 312º | 1% | 0.52% | - |
| HSV(B) | 312º | 0.96% | 1% | - |
| XYZ | 52.49 | 25.93 | 60.63 | - |
| YUV | 105.6 | 184.67 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 206 | 0 | 0.96 | 0.19 | 0 | 312 | 1 | 0.52 |
| Hex | FF | A | CE | 0 | 60 | 13 | 0 | 138 | 64 | 34 |
| Octal | 377 | 12 | 316 | 0 | 140 | 23 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1010 | 11001110 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF0ACE
Complementary color
Monochromatic Colors of #FF0ACE
Black with #FF0ACE
Text Example
Text Example
White with #FF0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ACE; }
p { color: rgb(255,10,206); }
H1.HeaderClassName
{
color: #FF0ACE;
}
.AnyTagClassName
{
color: #FF0ACE;
}
</style>
background-color css
<style>
a { background-color: #FF0ACE; }
a { background-color: rgb(255,10,206); }
div.DivClassName
{
background-color: #FF0ACE;
}
.BgClassName
{
background-color: #FF0ACE;
}
</style>
border-color css
<style>
span { border-color: #FF0ACE; }
span { border-color: rgb(255,10,206); }
td.TdClassName
{
border-color: #FF0ACE;
}
.TagClassName
{
border-color: #FF0ACE;
}
</style>