Shades of Hot Magenta #FA19E2
Tints of Hot Magenta #FA19E2
RGB
CMYK
RGB Variations
Color information
#FA19E2 (or 0xFA19E2) is known color: Hot Magenta. HEX triplet: FA, 19 and E2. RGB value is (250,25,226). Sum of RGB (Red+Green+Blue) = 250+25+226=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19E2 is #05E61D. Grayscale: #727272. Windows color (decimal): -386590 or 14817786. OLE color: 14817786.
HSL color Cylindrical-coordinate representation of color #FA19E2: hue angle of 306.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19E2 is Cyan = 0, Magento = 0.9, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 226 | - |
| CMYK | 0 | 0.9 | 0.10 | 0.02 |
| HSL | 306.4º | 0.96% | 0.54% | - |
| HSV(B) | 306.4º | 0.9% | 0.98% | - |
| XYZ | 53.5 | 26.51 | 74.25 | - |
| YUV | 115.19 | 190.54 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 226 | 0 | 0.9 | 0.10 | 0.02 | 306.4 | 0.96 | 0.54 |
| Hex | FA | 19 | E2 | 0 | 5A | A | 2 | 132 | 60 | 36 |
| Octal | 372 | 31 | 342 | 0 | 132 | 12 | 2 | 462 | 140 | 66 |
| Binary | 11111010 | 11001 | 11100010 | 0 | 1011010 | 1010 | 10 | 100110010 | 1100000 | 110110 |
Color Harmonies of #FA19E2
Complementary color
Monochromatic Colors of #FA19E2
Black with #FA19E2
Text Example
Text Example
White with #FA19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19E2; }
p { color: rgb(250,25,226); }
H1.HeaderClassName
{
color: #FA19E2;
}
.AnyTagClassName
{
color: #FA19E2;
}
</style>
background-color css
<style>
a { background-color: #FA19E2; }
a { background-color: rgb(250,25,226); }
div.DivClassName
{
background-color: #FA19E2;
}
.BgClassName
{
background-color: #FA19E2;
}
</style>
border-color css
<style>
span { border-color: #FA19E2; }
span { border-color: rgb(250,25,226); }
td.TdClassName
{
border-color: #FA19E2;
}
.TagClassName
{
border-color: #FA19E2;
}
</style>