Shades of Hot Magenta #FA0ACD
Tints of Hot Magenta #FA0ACD
RGB
CMYK
RGB Variations
Color information
#FA0ACD (or 0xFA0ACD) is known color: Hot Magenta. HEX triplet: FA, 0A and CD. RGB value is (250,10,205). Sum of RGB (Red+Green+Blue) = 250+10+205=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ACD is #05F532. Grayscale: #676767. Windows color (decimal): -390451 or 13437690. OLE color: 13437690.
HSL color Cylindrical-coordinate representation of color #FA0ACD: hue angle of 311.25º 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 #FA0ACD is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.02 |
| HSL | 311.25º | 0.96% | 0.51% | - |
| HSV(B) | 311.25º | 0.96% | 0.98% | - |
| XYZ | 50.55 | 24.95 | 59.91 | - |
| YUV | 103.99 | 185.01 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 205 | 0 | 0.96 | 0.18 | 0.02 | 311.25 | 0.96 | 0.51 |
| Hex | FA | A | CD | 0 | 60 | 12 | 2 | 137 | 60 | 33 |
| Octal | 372 | 12 | 315 | 0 | 140 | 22 | 2 | 467 | 140 | 63 |
| Binary | 11111010 | 1010 | 11001101 | 0 | 1100000 | 10010 | 10 | 100110111 | 1100000 | 110011 |
Color Harmonies of #FA0ACD
Complementary color
Monochromatic Colors of #FA0ACD
Black with #FA0ACD
Text Example
Text Example
White with #FA0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ACD; }
p { color: rgb(250,10,205); }
H1.HeaderClassName
{
color: #FA0ACD;
}
.AnyTagClassName
{
color: #FA0ACD;
}
</style>
background-color css
<style>
a { background-color: #FA0ACD; }
a { background-color: rgb(250,10,205); }
div.DivClassName
{
background-color: #FA0ACD;
}
.BgClassName
{
background-color: #FA0ACD;
}
</style>
border-color css
<style>
span { border-color: #FA0ACD; }
span { border-color: rgb(250,10,205); }
td.TdClassName
{
border-color: #FA0ACD;
}
.TagClassName
{
border-color: #FA0ACD;
}
</style>