Shades of Hot Magenta #FA0AD9
Tints of Hot Magenta #FA0AD9
RGB
CMYK
RGB Variations
Color information
#FA0AD9 (or 0xFA0AD9) is known color: Hot Magenta. HEX triplet: FA, 0A and D9. RGB value is (250,10,217). Sum of RGB (Red+Green+Blue) = 250+10+217=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AD9 is #05F526. Grayscale: #686868. Windows color (decimal): -390439 or 14224122. OLE color: 14224122.
HSL color Cylindrical-coordinate representation of color #FA0AD9: hue angle of 308.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 217 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.02 |
| HSL | 308.25º | 0.96% | 0.51% | - |
| HSV(B) | 308.25º | 0.96% | 0.98% | - |
| XYZ | 52.06 | 25.55 | 67.83 | - |
| YUV | 105.36 | 191.01 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 217 | 0 | 0.96 | 0.13 | 0.02 | 308.25 | 0.96 | 0.51 |
| Hex | FA | A | D9 | 0 | 60 | D | 2 | 134 | 60 | 33 |
| Octal | 372 | 12 | 331 | 0 | 140 | 15 | 2 | 464 | 140 | 63 |
| Binary | 11111010 | 1010 | 11011001 | 0 | 1100000 | 1101 | 10 | 100110100 | 1100000 | 110011 |
Color Harmonies of #FA0AD9
Complementary color
Monochromatic Colors of #FA0AD9
Black with #FA0AD9
Text Example
Text Example
White with #FA0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AD9; }
p { color: rgb(250,10,217); }
H1.HeaderClassName
{
color: #FA0AD9;
}
.AnyTagClassName
{
color: #FA0AD9;
}
</style>
background-color css
<style>
a { background-color: #FA0AD9; }
a { background-color: rgb(250,10,217); }
div.DivClassName
{
background-color: #FA0AD9;
}
.BgClassName
{
background-color: #FA0AD9;
}
</style>
border-color css
<style>
span { border-color: #FA0AD9; }
span { border-color: rgb(250,10,217); }
td.TdClassName
{
border-color: #FA0AD9;
}
.TagClassName
{
border-color: #FA0AD9;
}
</style>