Shades of Hot Magenta #FA17E2
Tints of Hot Magenta #FA17E2
RGB
CMYK
RGB Variations
Color information
#FA17E2 (or 0xFA17E2) is known color: Hot Magenta. HEX triplet: FA, 17 and E2. RGB value is (250,23,226). Sum of RGB (Red+Green+Blue) = 250+23+226=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17E2 is #05E81D. Grayscale: #717171. Windows color (decimal): -387102 or 14817274. OLE color: 14817274.
HSL color Cylindrical-coordinate representation of color #FA17E2: hue angle of 306.34º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA17E2 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 226 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.02 |
| HSL | 306.34º | 0.96% | 0.54% | - |
| HSV(B) | 306.34º | 0.91% | 0.98% | - |
| XYZ | 53.46 | 26.43 | 74.24 | - |
| YUV | 114.02 | 191.21 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 226 | 0 | 0.91 | 0.10 | 0.02 | 306.34 | 0.96 | 0.54 |
| Hex | FA | 17 | E2 | 0 | 5B | A | 2 | 132 | 60 | 36 |
| Octal | 372 | 27 | 342 | 0 | 133 | 12 | 2 | 462 | 140 | 66 |
| Binary | 11111010 | 10111 | 11100010 | 0 | 1011011 | 1010 | 10 | 100110010 | 1100000 | 110110 |
Color Harmonies of #FA17E2
Complementary color
Monochromatic Colors of #FA17E2
Black with #FA17E2
Text Example
Text Example
White with #FA17E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17E2; }
p { color: rgb(250,23,226); }
H1.HeaderClassName
{
color: #FA17E2;
}
.AnyTagClassName
{
color: #FA17E2;
}
</style>
background-color css
<style>
a { background-color: #FA17E2; }
a { background-color: rgb(250,23,226); }
div.DivClassName
{
background-color: #FA17E2;
}
.BgClassName
{
background-color: #FA17E2;
}
</style>
border-color css
<style>
span { border-color: #FA17E2; }
span { border-color: rgb(250,23,226); }
td.TdClassName
{
border-color: #FA17E2;
}
.TagClassName
{
border-color: #FA17E2;
}
</style>