Shades of Hot Magenta #FF05CC
Tints of Hot Magenta #FF05CC
RGB
CMYK
RGB Variations
Color information
#FF05CC (or 0xFF05CC) is known color: Hot Magenta. HEX triplet: FF, 05 and CC. RGB value is (255,5,204). Sum of RGB (Red+Green+Blue) = 255+5+204=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05CC is #00FA33. Grayscale: #656565. Windows color (decimal): -64052 or 13370879. OLE color: 13370879.
HSL color Cylindrical-coordinate representation of color #FF05CC: hue angle of 312.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05CC is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.2 | 0 |
| HSL | 312.24º | 1% | 0.51% | - |
| HSV(B) | 312.24º | 0.98% | 1% | - |
| XYZ | 52.19 | 25.73 | 59.34 | - |
| YUV | 102.44 | 185.33 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 204 | 0 | 0.98 | 0.2 | 0 | 312.24 | 1 | 0.51 |
| Hex | FF | 5 | CC | 0 | 62 | 14 | 0 | 138 | 64 | 33 |
| Octal | 377 | 5 | 314 | 0 | 142 | 24 | 0 | 470 | 144 | 63 |
| Binary | 11111111 | 101 | 11001100 | 0 | 1100010 | 10100 | 0 | 100111000 | 1100100 | 110011 |
Color Harmonies of #FF05CC
Complementary color
Monochromatic Colors of #FF05CC
Black with #FF05CC
Text Example
Text Example
White with #FF05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05CC; }
p { color: rgb(255,5,204); }
H1.HeaderClassName
{
color: #FF05CC;
}
.AnyTagClassName
{
color: #FF05CC;
}
</style>
background-color css
<style>
a { background-color: #FF05CC; }
a { background-color: rgb(255,5,204); }
div.DivClassName
{
background-color: #FF05CC;
}
.BgClassName
{
background-color: #FF05CC;
}
</style>
border-color css
<style>
span { border-color: #FF05CC; }
span { border-color: rgb(255,5,204); }
td.TdClassName
{
border-color: #FF05CC;
}
.TagClassName
{
border-color: #FF05CC;
}
</style>