Shades of Magenta #FA12F8
Tints of Magenta #FA12F8
RGB
CMYK
RGB Variations
Color information
#FA12F8 (or 0xFA12F8) is known color: Magenta. HEX triplet: FA, 12 and F8. RGB value is (250,18,248). Sum of RGB (Red+Green+Blue) = 250+18+248=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 18 (7.42% from 255 or 3.49% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12F8 is #05ED07. Grayscale: #707070. Windows color (decimal): -388360 or 16257786. OLE color: 16257786.
HSL color Cylindrical-coordinate representation of color #FA12F8: hue angle of 300.52º 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 #FA12F8 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 248 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.02 |
| HSL | 300.52º | 0.96% | 0.53% | - |
| HSV(B) | 300.52º | 0.93% | 0.98% | - |
| XYZ | 56.58 | 27.53 | 91.14 | - |
| YUV | 113.59 | 203.86 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 248 | 0 | 0.93 | 0.01 | 0.02 | 300.52 | 0.96 | 0.53 |
| Hex | FA | 12 | F8 | 0 | 5D | 1 | 2 | 12D | 60 | 35 |
| Octal | 372 | 22 | 370 | 0 | 135 | 1 | 2 | 455 | 140 | 65 |
| Binary | 11111010 | 10010 | 11111000 | 0 | 1011101 | 1 | 10 | 100101101 | 1100000 | 110101 |
Color Harmonies of #FA12F8
Complementary color
Monochromatic Colors of #FA12F8
Black with #FA12F8
Text Example
Text Example
White with #FA12F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12F8; }
p { color: rgb(250,18,248); }
H1.HeaderClassName
{
color: #FA12F8;
}
.AnyTagClassName
{
color: #FA12F8;
}
</style>
background-color css
<style>
a { background-color: #FA12F8; }
a { background-color: rgb(250,18,248); }
div.DivClassName
{
background-color: #FA12F8;
}
.BgClassName
{
background-color: #FA12F8;
}
</style>
border-color css
<style>
span { border-color: #FA12F8; }
span { border-color: rgb(250,18,248); }
td.TdClassName
{
border-color: #FA12F8;
}
.TagClassName
{
border-color: #FA12F8;
}
</style>