Shades of Magenta #FA05EC
Tints of Magenta #FA05EC
RGB
CMYK
RGB Variations
Color information
#FA05EC (or 0xFA05EC) is known color: Magenta. HEX triplet: FA, 05 and EC. RGB value is (250,5,236). Sum of RGB (Red+Green+Blue) = 250+5+236=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05EC is #05FA13. Grayscale: #676767. Windows color (decimal): -391700 or 15468026. OLE color: 15468026.
HSL color Cylindrical-coordinate representation of color #FA05EC: hue angle of 303.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05EC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 236 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.02 |
| HSL | 303.43º | 0.96% | 0.5% | - |
| HSV(B) | 303.43º | 0.98% | 0.98% | - |
| XYZ | 54.62 | 26.49 | 81.59 | - |
| YUV | 104.59 | 202.17 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 236 | 0 | 0.98 | 0.06 | 0.02 | 303.43 | 0.96 | 0.5 |
| Hex | FA | 5 | EC | 0 | 62 | 6 | 2 | 12F | 60 | 32 |
| Octal | 372 | 5 | 354 | 0 | 142 | 6 | 2 | 457 | 140 | 62 |
| Binary | 11111010 | 101 | 11101100 | 0 | 1100010 | 110 | 10 | 100101111 | 1100000 | 110010 |
Color Harmonies of #FA05EC
Complementary color
Monochromatic Colors of #FA05EC
Black with #FA05EC
Text Example
Text Example
White with #FA05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05EC; }
p { color: rgb(250,5,236); }
H1.HeaderClassName
{
color: #FA05EC;
}
.AnyTagClassName
{
color: #FA05EC;
}
</style>
background-color css
<style>
a { background-color: #FA05EC; }
a { background-color: rgb(250,5,236); }
div.DivClassName
{
background-color: #FA05EC;
}
.BgClassName
{
background-color: #FA05EC;
}
</style>
border-color css
<style>
span { border-color: #FA05EC; }
span { border-color: rgb(250,5,236); }
td.TdClassName
{
border-color: #FA05EC;
}
.TagClassName
{
border-color: #FA05EC;
}
</style>