Shades of Hot Magenta #FF05CF
Tints of Hot Magenta #FF05CF
RGB
CMYK
RGB Variations
Color information
#FF05CF (or 0xFF05CF) is known color: Hot Magenta. HEX triplet: FF, 05 and CF. RGB value is (255,5,207). Sum of RGB (Red+Green+Blue) = 255+5+207=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05CF is #00FA30. Grayscale: #666666. Windows color (decimal): -64049 or 13567487. OLE color: 13567487.
HSL color Cylindrical-coordinate representation of color #FF05CF: hue angle of 311.52º 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 #FF05CF is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.19 | 0 |
| HSL | 311.52º | 1% | 0.51% | - |
| HSV(B) | 311.52º | 0.98% | 1% | - |
| XYZ | 52.56 | 25.87 | 61.26 | - |
| YUV | 102.78 | 186.83 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 207 | 0 | 0.98 | 0.19 | 0 | 311.52 | 1 | 0.51 |
| Hex | FF | 5 | CF | 0 | 62 | 13 | 0 | 138 | 64 | 33 |
| Octal | 377 | 5 | 317 | 0 | 142 | 23 | 0 | 470 | 144 | 63 |
| Binary | 11111111 | 101 | 11001111 | 0 | 1100010 | 10011 | 0 | 100111000 | 1100100 | 110011 |
Color Harmonies of #FF05CF
Complementary color
Monochromatic Colors of #FF05CF
Black with #FF05CF
Text Example
Text Example
White with #FF05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05CF; }
p { color: rgb(255,5,207); }
H1.HeaderClassName
{
color: #FF05CF;
}
.AnyTagClassName
{
color: #FF05CF;
}
</style>
background-color css
<style>
a { background-color: #FF05CF; }
a { background-color: rgb(255,5,207); }
div.DivClassName
{
background-color: #FF05CF;
}
.BgClassName
{
background-color: #FF05CF;
}
</style>
border-color css
<style>
span { border-color: #FF05CF; }
span { border-color: rgb(255,5,207); }
td.TdClassName
{
border-color: #FF05CF;
}
.TagClassName
{
border-color: #FF05CF;
}
</style>