Shades of Hot Magenta #FF04DF
Tints of Hot Magenta #FF04DF
RGB
CMYK
RGB Variations
Color information
#FF04DF (or 0xFF04DF) is known color: Hot Magenta. HEX triplet: FF, 04 and DF. RGB value is (255,4,223). Sum of RGB (Red+Green+Blue) = 255+4+223=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04DF is #00FB20. Grayscale: #676767. Windows color (decimal): -64289 or 14615807. OLE color: 14615807.
HSL color Cylindrical-coordinate representation of color #FF04DF: hue angle of 307.65º 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 #FF04DF is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 223 | - |
| CMYK | 0 | 0.98 | 0.13 | 0 |
| HSL | 307.65º | 1% | 0.51% | - |
| HSV(B) | 307.65º | 0.98% | 1% | - |
| XYZ | 54.6 | 26.67 | 72.08 | - |
| YUV | 104.02 | 195.16 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 223 | 0 | 0.98 | 0.13 | 0 | 307.65 | 1 | 0.51 |
| Hex | FF | 4 | DF | 0 | 62 | D | 0 | 134 | 64 | 33 |
| Octal | 377 | 4 | 337 | 0 | 142 | 15 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 100 | 11011111 | 0 | 1100010 | 1101 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF04DF
Complementary color
Monochromatic Colors of #FF04DF
Black with #FF04DF
Text Example
Text Example
White with #FF04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04DF; }
p { color: rgb(255,4,223); }
H1.HeaderClassName
{
color: #FF04DF;
}
.AnyTagClassName
{
color: #FF04DF;
}
</style>
background-color css
<style>
a { background-color: #FF04DF; }
a { background-color: rgb(255,4,223); }
div.DivClassName
{
background-color: #FF04DF;
}
.BgClassName
{
background-color: #FF04DF;
}
</style>
border-color css
<style>
span { border-color: #FF04DF; }
span { border-color: rgb(255,4,223); }
td.TdClassName
{
border-color: #FF04DF;
}
.TagClassName
{
border-color: #FF04DF;
}
</style>