Shades of Hot Magenta #FF19E4
Tints of Hot Magenta #FF19E4
RGB
CMYK
RGB Variations
Color information
#FF19E4 (or 0xFF19E4) is known color: Hot Magenta. HEX triplet: FF, 19 and E4. RGB value is (255,25,228). Sum of RGB (Red+Green+Blue) = 255+25+228=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19E4 is #00E61B. Grayscale: #747474. Windows color (decimal): -58908 or 14948863. OLE color: 14948863.
HSL color Cylindrical-coordinate representation of color #FF19E4: hue angle of 307.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19E4 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 228 | - |
| CMYK | 0 | 0.90 | 0.11 | 0 |
| HSL | 307.04º | 1% | 0.55% | - |
| HSV(B) | 307.04º | 0.9% | 1% | - |
| XYZ | 55.59 | 27.56 | 75.79 | - |
| YUV | 116.91 | 190.7 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 228 | 0 | 0.90 | 0.11 | 0 | 307.04 | 1 | 0.55 |
| Hex | FF | 19 | E4 | 0 | 5A | B | 0 | 133 | 64 | 37 |
| Octal | 377 | 31 | 344 | 0 | 132 | 13 | 0 | 463 | 144 | 67 |
| Binary | 11111111 | 11001 | 11100100 | 0 | 1011010 | 1011 | 0 | 100110011 | 1100100 | 110111 |
Color Harmonies of #FF19E4
Complementary color
Monochromatic Colors of #FF19E4
Black with #FF19E4
Text Example
Text Example
White with #FF19E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19E4; }
p { color: rgb(255,25,228); }
H1.HeaderClassName
{
color: #FF19E4;
}
.AnyTagClassName
{
color: #FF19E4;
}
</style>
background-color css
<style>
a { background-color: #FF19E4; }
a { background-color: rgb(255,25,228); }
div.DivClassName
{
background-color: #FF19E4;
}
.BgClassName
{
background-color: #FF19E4;
}
</style>
border-color css
<style>
span { border-color: #FF19E4; }
span { border-color: rgb(255,25,228); }
td.TdClassName
{
border-color: #FF19E4;
}
.TagClassName
{
border-color: #FF19E4;
}
</style>