Shades of Hot Magenta #FA0EE2
Tints of Hot Magenta #FA0EE2
RGB
CMYK
RGB Variations
Color information
#FA0EE2 (or 0xFA0EE2) is known color: Hot Magenta. HEX triplet: FA, 0E and E2. RGB value is (250,14,226). Sum of RGB (Red+Green+Blue) = 250+14+226=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EE2 is #05F11D. Grayscale: #6C6C6C. Windows color (decimal): -389406 or 14814970. OLE color: 14814970.
HSL color Cylindrical-coordinate representation of color #FA0EE2: hue angle of 306.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EE2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 226 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.02 |
| HSL | 306.1º | 0.96% | 0.52% | - |
| HSV(B) | 306.1º | 0.94% | 0.98% | - |
| XYZ | 53.31 | 26.13 | 74.19 | - |
| YUV | 108.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 226 | 0 | 0.94 | 0.10 | 0.02 | 306.1 | 0.96 | 0.52 |
| Hex | FA | E | E2 | 0 | 5E | A | 2 | 132 | 60 | 34 |
| Octal | 372 | 16 | 342 | 0 | 136 | 12 | 2 | 462 | 140 | 64 |
| Binary | 11111010 | 1110 | 11100010 | 0 | 1011110 | 1010 | 10 | 100110010 | 1100000 | 110100 |
Color Harmonies of #FA0EE2
Complementary color
Monochromatic Colors of #FA0EE2
Black with #FA0EE2
Text Example
Text Example
White with #FA0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EE2; }
p { color: rgb(250,14,226); }
H1.HeaderClassName
{
color: #FA0EE2;
}
.AnyTagClassName
{
color: #FA0EE2;
}
</style>
background-color css
<style>
a { background-color: #FA0EE2; }
a { background-color: rgb(250,14,226); }
div.DivClassName
{
background-color: #FA0EE2;
}
.BgClassName
{
background-color: #FA0EE2;
}
</style>
border-color css
<style>
span { border-color: #FA0EE2; }
span { border-color: rgb(250,14,226); }
td.TdClassName
{
border-color: #FA0EE2;
}
.TagClassName
{
border-color: #FA0EE2;
}
</style>