Shades of Hot Magenta #FA0AD8
Tints of Hot Magenta #FA0AD8
RGB
CMYK
RGB Variations
Color information
#FA0AD8 (or 0xFA0AD8) is known color: Hot Magenta. HEX triplet: FA, 0A and D8. RGB value is (250,10,216). Sum of RGB (Red+Green+Blue) = 250+10+216=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AD8 is #05F527. Grayscale: #686868. Windows color (decimal): -390440 or 14158586. OLE color: 14158586.
HSL color Cylindrical-coordinate representation of color #FA0AD8: hue angle of 308.5º 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 #FA0AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 216 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.02 |
| HSL | 308.5º | 0.96% | 0.51% | - |
| HSV(B) | 308.5º | 0.96% | 0.98% | - |
| XYZ | 51.93 | 25.5 | 67.15 | - |
| YUV | 105.24 | 190.51 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 216 | 0 | 0.96 | 0.14 | 0.02 | 308.5 | 0.96 | 0.51 |
| Hex | FA | A | D8 | 0 | 60 | E | 2 | 134 | 60 | 33 |
| Octal | 372 | 12 | 330 | 0 | 140 | 16 | 2 | 464 | 140 | 63 |
| Binary | 11111010 | 1010 | 11011000 | 0 | 1100000 | 1110 | 10 | 100110100 | 1100000 | 110011 |
Color Harmonies of #FA0AD8
Complementary color
Monochromatic Colors of #FA0AD8
Black with #FA0AD8
Text Example
Text Example
White with #FA0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AD8; }
p { color: rgb(250,10,216); }
H1.HeaderClassName
{
color: #FA0AD8;
}
.AnyTagClassName
{
color: #FA0AD8;
}
</style>
background-color css
<style>
a { background-color: #FA0AD8; }
a { background-color: rgb(250,10,216); }
div.DivClassName
{
background-color: #FA0AD8;
}
.BgClassName
{
background-color: #FA0AD8;
}
</style>
border-color css
<style>
span { border-color: #FA0AD8; }
span { border-color: rgb(250,10,216); }
td.TdClassName
{
border-color: #FA0AD8;
}
.TagClassName
{
border-color: #FA0AD8;
}
</style>