Shades of Hot Magenta #FF04E2
Tints of Hot Magenta #FF04E2
RGB
CMYK
RGB Variations
Color information
#FF04E2 (or 0xFF04E2) is known color: Hot Magenta. HEX triplet: FF, 04 and E2. RGB value is (255,4,226). Sum of RGB (Red+Green+Blue) = 255+4+226=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04E2 is #00FB1D. Grayscale: #676767. Windows color (decimal): -64286 or 14812415. OLE color: 14812415.
HSL color Cylindrical-coordinate representation of color #FF04E2: hue angle of 306.93º 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 #FF04E2 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 226 | - |
| CMYK | 0 | 0.98 | 0.11 | 0 |
| HSL | 306.93º | 1% | 0.51% | - |
| HSV(B) | 306.93º | 0.98% | 1% | - |
| XYZ | 55.01 | 26.84 | 74.23 | - |
| YUV | 104.36 | 196.66 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 226 | 0 | 0.98 | 0.11 | 0 | 306.93 | 1 | 0.51 |
| Hex | FF | 4 | E2 | 0 | 62 | B | 0 | 133 | 64 | 33 |
| Octal | 377 | 4 | 342 | 0 | 142 | 13 | 0 | 463 | 144 | 63 |
| Binary | 11111111 | 100 | 11100010 | 0 | 1100010 | 1011 | 0 | 100110011 | 1100100 | 110011 |
Color Harmonies of #FF04E2
Complementary color
Monochromatic Colors of #FF04E2
Black with #FF04E2
Text Example
Text Example
White with #FF04E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04E2; }
p { color: rgb(255,4,226); }
H1.HeaderClassName
{
color: #FF04E2;
}
.AnyTagClassName
{
color: #FF04E2;
}
</style>
background-color css
<style>
a { background-color: #FF04E2; }
a { background-color: rgb(255,4,226); }
div.DivClassName
{
background-color: #FF04E2;
}
.BgClassName
{
background-color: #FF04E2;
}
</style>
border-color css
<style>
span { border-color: #FF04E2; }
span { border-color: rgb(255,4,226); }
td.TdClassName
{
border-color: #FF04E2;
}
.TagClassName
{
border-color: #FF04E2;
}
</style>