Shades of Hot Magenta #FA12D5
Tints of Hot Magenta #FA12D5
RGB
CMYK
RGB Variations
Color information
#FA12D5 (or 0xFA12D5) is known color: Hot Magenta. HEX triplet: FA, 12 and D5. RGB value is (250,18,213). Sum of RGB (Red+Green+Blue) = 250+18+213=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12D5 is #05ED2A. Grayscale: #6D6D6D. Windows color (decimal): -388395 or 13964026. OLE color: 13964026.
HSL color Cylindrical-coordinate representation of color #FA12D5: hue angle of 309.57º 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 #FA12D5 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 213 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.02 |
| HSL | 309.57º | 0.96% | 0.53% | - |
| HSV(B) | 309.57º | 0.93% | 0.98% | - |
| XYZ | 51.65 | 25.56 | 65.16 | - |
| YUV | 109.6 | 186.36 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 213 | 0 | 0.93 | 0.15 | 0.02 | 309.57 | 0.96 | 0.53 |
| Hex | FA | 12 | D5 | 0 | 5D | F | 2 | 136 | 60 | 35 |
| Octal | 372 | 22 | 325 | 0 | 135 | 17 | 2 | 466 | 140 | 65 |
| Binary | 11111010 | 10010 | 11010101 | 0 | 1011101 | 1111 | 10 | 100110110 | 1100000 | 110101 |
Color Harmonies of #FA12D5
Complementary color
Monochromatic Colors of #FA12D5
Black with #FA12D5
Text Example
Text Example
White with #FA12D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12D5; }
p { color: rgb(250,18,213); }
H1.HeaderClassName
{
color: #FA12D5;
}
.AnyTagClassName
{
color: #FA12D5;
}
</style>
background-color css
<style>
a { background-color: #FA12D5; }
a { background-color: rgb(250,18,213); }
div.DivClassName
{
background-color: #FA12D5;
}
.BgClassName
{
background-color: #FA12D5;
}
</style>
border-color css
<style>
span { border-color: #FA12D5; }
span { border-color: rgb(250,18,213); }
td.TdClassName
{
border-color: #FA12D5;
}
.TagClassName
{
border-color: #FA12D5;
}
</style>