Shades of Hot Magenta #FF05CB
Tints of Hot Magenta #FF05CB
RGB
CMYK
RGB Variations
Color information
#FF05CB (or 0xFF05CB) is known color: Hot Magenta. HEX triplet: FF, 05 and CB. RGB value is (255,5,203). Sum of RGB (Red+Green+Blue) = 255+5+203=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05CB is #00FA34. Grayscale: #656565. Windows color (decimal): -64053 or 13305343. OLE color: 13305343.
HSL color Cylindrical-coordinate representation of color #FF05CB: hue angle of 312.48º 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 #FF05CB is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.20 | 0 |
| HSL | 312.48º | 1% | 0.51% | - |
| HSV(B) | 312.48º | 0.98% | 1% | - |
| XYZ | 52.07 | 25.68 | 58.71 | - |
| YUV | 102.32 | 184.83 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 203 | 0 | 0.98 | 0.20 | 0 | 312.48 | 1 | 0.51 |
| Hex | FF | 5 | CB | 0 | 62 | 14 | 0 | 138 | 64 | 33 |
| Octal | 377 | 5 | 313 | 0 | 142 | 24 | 0 | 470 | 144 | 63 |
| Binary | 11111111 | 101 | 11001011 | 0 | 1100010 | 10100 | 0 | 100111000 | 1100100 | 110011 |
Color Harmonies of #FF05CB
Complementary color
Monochromatic Colors of #FF05CB
Black with #FF05CB
Text Example
Text Example
White with #FF05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05CB; }
p { color: rgb(255,5,203); }
H1.HeaderClassName
{
color: #FF05CB;
}
.AnyTagClassName
{
color: #FF05CB;
}
</style>
background-color css
<style>
a { background-color: #FF05CB; }
a { background-color: rgb(255,5,203); }
div.DivClassName
{
background-color: #FF05CB;
}
.BgClassName
{
background-color: #FF05CB;
}
</style>
border-color css
<style>
span { border-color: #FF05CB; }
span { border-color: rgb(255,5,203); }
td.TdClassName
{
border-color: #FF05CB;
}
.TagClassName
{
border-color: #FF05CB;
}
</style>