Shades of Hot Magenta #FA0ADC
Tints of Hot Magenta #FA0ADC
RGB
CMYK
RGB Variations
Color information
#FA0ADC (or 0xFA0ADC) is known color: Hot Magenta. HEX triplet: FA, 0A and DC. RGB value is (250,10,220). Sum of RGB (Red+Green+Blue) = 250+10+220=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ADC is #05F523. Grayscale: #696969. Windows color (decimal): -390436 or 14420730. OLE color: 14420730.
HSL color Cylindrical-coordinate representation of color #FA0ADC: hue angle of 307.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 #FA0ADC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.5º | 0.96% | 0.51% | - |
| HSV(B) | 307.5º | 0.96% | 0.98% | - |
| XYZ | 52.45 | 25.71 | 69.91 | - |
| YUV | 105.7 | 192.51 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 220 | 0 | 0.96 | 0.12 | 0.02 | 307.5 | 0.96 | 0.51 |
| Hex | FA | A | DC | 0 | 60 | C | 2 | 134 | 60 | 33 |
| Octal | 372 | 12 | 334 | 0 | 140 | 14 | 2 | 464 | 140 | 63 |
| Binary | 11111010 | 1010 | 11011100 | 0 | 1100000 | 1100 | 10 | 100110100 | 1100000 | 110011 |
Color Harmonies of #FA0ADC
Complementary color
Monochromatic Colors of #FA0ADC
Black with #FA0ADC
Text Example
Text Example
White with #FA0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ADC; }
p { color: rgb(250,10,220); }
H1.HeaderClassName
{
color: #FA0ADC;
}
.AnyTagClassName
{
color: #FA0ADC;
}
</style>
background-color css
<style>
a { background-color: #FA0ADC; }
a { background-color: rgb(250,10,220); }
div.DivClassName
{
background-color: #FA0ADC;
}
.BgClassName
{
background-color: #FA0ADC;
}
</style>
border-color css
<style>
span { border-color: #FA0ADC; }
span { border-color: rgb(250,10,220); }
td.TdClassName
{
border-color: #FA0ADC;
}
.TagClassName
{
border-color: #FA0ADC;
}
</style>