Shades of Hot Magenta #FF04DB
Tints of Hot Magenta #FF04DB
RGB
CMYK
RGB Variations
Color information
#FF04DB (or 0xFF04DB) is known color: Hot Magenta. HEX triplet: FF, 04 and DB. RGB value is (255,4,219). Sum of RGB (Red+Green+Blue) = 255+4+219=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04DB is #00FB24. Grayscale: #666666. Windows color (decimal): -64293 or 14353663. OLE color: 14353663.
HSL color Cylindrical-coordinate representation of color #FF04DB: hue angle of 308.61º 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 #FF04DB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.14 | 0 |
| HSL | 308.61º | 1% | 0.51% | - |
| HSV(B) | 308.61º | 0.98% | 1% | - |
| XYZ | 54.07 | 26.46 | 69.28 | - |
| YUV | 103.56 | 193.16 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 219 | 0 | 0.98 | 0.14 | 0 | 308.61 | 1 | 0.51 |
| Hex | FF | 4 | DB | 0 | 62 | E | 0 | 135 | 64 | 33 |
| Octal | 377 | 4 | 333 | 0 | 142 | 16 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 100 | 11011011 | 0 | 1100010 | 1110 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF04DB
Complementary color
Monochromatic Colors of #FF04DB
Black with #FF04DB
Text Example
Text Example
White with #FF04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04DB; }
p { color: rgb(255,4,219); }
H1.HeaderClassName
{
color: #FF04DB;
}
.AnyTagClassName
{
color: #FF04DB;
}
</style>
background-color css
<style>
a { background-color: #FF04DB; }
a { background-color: rgb(255,4,219); }
div.DivClassName
{
background-color: #FF04DB;
}
.BgClassName
{
background-color: #FF04DB;
}
</style>
border-color css
<style>
span { border-color: #FF04DB; }
span { border-color: rgb(255,4,219); }
td.TdClassName
{
border-color: #FF04DB;
}
.TagClassName
{
border-color: #FF04DB;
}
</style>