Shades of Hot Magenta #FA12E3
Tints of Hot Magenta #FA12E3
RGB
CMYK
RGB Variations
Color information
#FA12E3 (or 0xFA12E3) is known color: Hot Magenta. HEX triplet: FA, 12 and E3. RGB value is (250,18,227). Sum of RGB (Red+Green+Blue) = 250+18+227=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12E3 is #05ED1C. Grayscale: #6E6E6E. Windows color (decimal): -388381 or 14881530. OLE color: 14881530.
HSL color Cylindrical-coordinate representation of color #FA12E3: hue angle of 305.95º 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 #FA12E3 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 227 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.02 |
| HSL | 305.95º | 0.96% | 0.53% | - |
| HSV(B) | 305.95º | 0.93% | 0.98% | - |
| XYZ | 53.51 | 26.3 | 74.93 | - |
| YUV | 111.19 | 193.36 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 227 | 0 | 0.93 | 0.09 | 0.02 | 305.95 | 0.96 | 0.53 |
| Hex | FA | 12 | E3 | 0 | 5D | 9 | 2 | 132 | 60 | 35 |
| Octal | 372 | 22 | 343 | 0 | 135 | 11 | 2 | 462 | 140 | 65 |
| Binary | 11111010 | 10010 | 11100011 | 0 | 1011101 | 1001 | 10 | 100110010 | 1100000 | 110101 |
Color Harmonies of #FA12E3
Complementary color
Monochromatic Colors of #FA12E3
Black with #FA12E3
Text Example
Text Example
White with #FA12E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12E3; }
p { color: rgb(250,18,227); }
H1.HeaderClassName
{
color: #FA12E3;
}
.AnyTagClassName
{
color: #FA12E3;
}
</style>
background-color css
<style>
a { background-color: #FA12E3; }
a { background-color: rgb(250,18,227); }
div.DivClassName
{
background-color: #FA12E3;
}
.BgClassName
{
background-color: #FA12E3;
}
</style>
border-color css
<style>
span { border-color: #FA12E3; }
span { border-color: rgb(250,18,227); }
td.TdClassName
{
border-color: #FA12E3;
}
.TagClassName
{
border-color: #FA12E3;
}
</style>