Shades of Magenta #FA11EC
Tints of Magenta #FA11EC
RGB
CMYK
RGB Variations
Color information
#FA11EC (or 0xFA11EC) is known color: Magenta. HEX triplet: FA, 11 and EC. RGB value is (250,17,236). Sum of RGB (Red+Green+Blue) = 250+17+236=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA11EC is #05EE13. Grayscale: #6E6E6E. Windows color (decimal): -388628 or 15471098. OLE color: 15471098.
HSL color Cylindrical-coordinate representation of color #FA11EC: hue angle of 303.61º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11EC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 236 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.02 |
| HSL | 303.61º | 0.96% | 0.52% | - |
| HSV(B) | 303.61º | 0.93% | 0.98% | - |
| XYZ | 54.77 | 26.78 | 81.64 | - |
| YUV | 111.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 236 | 0 | 0.93 | 0.06 | 0.02 | 303.61 | 0.96 | 0.52 |
| Hex | FA | 11 | EC | 0 | 5D | 6 | 2 | 130 | 60 | 34 |
| Octal | 372 | 21 | 354 | 0 | 135 | 6 | 2 | 460 | 140 | 64 |
| Binary | 11111010 | 10001 | 11101100 | 0 | 1011101 | 110 | 10 | 100110000 | 1100000 | 110100 |
Color Harmonies of #FA11EC
Complementary color
Monochromatic Colors of #FA11EC
Black with #FA11EC
Text Example
Text Example
White with #FA11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11EC; }
p { color: rgb(250,17,236); }
H1.HeaderClassName
{
color: #FA11EC;
}
.AnyTagClassName
{
color: #FA11EC;
}
</style>
background-color css
<style>
a { background-color: #FA11EC; }
a { background-color: rgb(250,17,236); }
div.DivClassName
{
background-color: #FA11EC;
}
.BgClassName
{
background-color: #FA11EC;
}
</style>
border-color css
<style>
span { border-color: #FA11EC; }
span { border-color: rgb(250,17,236); }
td.TdClassName
{
border-color: #FA11EC;
}
.TagClassName
{
border-color: #FA11EC;
}
</style>