Shades of Hot Magenta #FF04D5
Tints of Hot Magenta #FF04D5
RGB
CMYK
RGB Variations
Color information
#FF04D5 (or 0xFF04D5) is known color: Hot Magenta. HEX triplet: FF, 04 and D5. RGB value is (255,4,213). Sum of RGB (Red+Green+Blue) = 255+4+213=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04D5 is #00FB2A. Grayscale: #666666. Windows color (decimal): -64299 or 13960447. OLE color: 13960447.
HSL color Cylindrical-coordinate representation of color #FF04D5: hue angle of 310.04º 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 #FF04D5 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 213 | - |
| CMYK | 0 | 0.98 | 0.16 | 0 |
| HSL | 310.04º | 1% | 0.51% | - |
| HSV(B) | 310.04º | 0.98% | 1% | - |
| XYZ | 53.29 | 26.15 | 65.19 | - |
| YUV | 102.88 | 190.16 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 213 | 0 | 0.98 | 0.16 | 0 | 310.04 | 1 | 0.51 |
| Hex | FF | 4 | D5 | 0 | 62 | 10 | 0 | 136 | 64 | 33 |
| Octal | 377 | 4 | 325 | 0 | 142 | 20 | 0 | 466 | 144 | 63 |
| Binary | 11111111 | 100 | 11010101 | 0 | 1100010 | 10000 | 0 | 100110110 | 1100100 | 110011 |
Color Harmonies of #FF04D5
Complementary color
Monochromatic Colors of #FF04D5
Black with #FF04D5
Text Example
Text Example
White with #FF04D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04D5; }
p { color: rgb(255,4,213); }
H1.HeaderClassName
{
color: #FF04D5;
}
.AnyTagClassName
{
color: #FF04D5;
}
</style>
background-color css
<style>
a { background-color: #FF04D5; }
a { background-color: rgb(255,4,213); }
div.DivClassName
{
background-color: #FF04D5;
}
.BgClassName
{
background-color: #FF04D5;
}
</style>
border-color css
<style>
span { border-color: #FF04D5; }
span { border-color: rgb(255,4,213); }
td.TdClassName
{
border-color: #FF04D5;
}
.TagClassName
{
border-color: #FF04D5;
}
</style>