Shades of Hot Magenta #FF0ACC
Tints of Hot Magenta #FF0ACC
RGB
CMYK
RGB Variations
Color information
#FF0ACC (or 0xFF0ACC) is known color: Hot Magenta. HEX triplet: FF, 0A and CC. RGB value is (255,10,204). Sum of RGB (Red+Green+Blue) = 255+10+204=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ACC is #00F533. Grayscale: #686868. Windows color (decimal): -62772 or 13372159. OLE color: 13372159.
HSL color Cylindrical-coordinate representation of color #FF0ACC: hue angle of 312.49º 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 #FF0ACC is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.2 | 0 |
| HSL | 312.49º | 1% | 0.52% | - |
| HSV(B) | 312.49º | 0.96% | 1% | - |
| XYZ | 52.25 | 25.84 | 59.36 | - |
| YUV | 105.37 | 183.67 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 204 | 0 | 0.96 | 0.2 | 0 | 312.49 | 1 | 0.52 |
| Hex | FF | A | CC | 0 | 60 | 14 | 0 | 138 | 64 | 34 |
| Octal | 377 | 12 | 314 | 0 | 140 | 24 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1010 | 11001100 | 0 | 1100000 | 10100 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF0ACC
Complementary color
Monochromatic Colors of #FF0ACC
Black with #FF0ACC
Text Example
Text Example
White with #FF0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ACC; }
p { color: rgb(255,10,204); }
H1.HeaderClassName
{
color: #FF0ACC;
}
.AnyTagClassName
{
color: #FF0ACC;
}
</style>
background-color css
<style>
a { background-color: #FF0ACC; }
a { background-color: rgb(255,10,204); }
div.DivClassName
{
background-color: #FF0ACC;
}
.BgClassName
{
background-color: #FF0ACC;
}
</style>
border-color css
<style>
span { border-color: #FF0ACC; }
span { border-color: rgb(255,10,204); }
td.TdClassName
{
border-color: #FF0ACC;
}
.TagClassName
{
border-color: #FF0ACC;
}
</style>