Shades of Hot Magenta #FA0ADE
Tints of Hot Magenta #FA0ADE
RGB
CMYK
RGB Variations
Color information
#FA0ADE (or 0xFA0ADE) is known color: Hot Magenta. HEX triplet: FA, 0A and DE. RGB value is (250,10,222). Sum of RGB (Red+Green+Blue) = 250+10+222=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ADE is #05F521. Grayscale: #696969. Windows color (decimal): -390434 or 14551802. OLE color: 14551802.
HSL color Cylindrical-coordinate representation of color #FA0ADE: hue angle of 307º 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 #FA0ADE is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.02 |
| HSL | 307º | 0.96% | 0.51% | - |
| HSV(B) | 307º | 0.96% | 0.98% | - |
| XYZ | 52.72 | 25.82 | 71.31 | - |
| YUV | 105.93 | 193.51 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 222 | 0 | 0.96 | 0.11 | 0.02 | 307 | 0.96 | 0.51 |
| Hex | FA | A | DE | 0 | 60 | B | 2 | 133 | 60 | 33 |
| Octal | 372 | 12 | 336 | 0 | 140 | 13 | 2 | 463 | 140 | 63 |
| Binary | 11111010 | 1010 | 11011110 | 0 | 1100000 | 1011 | 10 | 100110011 | 1100000 | 110011 |
Color Harmonies of #FA0ADE
Complementary color
Monochromatic Colors of #FA0ADE
Black with #FA0ADE
Text Example
Text Example
White with #FA0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ADE; }
p { color: rgb(250,10,222); }
H1.HeaderClassName
{
color: #FA0ADE;
}
.AnyTagClassName
{
color: #FA0ADE;
}
</style>
background-color css
<style>
a { background-color: #FA0ADE; }
a { background-color: rgb(250,10,222); }
div.DivClassName
{
background-color: #FA0ADE;
}
.BgClassName
{
background-color: #FA0ADE;
}
</style>
border-color css
<style>
span { border-color: #FA0ADE; }
span { border-color: rgb(250,10,222); }
td.TdClassName
{
border-color: #FA0ADE;
}
.TagClassName
{
border-color: #FA0ADE;
}
</style>