Shades of Hot Magenta #FA12DC
Tints of Hot Magenta #FA12DC
RGB
CMYK
RGB Variations
Color information
#FA12DC (or 0xFA12DC) is known color: Hot Magenta. HEX triplet: FA, 12 and DC. RGB value is (250,18,220). Sum of RGB (Red+Green+Blue) = 250+18+220=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12DC is #05ED23. Grayscale: #6D6D6D. Windows color (decimal): -388388 or 14422778. OLE color: 14422778.
HSL color Cylindrical-coordinate representation of color #FA12DC: hue angle of 307.76º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12DC is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 220 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.02 |
| HSL | 307.76º | 0.96% | 0.53% | - |
| HSV(B) | 307.76º | 0.93% | 0.98% | - |
| XYZ | 52.56 | 25.92 | 69.94 | - |
| YUV | 110.4 | 189.86 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 220 | 0 | 0.93 | 0.12 | 0.02 | 307.76 | 0.96 | 0.53 |
| Hex | FA | 12 | DC | 0 | 5D | C | 2 | 134 | 60 | 35 |
| Octal | 372 | 22 | 334 | 0 | 135 | 14 | 2 | 464 | 140 | 65 |
| Binary | 11111010 | 10010 | 11011100 | 0 | 1011101 | 1100 | 10 | 100110100 | 1100000 | 110101 |
Color Harmonies of #FA12DC
Complementary color
Monochromatic Colors of #FA12DC
Black with #FA12DC
Text Example
Text Example
White with #FA12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12DC; }
p { color: rgb(250,18,220); }
H1.HeaderClassName
{
color: #FA12DC;
}
.AnyTagClassName
{
color: #FA12DC;
}
</style>
background-color css
<style>
a { background-color: #FA12DC; }
a { background-color: rgb(250,18,220); }
div.DivClassName
{
background-color: #FA12DC;
}
.BgClassName
{
background-color: #FA12DC;
}
</style>
border-color css
<style>
span { border-color: #FA12DC; }
span { border-color: rgb(250,18,220); }
td.TdClassName
{
border-color: #FA12DC;
}
.TagClassName
{
border-color: #FA12DC;
}
</style>