Shades of Hot Magenta #FA14E2
Tints of Hot Magenta #FA14E2
RGB
CMYK
RGB Variations
Color information
#FA14E2 (or 0xFA14E2) is known color: Hot Magenta. HEX triplet: FA, 14 and E2. RGB value is (250,20,226). Sum of RGB (Red+Green+Blue) = 250+20+226=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14E2 is #05EB1D. Grayscale: #6F6F6F. Windows color (decimal): -387870 or 14816506. OLE color: 14816506.
HSL color Cylindrical-coordinate representation of color #FA14E2: hue angle of 306.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14E2 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.02 |
| HSL | 306.26º | 0.96% | 0.53% | - |
| HSV(B) | 306.26º | 0.92% | 0.98% | - |
| XYZ | 53.4 | 26.32 | 74.22 | - |
| YUV | 112.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 226 | 0 | 0.92 | 0.10 | 0.02 | 306.26 | 0.96 | 0.53 |
| Hex | FA | 14 | E2 | 0 | 5C | A | 2 | 132 | 60 | 35 |
| Octal | 372 | 24 | 342 | 0 | 134 | 12 | 2 | 462 | 140 | 65 |
| Binary | 11111010 | 10100 | 11100010 | 0 | 1011100 | 1010 | 10 | 100110010 | 1100000 | 110101 |
Color Harmonies of #FA14E2
Complementary color
Monochromatic Colors of #FA14E2
Black with #FA14E2
Text Example
Text Example
White with #FA14E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14E2; }
p { color: rgb(250,20,226); }
H1.HeaderClassName
{
color: #FA14E2;
}
.AnyTagClassName
{
color: #FA14E2;
}
</style>
background-color css
<style>
a { background-color: #FA14E2; }
a { background-color: rgb(250,20,226); }
div.DivClassName
{
background-color: #FA14E2;
}
.BgClassName
{
background-color: #FA14E2;
}
</style>
border-color css
<style>
span { border-color: #FA14E2; }
span { border-color: rgb(250,20,226); }
td.TdClassName
{
border-color: #FA14E2;
}
.TagClassName
{
border-color: #FA14E2;
}
</style>