Shades of Magenta #FA12FF
Tints of Magenta #FA12FF
RGB
CMYK
RGB Variations
Color information
#FA12FF (or 0xFA12FF) is known color: Magenta. HEX triplet: FA, 12 and FF. RGB value is (250,18,255). Sum of RGB (Red+Green+Blue) = 250+18+255=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 18 (7.42% from 255 or 3.44% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12FF is #05ED00. Grayscale: #717171. Windows color (decimal): -388353 or 16716538. OLE color: 16716538.
HSL color Cylindrical-coordinate representation of color #FA12FF: hue angle of 298.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12FF is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 18 | 255 | - |
| CMYK | 0.02 | 0.93 | 0 | 0 |
| HSL | 298.73º | 1% | 0.54% | - |
| HSV(B) | 298.73º | 0.93% | 1% | - |
| XYZ | 57.69 | 27.98 | 96.97 | - |
| YUV | 114.39 | 207.36 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 255 | 0.02 | 0.93 | 0 | 0 | 298.73 | 1 | 0.54 |
| Hex | FA | 12 | FF | 2 | 5D | 0 | 0 | 12B | 64 | 36 |
| Octal | 372 | 22 | 377 | 2 | 135 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111010 | 10010 | 11111111 | 10 | 1011101 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FA12FF
Complementary color
Monochromatic Colors of #FA12FF
Black with #FA12FF
Text Example
Text Example
White with #FA12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12FF; }
p { color: rgb(250,18,255); }
H1.HeaderClassName
{
color: #FA12FF;
}
.AnyTagClassName
{
color: #FA12FF;
}
</style>
background-color css
<style>
a { background-color: #FA12FF; }
a { background-color: rgb(250,18,255); }
div.DivClassName
{
background-color: #FA12FF;
}
.BgClassName
{
background-color: #FA12FF;
}
</style>
border-color css
<style>
span { border-color: #FA12FF; }
span { border-color: rgb(250,18,255); }
td.TdClassName
{
border-color: #FA12FF;
}
.TagClassName
{
border-color: #FA12FF;
}
</style>