Shades of Hot Magenta #FA0AD6
Tints of Hot Magenta #FA0AD6
RGB
CMYK
RGB Variations
Color information
#FA0AD6 (or 0xFA0AD6) is known color: Hot Magenta. HEX triplet: FA, 0A and D6. RGB value is (250,10,214). Sum of RGB (Red+Green+Blue) = 250+10+214=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AD6 is #05F529. Grayscale: #686868. Windows color (decimal): -390442 or 14027514. OLE color: 14027514.
HSL color Cylindrical-coordinate representation of color #FA0AD6: hue angle of 309º 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 #FA0AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.02 |
| HSL | 309º | 0.96% | 0.51% | - |
| HSV(B) | 309º | 0.96% | 0.98% | - |
| XYZ | 51.67 | 25.4 | 65.8 | - |
| YUV | 105.02 | 189.51 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 214 | 0 | 0.96 | 0.14 | 0.02 | 309 | 0.96 | 0.51 |
| Hex | FA | A | D6 | 0 | 60 | E | 2 | 135 | 60 | 33 |
| Octal | 372 | 12 | 326 | 0 | 140 | 16 | 2 | 465 | 140 | 63 |
| Binary | 11111010 | 1010 | 11010110 | 0 | 1100000 | 1110 | 10 | 100110101 | 1100000 | 110011 |
Color Harmonies of #FA0AD6
Complementary color
Monochromatic Colors of #FA0AD6
Black with #FA0AD6
Text Example
Text Example
White with #FA0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AD6; }
p { color: rgb(250,10,214); }
H1.HeaderClassName
{
color: #FA0AD6;
}
.AnyTagClassName
{
color: #FA0AD6;
}
</style>
background-color css
<style>
a { background-color: #FA0AD6; }
a { background-color: rgb(250,10,214); }
div.DivClassName
{
background-color: #FA0AD6;
}
.BgClassName
{
background-color: #FA0AD6;
}
</style>
border-color css
<style>
span { border-color: #FA0AD6; }
span { border-color: rgb(250,10,214); }
td.TdClassName
{
border-color: #FA0AD6;
}
.TagClassName
{
border-color: #FA0AD6;
}
</style>