Shades of Hot Magenta #FF04DD
Tints of Hot Magenta #FF04DD
RGB
CMYK
RGB Variations
Color information
#FF04DD (or 0xFF04DD) is known color: Hot Magenta. HEX triplet: FF, 04 and DD. RGB value is (255,4,221). Sum of RGB (Red+Green+Blue) = 255+4+221=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 4 (1.95% from 255 or 0.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04DD is #00FB22. Grayscale: #676767. Windows color (decimal): -64291 or 14484735. OLE color: 14484735.
HSL color Cylindrical-coordinate representation of color #FF04DD: hue angle of 308.13º 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 #FF04DD is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.13 | 0 |
| HSL | 308.13º | 1% | 0.51% | - |
| HSV(B) | 308.13º | 0.98% | 1% | - |
| XYZ | 54.33 | 26.57 | 70.67 | - |
| YUV | 103.79 | 194.16 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 221 | 0 | 0.98 | 0.13 | 0 | 308.13 | 1 | 0.51 |
| Hex | FF | 4 | DD | 0 | 62 | D | 0 | 134 | 64 | 33 |
| Octal | 377 | 4 | 335 | 0 | 142 | 15 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 100 | 11011101 | 0 | 1100010 | 1101 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF04DD
Complementary color
Monochromatic Colors of #FF04DD
Black with #FF04DD
Text Example
Text Example
White with #FF04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04DD; }
p { color: rgb(255,4,221); }
H1.HeaderClassName
{
color: #FF04DD;
}
.AnyTagClassName
{
color: #FF04DD;
}
</style>
background-color css
<style>
a { background-color: #FF04DD; }
a { background-color: rgb(255,4,221); }
div.DivClassName
{
background-color: #FF04DD;
}
.BgClassName
{
background-color: #FF04DD;
}
</style>
border-color css
<style>
span { border-color: #FF04DD; }
span { border-color: rgb(255,4,221); }
td.TdClassName
{
border-color: #FF04DD;
}
.TagClassName
{
border-color: #FF04DD;
}
</style>