Shades of Magenta #FA12F2
Tints of Magenta #FA12F2
RGB
CMYK
RGB Variations
Color information
#FA12F2 (or 0xFA12F2) is known color: Magenta. HEX triplet: FA, 12 and F2. RGB value is (250,18,242). Sum of RGB (Red+Green+Blue) = 250+18+242=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 18 (7.42% from 255 or 3.53% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12F2 is #05ED0D. Grayscale: #707070. Windows color (decimal): -388366 or 15864570. OLE color: 15864570.
HSL color Cylindrical-coordinate representation of color #FA12F2: hue angle of 302.07º 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 #FA12F2 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 242 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.02 |
| HSL | 302.07º | 0.96% | 0.53% | - |
| HSV(B) | 302.07º | 0.93% | 0.98% | - |
| XYZ | 55.67 | 27.17 | 86.31 | - |
| YUV | 112.9 | 200.86 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 242 | 0 | 0.93 | 0.03 | 0.02 | 302.07 | 0.96 | 0.53 |
| Hex | FA | 12 | F2 | 0 | 5D | 3 | 2 | 12E | 60 | 35 |
| Octal | 372 | 22 | 362 | 0 | 135 | 3 | 2 | 456 | 140 | 65 |
| Binary | 11111010 | 10010 | 11110010 | 0 | 1011101 | 11 | 10 | 100101110 | 1100000 | 110101 |
Color Harmonies of #FA12F2
Complementary color
Monochromatic Colors of #FA12F2
Black with #FA12F2
Text Example
Text Example
White with #FA12F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12F2; }
p { color: rgb(250,18,242); }
H1.HeaderClassName
{
color: #FA12F2;
}
.AnyTagClassName
{
color: #FA12F2;
}
</style>
background-color css
<style>
a { background-color: #FA12F2; }
a { background-color: rgb(250,18,242); }
div.DivClassName
{
background-color: #FA12F2;
}
.BgClassName
{
background-color: #FA12F2;
}
</style>
border-color css
<style>
span { border-color: #FA12F2; }
span { border-color: rgb(250,18,242); }
td.TdClassName
{
border-color: #FA12F2;
}
.TagClassName
{
border-color: #FA12F2;
}
</style>