Shades of Magenta #FA12F4
Tints of Magenta #FA12F4
RGB
CMYK
RGB Variations
Color information
#FA12F4 (or 0xFA12F4) is known color: Magenta. HEX triplet: FA, 12 and F4. RGB value is (250,18,244). Sum of RGB (Red+Green+Blue) = 250+18+244=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 18 (7.42% from 255 or 3.52% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12F4 is #05ED0B. Grayscale: #707070. Windows color (decimal): -388364 or 15995642. OLE color: 15995642.
HSL color Cylindrical-coordinate representation of color #FA12F4: hue angle of 301.55º 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 #FA12F4 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 244 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.02 |
| HSL | 301.55º | 0.96% | 0.53% | - |
| HSV(B) | 301.55º | 0.93% | 0.98% | - |
| XYZ | 55.97 | 27.29 | 87.91 | - |
| YUV | 113.13 | 201.86 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 244 | 0 | 0.93 | 0.02 | 0.02 | 301.55 | 0.96 | 0.53 |
| Hex | FA | 12 | F4 | 0 | 5D | 2 | 2 | 12E | 60 | 35 |
| Octal | 372 | 22 | 364 | 0 | 135 | 2 | 2 | 456 | 140 | 65 |
| Binary | 11111010 | 10010 | 11110100 | 0 | 1011101 | 10 | 10 | 100101110 | 1100000 | 110101 |
Color Harmonies of #FA12F4
Complementary color
Monochromatic Colors of #FA12F4
Black with #FA12F4
Text Example
Text Example
White with #FA12F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12F4; }
p { color: rgb(250,18,244); }
H1.HeaderClassName
{
color: #FA12F4;
}
.AnyTagClassName
{
color: #FA12F4;
}
</style>
background-color css
<style>
a { background-color: #FA12F4; }
a { background-color: rgb(250,18,244); }
div.DivClassName
{
background-color: #FA12F4;
}
.BgClassName
{
background-color: #FA12F4;
}
</style>
border-color css
<style>
span { border-color: #FA12F4; }
span { border-color: rgb(250,18,244); }
td.TdClassName
{
border-color: #FA12F4;
}
.TagClassName
{
border-color: #FA12F4;
}
</style>