Shades of Magenta #FA13EC
Tints of Magenta #FA13EC
RGB
CMYK
RGB Variations
Color information
#FA13EC (or 0xFA13EC) is known color: Magenta. HEX triplet: FA, 13 and EC. RGB value is (250,19,236). Sum of RGB (Red+Green+Blue) = 250+19+236=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 19 (7.81% from 255 or 3.76% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13EC is #05EC13. Grayscale: #707070. Windows color (decimal): -388116 or 15471610. OLE color: 15471610.
HSL color Cylindrical-coordinate representation of color #FA13EC: hue angle of 303.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA13EC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 303.64º | 0.96% | 0.53% | - |
| HSV(B) | 303.64º | 0.92% | 0.98% | - |
| XYZ | 54.8 | 26.85 | 81.65 | - |
| YUV | 112.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 236 | 0 | 0.92 | 0.06 | 0.02 | 303.64 | 0.96 | 0.53 |
| Hex | FA | 13 | EC | 0 | 5C | 6 | 2 | 130 | 60 | 35 |
| Octal | 372 | 23 | 354 | 0 | 134 | 6 | 2 | 460 | 140 | 65 |
| Binary | 11111010 | 10011 | 11101100 | 0 | 1011100 | 110 | 10 | 100110000 | 1100000 | 110101 |
Color Harmonies of #FA13EC
Complementary color
Monochromatic Colors of #FA13EC
Black with #FA13EC
Text Example
Text Example
White with #FA13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13EC; }
p { color: rgb(250,19,236); }
H1.HeaderClassName
{
color: #FA13EC;
}
.AnyTagClassName
{
color: #FA13EC;
}
</style>
background-color css
<style>
a { background-color: #FA13EC; }
a { background-color: rgb(250,19,236); }
div.DivClassName
{
background-color: #FA13EC;
}
.BgClassName
{
background-color: #FA13EC;
}
</style>
border-color css
<style>
span { border-color: #FA13EC; }
span { border-color: rgb(250,19,236); }
td.TdClassName
{
border-color: #FA13EC;
}
.TagClassName
{
border-color: #FA13EC;
}
</style>