Shades of Hot Magenta #FA0ADF
Tints of Hot Magenta #FA0ADF
RGB
CMYK
RGB Variations
Color information
#FA0ADF (or 0xFA0ADF) is known color: Hot Magenta. HEX triplet: FA, 0A and DF. RGB value is (250,10,223). Sum of RGB (Red+Green+Blue) = 250+10+223=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ADF is #05F520. Grayscale: #696969. Windows color (decimal): -390433 or 14617338. OLE color: 14617338.
HSL color Cylindrical-coordinate representation of color #FA0ADF: hue angle of 306.75º 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 #FA0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.02 |
| HSL | 306.75º | 0.96% | 0.51% | - |
| HSV(B) | 306.75º | 0.96% | 0.98% | - |
| XYZ | 52.85 | 25.87 | 72.02 | - |
| YUV | 106.04 | 194.01 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 223 | 0 | 0.96 | 0.11 | 0.02 | 306.75 | 0.96 | 0.51 |
| Hex | FA | A | DF | 0 | 60 | B | 2 | 133 | 60 | 33 |
| Octal | 372 | 12 | 337 | 0 | 140 | 13 | 2 | 463 | 140 | 63 |
| Binary | 11111010 | 1010 | 11011111 | 0 | 1100000 | 1011 | 10 | 100110011 | 1100000 | 110011 |
Color Harmonies of #FA0ADF
Complementary color
Monochromatic Colors of #FA0ADF
Black with #FA0ADF
Text Example
Text Example
White with #FA0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ADF; }
p { color: rgb(250,10,223); }
H1.HeaderClassName
{
color: #FA0ADF;
}
.AnyTagClassName
{
color: #FA0ADF;
}
</style>
background-color css
<style>
a { background-color: #FA0ADF; }
a { background-color: rgb(250,10,223); }
div.DivClassName
{
background-color: #FA0ADF;
}
.BgClassName
{
background-color: #FA0ADF;
}
</style>
border-color css
<style>
span { border-color: #FA0ADF; }
span { border-color: rgb(250,10,223); }
td.TdClassName
{
border-color: #FA0ADF;
}
.TagClassName
{
border-color: #FA0ADF;
}
</style>