Shades of Magenta #FA00EC
Tints of Magenta #FA00EC
RGB
CMYK
RGB Variations
Color information
#FA00EC (or 0xFA00EC) is known color: Magenta. HEX triplet: FA, 00 and EC. RGB value is (250,0,236). Sum of RGB (Red+Green+Blue) = 250+0+236=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00EC is #05FF13. Grayscale: #646464. Windows color (decimal): -392980 or 15466746. OLE color: 15466746.
HSL color Cylindrical-coordinate representation of color #FA00EC: hue angle of 303.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00EC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 236 | - |
| CMYK | 0 | 1 | 0.06 | 0.02 |
| HSL | 303.36º | 1% | 0.49% | - |
| HSV(B) | 303.36º | 1% | 0.98% | - |
| XYZ | 54.56 | 26.38 | 81.57 | - |
| YUV | 101.65 | 203.83 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 236 | 0 | 1 | 0.06 | 0.02 | 303.36 | 1 | 0.49 |
| Hex | FA | 0 | EC | 0 | 64 | 6 | 2 | 12F | 64 | 31 |
| Octal | 372 | 0 | 354 | 0 | 144 | 6 | 2 | 457 | 144 | 61 |
| Binary | 11111010 | 0 | 11101100 | 0 | 1100100 | 110 | 10 | 100101111 | 1100100 | 110001 |
Color Harmonies of #FA00EC
Complementary color
Monochromatic Colors of #FA00EC
Black with #FA00EC
Text Example
Text Example
White with #FA00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00EC; }
p { color: rgb(250,0,236); }
H1.HeaderClassName
{
color: #FA00EC;
}
.AnyTagClassName
{
color: #FA00EC;
}
</style>
background-color css
<style>
a { background-color: #FA00EC; }
a { background-color: rgb(250,0,236); }
div.DivClassName
{
background-color: #FA00EC;
}
.BgClassName
{
background-color: #FA00EC;
}
</style>
border-color css
<style>
span { border-color: #FA00EC; }
span { border-color: rgb(250,0,236); }
td.TdClassName
{
border-color: #FA00EC;
}
.TagClassName
{
border-color: #FA00EC;
}
</style>