Shades of Hot Magenta #FF19E2
Tints of Hot Magenta #FF19E2
RGB
CMYK
RGB Variations
Color information
#FF19E2 (or 0xFF19E2) is known color: Hot Magenta. HEX triplet: FF, 19 and E2. RGB value is (255,25,226). Sum of RGB (Red+Green+Blue) = 255+25+226=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19E2 is #00E61D. Grayscale: #747474. Windows color (decimal): -58910 or 14817791. OLE color: 14817791.
HSL color Cylindrical-coordinate representation of color #FF19E2: hue angle of 307.57º 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 #FF19E2 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 226 | - |
| CMYK | 0 | 0.90 | 0.11 | 0 |
| HSL | 307.57º | 1% | 0.55% | - |
| HSV(B) | 307.57º | 0.9% | 1% | - |
| XYZ | 55.32 | 27.45 | 74.33 | - |
| YUV | 116.68 | 189.7 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 226 | 0 | 0.90 | 0.11 | 0 | 307.57 | 1 | 0.55 |
| Hex | FF | 19 | E2 | 0 | 5A | B | 0 | 134 | 64 | 37 |
| Octal | 377 | 31 | 342 | 0 | 132 | 13 | 0 | 464 | 144 | 67 |
| Binary | 11111111 | 11001 | 11100010 | 0 | 1011010 | 1011 | 0 | 100110100 | 1100100 | 110111 |
Color Harmonies of #FF19E2
Complementary color
Monochromatic Colors of #FF19E2
Black with #FF19E2
Text Example
Text Example
White with #FF19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19E2; }
p { color: rgb(255,25,226); }
H1.HeaderClassName
{
color: #FF19E2;
}
.AnyTagClassName
{
color: #FF19E2;
}
</style>
background-color css
<style>
a { background-color: #FF19E2; }
a { background-color: rgb(255,25,226); }
div.DivClassName
{
background-color: #FF19E2;
}
.BgClassName
{
background-color: #FF19E2;
}
</style>
border-color css
<style>
span { border-color: #FF19E2; }
span { border-color: rgb(255,25,226); }
td.TdClassName
{
border-color: #FF19E2;
}
.TagClassName
{
border-color: #FF19E2;
}
</style>