Shades of Magenta #FA20EC
Tints of Magenta #FA20EC
RGB
CMYK
RGB Variations
Color information
#FA20EC (or 0xFA20EC) is known color: Magenta. HEX triplet: FA, 20 and EC. RGB value is (250,32,236). Sum of RGB (Red+Green+Blue) = 250+32+236=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 32 (12.89% from 255 or 6.18% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA20EC is #05DF13. Grayscale: #777777. Windows color (decimal): -384788 or 15474938. OLE color: 15474938.
HSL color Cylindrical-coordinate representation of color #FA20EC: hue angle of 303.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20EC is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.02 |
| HSL | 303.85º | 0.96% | 0.55% | - |
| HSV(B) | 303.85º | 0.87% | 0.98% | - |
| XYZ | 55.08 | 27.41 | 81.75 | - |
| YUV | 120.44 | 193.22 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 236 | 0 | 0.87 | 0.06 | 0.02 | 303.85 | 0.96 | 0.55 |
| Hex | FA | 20 | EC | 0 | 57 | 6 | 2 | 130 | 60 | 37 |
| Octal | 372 | 40 | 354 | 0 | 127 | 6 | 2 | 460 | 140 | 67 |
| Binary | 11111010 | 100000 | 11101100 | 0 | 1010111 | 110 | 10 | 100110000 | 1100000 | 110111 |
Color Harmonies of #FA20EC
Complementary color
Monochromatic Colors of #FA20EC
Black with #FA20EC
Text Example
Text Example
White with #FA20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20EC; }
p { color: rgb(250,32,236); }
H1.HeaderClassName
{
color: #FA20EC;
}
.AnyTagClassName
{
color: #FA20EC;
}
</style>
background-color css
<style>
a { background-color: #FA20EC; }
a { background-color: rgb(250,32,236); }
div.DivClassName
{
background-color: #FA20EC;
}
.BgClassName
{
background-color: #FA20EC;
}
</style>
border-color css
<style>
span { border-color: #FA20EC; }
span { border-color: rgb(250,32,236); }
td.TdClassName
{
border-color: #FA20EC;
}
.TagClassName
{
border-color: #FA20EC;
}
</style>