Shades of Hot Magenta #FF04CF
Tints of Hot Magenta #FF04CF
RGB
CMYK
RGB Variations
Color information
#FF04CF (or 0xFF04CF) is known color: Hot Magenta. HEX triplet: FF, 04 and CF. RGB value is (255,4,207). Sum of RGB (Red+Green+Blue) = 255+4+207=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04CF is #00FB30. Grayscale: #656565. Windows color (decimal): -64305 or 13567231. OLE color: 13567231.
HSL color Cylindrical-coordinate representation of color #FF04CF: hue angle of 311.47º 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 #FF04CF is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.19 | 0 |
| HSL | 311.47º | 1% | 0.51% | - |
| HSV(B) | 311.47º | 0.98% | 1% | - |
| XYZ | 52.55 | 25.85 | 61.25 | - |
| YUV | 102.19 | 187.16 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 207 | 0 | 0.98 | 0.19 | 0 | 311.47 | 1 | 0.51 |
| Hex | FF | 4 | CF | 0 | 62 | 13 | 0 | 137 | 64 | 33 |
| Octal | 377 | 4 | 317 | 0 | 142 | 23 | 0 | 467 | 144 | 63 |
| Binary | 11111111 | 100 | 11001111 | 0 | 1100010 | 10011 | 0 | 100110111 | 1100100 | 110011 |
Color Harmonies of #FF04CF
Complementary color
Monochromatic Colors of #FF04CF
Black with #FF04CF
Text Example
Text Example
White with #FF04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04CF; }
p { color: rgb(255,4,207); }
H1.HeaderClassName
{
color: #FF04CF;
}
.AnyTagClassName
{
color: #FF04CF;
}
</style>
background-color css
<style>
a { background-color: #FF04CF; }
a { background-color: rgb(255,4,207); }
div.DivClassName
{
background-color: #FF04CF;
}
.BgClassName
{
background-color: #FF04CF;
}
</style>
border-color css
<style>
span { border-color: #FF04CF; }
span { border-color: rgb(255,4,207); }
td.TdClassName
{
border-color: #FF04CF;
}
.TagClassName
{
border-color: #FF04CF;
}
</style>