Shades of Hot Magenta #FA0AD0
Tints of Hot Magenta #FA0AD0
RGB
CMYK
RGB Variations
Color information
#FA0AD0 (or 0xFA0AD0) is known color: Hot Magenta. HEX triplet: FA, 0A and D0. RGB value is (250,10,208). Sum of RGB (Red+Green+Blue) = 250+10+208=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AD0 is #05F52F. Grayscale: #676767. Windows color (decimal): -390448 or 13634298. OLE color: 13634298.
HSL color Cylindrical-coordinate representation of color #FA0AD0: hue angle of 310.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 #FA0AD0 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 208 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.02 |
| HSL | 310.5º | 0.96% | 0.51% | - |
| HSV(B) | 310.5º | 0.96% | 0.98% | - |
| XYZ | 50.92 | 25.1 | 61.83 | - |
| YUV | 104.33 | 186.51 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 208 | 0 | 0.96 | 0.17 | 0.02 | 310.5 | 0.96 | 0.51 |
| Hex | FA | A | D0 | 0 | 60 | 11 | 2 | 136 | 60 | 33 |
| Octal | 372 | 12 | 320 | 0 | 140 | 21 | 2 | 466 | 140 | 63 |
| Binary | 11111010 | 1010 | 11010000 | 0 | 1100000 | 10001 | 10 | 100110110 | 1100000 | 110011 |
Color Harmonies of #FA0AD0
Complementary color
Monochromatic Colors of #FA0AD0
Black with #FA0AD0
Text Example
Text Example
White with #FA0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AD0; }
p { color: rgb(250,10,208); }
H1.HeaderClassName
{
color: #FA0AD0;
}
.AnyTagClassName
{
color: #FA0AD0;
}
</style>
background-color css
<style>
a { background-color: #FA0AD0; }
a { background-color: rgb(250,10,208); }
div.DivClassName
{
background-color: #FA0AD0;
}
.BgClassName
{
background-color: #FA0AD0;
}
</style>
border-color css
<style>
span { border-color: #FA0AD0; }
span { border-color: rgb(250,10,208); }
td.TdClassName
{
border-color: #FA0AD0;
}
.TagClassName
{
border-color: #FA0AD0;
}
</style>