Shades of Magenta #FA12FE
Tints of Magenta #FA12FE
RGB
CMYK
RGB Variations
Color information
#FA12FE (or 0xFA12FE) is known color: Magenta. HEX triplet: FA, 12 and FE. RGB value is (250,18,254). Sum of RGB (Red+Green+Blue) = 250+18+254=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 18 (7.42% from 255 or 3.45% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA12FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12FE is #05ED01. Grayscale: #717171. Windows color (decimal): -388354 or 16651002. OLE color: 16651002.
HSL color Cylindrical-coordinate representation of color #FA12FE: hue angle of 298.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12FE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 18 | 254 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.00 |
| HSL | 298.98º | 0.99% | 0.53% | - |
| HSV(B) | 298.98º | 0.93% | 1% | - |
| XYZ | 57.53 | 27.91 | 96.12 | - |
| YUV | 114.27 | 206.86 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 254 | 0.02 | 0.93 | 0 | 0.00 | 298.98 | 0.99 | 0.53 |
| Hex | FA | 12 | FE | 2 | 5D | 0 | 0 | 12B | 63 | 35 |
| Octal | 372 | 22 | 376 | 2 | 135 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111010 | 10010 | 11111110 | 10 | 1011101 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #FA12FE
Complementary color
Monochromatic Colors of #FA12FE
Black with #FA12FE
Text Example
Text Example
White with #FA12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12FE; }
p { color: rgb(250,18,254); }
H1.HeaderClassName
{
color: #FA12FE;
}
.AnyTagClassName
{
color: #FA12FE;
}
</style>
background-color css
<style>
a { background-color: #FA12FE; }
a { background-color: rgb(250,18,254); }
div.DivClassName
{
background-color: #FA12FE;
}
.BgClassName
{
background-color: #FA12FE;
}
</style>
border-color css
<style>
span { border-color: #FA12FE; }
span { border-color: rgb(250,18,254); }
td.TdClassName
{
border-color: #FA12FE;
}
.TagClassName
{
border-color: #FA12FE;
}
</style>