Shades of Hot Magenta #FA16D9
Tints of Hot Magenta #FA16D9
RGB
CMYK
RGB Variations
Color information
#FA16D9 (or 0xFA16D9) is known color: Hot Magenta. HEX triplet: FA, 16 and D9. RGB value is (250,22,217). Sum of RGB (Red+Green+Blue) = 250+22+217=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16D9 is #05E926. Grayscale: #6F6F6F. Windows color (decimal): -387367 or 14227194. OLE color: 14227194.
HSL color Cylindrical-coordinate representation of color #FA16D9: hue angle of 308.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA16D9 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 217 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.02 |
| HSL | 308.68º | 0.96% | 0.53% | - |
| HSV(B) | 308.68º | 0.91% | 0.98% | - |
| XYZ | 52.24 | 25.91 | 67.89 | - |
| YUV | 112.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 217 | 0 | 0.91 | 0.13 | 0.02 | 308.68 | 0.96 | 0.53 |
| Hex | FA | 16 | D9 | 0 | 5B | D | 2 | 135 | 60 | 35 |
| Octal | 372 | 26 | 331 | 0 | 133 | 15 | 2 | 465 | 140 | 65 |
| Binary | 11111010 | 10110 | 11011001 | 0 | 1011011 | 1101 | 10 | 100110101 | 1100000 | 110101 |
Color Harmonies of #FA16D9
Complementary color
Monochromatic Colors of #FA16D9
Black with #FA16D9
Text Example
Text Example
White with #FA16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16D9; }
p { color: rgb(250,22,217); }
H1.HeaderClassName
{
color: #FA16D9;
}
.AnyTagClassName
{
color: #FA16D9;
}
</style>
background-color css
<style>
a { background-color: #FA16D9; }
a { background-color: rgb(250,22,217); }
div.DivClassName
{
background-color: #FA16D9;
}
.BgClassName
{
background-color: #FA16D9;
}
</style>
border-color css
<style>
span { border-color: #FA16D9; }
span { border-color: rgb(250,22,217); }
td.TdClassName
{
border-color: #FA16D9;
}
.TagClassName
{
border-color: #FA16D9;
}
</style>