Shades of Hot Magenta #FF04E4
Tints of Hot Magenta #FF04E4
RGB
CMYK
RGB Variations
Color information
#FF04E4 (or 0xFF04E4) is known color: Hot Magenta. HEX triplet: FF, 04 and E4. RGB value is (255,4,228). Sum of RGB (Red+Green+Blue) = 255+4+228=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04E4 is #00FB1B. Grayscale: #676767. Windows color (decimal): -64284 or 14943487. OLE color: 14943487.
HSL color Cylindrical-coordinate representation of color #FF04E4: hue angle of 306.45º 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 #FF04E4 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 228 | - |
| CMYK | 0 | 0.98 | 0.11 | 0 |
| HSL | 306.45º | 1% | 0.51% | - |
| HSV(B) | 306.45º | 0.98% | 1% | - |
| XYZ | 55.29 | 26.95 | 75.69 | - |
| YUV | 104.59 | 197.66 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 228 | 0 | 0.98 | 0.11 | 0 | 306.45 | 1 | 0.51 |
| Hex | FF | 4 | E4 | 0 | 62 | B | 0 | 132 | 64 | 33 |
| Octal | 377 | 4 | 344 | 0 | 142 | 13 | 0 | 462 | 144 | 63 |
| Binary | 11111111 | 100 | 11100100 | 0 | 1100010 | 1011 | 0 | 100110010 | 1100100 | 110011 |
Color Harmonies of #FF04E4
Complementary color
Monochromatic Colors of #FF04E4
Black with #FF04E4
Text Example
Text Example
White with #FF04E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04E4; }
p { color: rgb(255,4,228); }
H1.HeaderClassName
{
color: #FF04E4;
}
.AnyTagClassName
{
color: #FF04E4;
}
</style>
background-color css
<style>
a { background-color: #FF04E4; }
a { background-color: rgb(255,4,228); }
div.DivClassName
{
background-color: #FF04E4;
}
.BgClassName
{
background-color: #FF04E4;
}
</style>
border-color css
<style>
span { border-color: #FF04E4; }
span { border-color: rgb(255,4,228); }
td.TdClassName
{
border-color: #FF04E4;
}
.TagClassName
{
border-color: #FF04E4;
}
</style>