Shades of Magenta #F920EC
Tints of Magenta #F920EC
RGB
CMYK
RGB Variations
Color information
#F920EC (or 0xF920EC) is known color: Magenta. HEX triplet: F9, 20 and EC. RGB value is (249,32,236). Sum of RGB (Red+Green+Blue) = 249+32+236=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F920EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920EC is #06DF13. Grayscale: #777777. Windows color (decimal): -450324 or 15474937. OLE color: 15474937.
HSL color Cylindrical-coordinate representation of color #F920EC: hue angle of 303.59º degrees, saturation: 0.95, 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 #F920EC is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.02 |
| HSL | 303.59º | 0.95% | 0.55% | - |
| HSV(B) | 303.59º | 0.87% | 0.98% | - |
| XYZ | 54.72 | 27.23 | 81.73 | - |
| YUV | 120.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 236 | 0 | 0.87 | 0.05 | 0.02 | 303.59 | 0.95 | 0.55 |
| Hex | F9 | 20 | EC | 0 | 57 | 5 | 2 | 130 | 5F | 37 |
| Octal | 371 | 40 | 354 | 0 | 127 | 5 | 2 | 460 | 137 | 67 |
| Binary | 11111001 | 100000 | 11101100 | 0 | 1010111 | 101 | 10 | 100110000 | 1011111 | 110111 |
Color Harmonies of #F920EC
Complementary color
Monochromatic Colors of #F920EC
Black with #F920EC
Text Example
Text Example
White with #F920EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920EC; }
p { color: rgb(249,32,236); }
H1.HeaderClassName
{
color: #F920EC;
}
.AnyTagClassName
{
color: #F920EC;
}
</style>
background-color css
<style>
a { background-color: #F920EC; }
a { background-color: rgb(249,32,236); }
div.DivClassName
{
background-color: #F920EC;
}
.BgClassName
{
background-color: #F920EC;
}
</style>
border-color css
<style>
span { border-color: #F920EC; }
span { border-color: rgb(249,32,236); }
td.TdClassName
{
border-color: #F920EC;
}
.TagClassName
{
border-color: #F920EC;
}
</style>