Shades of Magenta #F820EC
Tints of Magenta #F820EC
RGB
CMYK
RGB Variations
Color information
#F820EC (or 0xF820EC) is known color: Magenta. HEX triplet: F8, 20 and EC. RGB value is (248,32,236). Sum of RGB (Red+Green+Blue) = 248+32+236=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F820EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820EC is #07DF13. Grayscale: #777777. Windows color (decimal): -515860 or 15474936. OLE color: 15474936.
HSL color Cylindrical-coordinate representation of color #F820EC: hue angle of 303.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820EC is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.03 |
| HSL | 303.33º | 0.94% | 0.55% | - |
| HSV(B) | 303.33º | 0.87% | 0.97% | - |
| XYZ | 54.37 | 27.05 | 81.71 | - |
| YUV | 119.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 236 | 0 | 0.87 | 0.05 | 0.03 | 303.33 | 0.94 | 0.55 |
| Hex | F8 | 20 | EC | 0 | 57 | 5 | 3 | 12F | 5E | 37 |
| Octal | 370 | 40 | 354 | 0 | 127 | 5 | 3 | 457 | 136 | 67 |
| Binary | 11111000 | 100000 | 11101100 | 0 | 1010111 | 101 | 11 | 100101111 | 1011110 | 110111 |
Color Harmonies of #F820EC
Complementary color
Monochromatic Colors of #F820EC
Black with #F820EC
Text Example
Text Example
White with #F820EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820EC; }
p { color: rgb(248,32,236); }
H1.HeaderClassName
{
color: #F820EC;
}
.AnyTagClassName
{
color: #F820EC;
}
</style>
background-color css
<style>
a { background-color: #F820EC; }
a { background-color: rgb(248,32,236); }
div.DivClassName
{
background-color: #F820EC;
}
.BgClassName
{
background-color: #F820EC;
}
</style>
border-color css
<style>
span { border-color: #F820EC; }
span { border-color: rgb(248,32,236); }
td.TdClassName
{
border-color: #F820EC;
}
.TagClassName
{
border-color: #F820EC;
}
</style>