Shades of Hot Magenta #FF04DA
Tints of Hot Magenta #FF04DA
RGB
CMYK
RGB Variations
Color information
#FF04DA (or 0xFF04DA) is known color: Hot Magenta. HEX triplet: FF, 04 and DA. RGB value is (255,4,218). Sum of RGB (Red+Green+Blue) = 255+4+218=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04DA is #00FB25. Grayscale: #666666. Windows color (decimal): -64294 or 14288127. OLE color: 14288127.
HSL color Cylindrical-coordinate representation of color #FF04DA: hue angle of 308.84º 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 #FF04DA is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.15 | 0 |
| HSL | 308.84º | 1% | 0.51% | - |
| HSV(B) | 308.84º | 0.98% | 1% | - |
| XYZ | 53.94 | 26.41 | 68.58 | - |
| YUV | 103.45 | 192.66 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 218 | 0 | 0.98 | 0.15 | 0 | 308.84 | 1 | 0.51 |
| Hex | FF | 4 | DA | 0 | 62 | F | 0 | 135 | 64 | 33 |
| Octal | 377 | 4 | 332 | 0 | 142 | 17 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 100 | 11011010 | 0 | 1100010 | 1111 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF04DA
Complementary color
Monochromatic Colors of #FF04DA
Black with #FF04DA
Text Example
Text Example
White with #FF04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04DA; }
p { color: rgb(255,4,218); }
H1.HeaderClassName
{
color: #FF04DA;
}
.AnyTagClassName
{
color: #FF04DA;
}
</style>
background-color css
<style>
a { background-color: #FF04DA; }
a { background-color: rgb(255,4,218); }
div.DivClassName
{
background-color: #FF04DA;
}
.BgClassName
{
background-color: #FF04DA;
}
</style>
border-color css
<style>
span { border-color: #FF04DA; }
span { border-color: rgb(255,4,218); }
td.TdClassName
{
border-color: #FF04DA;
}
.TagClassName
{
border-color: #FF04DA;
}
</style>