Shades of Hot Magenta #FA11D9
Tints of Hot Magenta #FA11D9
RGB
CMYK
RGB Variations
Color information
#FA11D9 (or 0xFA11D9) is known color: Hot Magenta. HEX triplet: FA, 11 and D9. RGB value is (250,17,217). Sum of RGB (Red+Green+Blue) = 250+17+217=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11D9 is #05EE26. Grayscale: #6C6C6C. Windows color (decimal): -388647 or 14225914. OLE color: 14225914.
HSL color Cylindrical-coordinate representation of color #FA11D9: hue angle of 308.5º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11D9 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 217 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.02 |
| HSL | 308.5º | 0.96% | 0.52% | - |
| HSV(B) | 308.5º | 0.93% | 0.98% | - |
| XYZ | 52.15 | 25.73 | 67.86 | - |
| YUV | 109.47 | 188.69 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 217 | 0 | 0.93 | 0.13 | 0.02 | 308.5 | 0.96 | 0.52 |
| Hex | FA | 11 | D9 | 0 | 5D | D | 2 | 134 | 60 | 34 |
| Octal | 372 | 21 | 331 | 0 | 135 | 15 | 2 | 464 | 140 | 64 |
| Binary | 11111010 | 10001 | 11011001 | 0 | 1011101 | 1101 | 10 | 100110100 | 1100000 | 110100 |
Color Harmonies of #FA11D9
Complementary color
Monochromatic Colors of #FA11D9
Black with #FA11D9
Text Example
Text Example
White with #FA11D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11D9; }
p { color: rgb(250,17,217); }
H1.HeaderClassName
{
color: #FA11D9;
}
.AnyTagClassName
{
color: #FA11D9;
}
</style>
background-color css
<style>
a { background-color: #FA11D9; }
a { background-color: rgb(250,17,217); }
div.DivClassName
{
background-color: #FA11D9;
}
.BgClassName
{
background-color: #FA11D9;
}
</style>
border-color css
<style>
span { border-color: #FA11D9; }
span { border-color: rgb(250,17,217); }
td.TdClassName
{
border-color: #FA11D9;
}
.TagClassName
{
border-color: #FA11D9;
}
</style>