Shades of Magenta #F820EE
Tints of Magenta #F820EE
RGB
CMYK
RGB Variations
Color information
#F820EE (or 0xF820EE) is known color: Magenta. HEX triplet: F8, 20 and EE. RGB value is (248,32,238). Sum of RGB (Red+Green+Blue) = 248+32+238=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 32 (12.89% from 255 or 6.18% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F820EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820EE is #07DF11. Grayscale: #777777. Windows color (decimal): -515858 or 15606008. OLE color: 15606008.
HSL color Cylindrical-coordinate representation of color #F820EE: hue angle of 302.78º 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 #F820EE is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.03 |
| HSL | 302.78º | 0.94% | 0.55% | - |
| HSV(B) | 302.78º | 0.87% | 0.97% | - |
| XYZ | 54.66 | 27.16 | 83.25 | - |
| YUV | 120.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 238 | 0 | 0.87 | 0.04 | 0.03 | 302.78 | 0.94 | 0.55 |
| Hex | F8 | 20 | EE | 0 | 57 | 4 | 3 | 12F | 5E | 37 |
| Octal | 370 | 40 | 356 | 0 | 127 | 4 | 3 | 457 | 136 | 67 |
| Binary | 11111000 | 100000 | 11101110 | 0 | 1010111 | 100 | 11 | 100101111 | 1011110 | 110111 |
Color Harmonies of #F820EE
Complementary color
Monochromatic Colors of #F820EE
Black with #F820EE
Text Example
Text Example
White with #F820EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820EE; }
p { color: rgb(248,32,238); }
H1.HeaderClassName
{
color: #F820EE;
}
.AnyTagClassName
{
color: #F820EE;
}
</style>
background-color css
<style>
a { background-color: #F820EE; }
a { background-color: rgb(248,32,238); }
div.DivClassName
{
background-color: #F820EE;
}
.BgClassName
{
background-color: #F820EE;
}
</style>
border-color css
<style>
span { border-color: #F820EE; }
span { border-color: rgb(248,32,238); }
td.TdClassName
{
border-color: #F820EE;
}
.TagClassName
{
border-color: #F820EE;
}
</style>