Shades of Hot Magenta #FA15E2
Tints of Hot Magenta #FA15E2
RGB
CMYK
RGB Variations
Color information
#FA15E2 (or 0xFA15E2) is known color: Hot Magenta. HEX triplet: FA, 15 and E2. RGB value is (250,21,226). Sum of RGB (Red+Green+Blue) = 250+21+226=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15E2 is #05EA1D. Grayscale: #707070. Windows color (decimal): -387614 or 14816762. OLE color: 14816762.
HSL color Cylindrical-coordinate representation of color #FA15E2: hue angle of 306.29º 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 #FA15E2 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 226 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.02 |
| HSL | 306.29º | 0.96% | 0.53% | - |
| HSV(B) | 306.29º | 0.92% | 0.98% | - |
| XYZ | 53.42 | 26.35 | 74.22 | - |
| YUV | 112.84 | 191.87 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 226 | 0 | 0.92 | 0.10 | 0.02 | 306.29 | 0.96 | 0.53 |
| Hex | FA | 15 | E2 | 0 | 5C | A | 2 | 132 | 60 | 35 |
| Octal | 372 | 25 | 342 | 0 | 134 | 12 | 2 | 462 | 140 | 65 |
| Binary | 11111010 | 10101 | 11100010 | 0 | 1011100 | 1010 | 10 | 100110010 | 1100000 | 110101 |
Color Harmonies of #FA15E2
Complementary color
Monochromatic Colors of #FA15E2
Black with #FA15E2
Text Example
Text Example
White with #FA15E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15E2; }
p { color: rgb(250,21,226); }
H1.HeaderClassName
{
color: #FA15E2;
}
.AnyTagClassName
{
color: #FA15E2;
}
</style>
background-color css
<style>
a { background-color: #FA15E2; }
a { background-color: rgb(250,21,226); }
div.DivClassName
{
background-color: #FA15E2;
}
.BgClassName
{
background-color: #FA15E2;
}
</style>
border-color css
<style>
span { border-color: #FA15E2; }
span { border-color: rgb(250,21,226); }
td.TdClassName
{
border-color: #FA15E2;
}
.TagClassName
{
border-color: #FA15E2;
}
</style>