Shades of Magenta #F820ED
Tints of Magenta #F820ED
RGB
CMYK
RGB Variations
Color information
#F820ED (or 0xF820ED) is known color: Magenta. HEX triplet: F8, 20 and ED. RGB value is (248,32,237). Sum of RGB (Red+Green+Blue) = 248+32+237=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F820ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820ED is #07DF12. Grayscale: #777777. Windows color (decimal): -515859 or 15540472. OLE color: 15540472.
HSL color Cylindrical-coordinate representation of color #F820ED: hue angle of 303.06º 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 #F820ED is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 237 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.03 |
| HSL | 303.06º | 0.94% | 0.55% | - |
| HSV(B) | 303.06º | 0.87% | 0.97% | - |
| XYZ | 54.51 | 27.1 | 82.48 | - |
| YUV | 119.95 | 194.06 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 237 | 0 | 0.87 | 0.04 | 0.03 | 303.06 | 0.94 | 0.55 |
| Hex | F8 | 20 | ED | 0 | 57 | 4 | 3 | 12F | 5E | 37 |
| Octal | 370 | 40 | 355 | 0 | 127 | 4 | 3 | 457 | 136 | 67 |
| Binary | 11111000 | 100000 | 11101101 | 0 | 1010111 | 100 | 11 | 100101111 | 1011110 | 110111 |
Color Harmonies of #F820ED
Complementary color
Monochromatic Colors of #F820ED
Black with #F820ED
Text Example
Text Example
White with #F820ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820ED; }
p { color: rgb(248,32,237); }
H1.HeaderClassName
{
color: #F820ED;
}
.AnyTagClassName
{
color: #F820ED;
}
</style>
background-color css
<style>
a { background-color: #F820ED; }
a { background-color: rgb(248,32,237); }
div.DivClassName
{
background-color: #F820ED;
}
.BgClassName
{
background-color: #F820ED;
}
</style>
border-color css
<style>
span { border-color: #F820ED; }
span { border-color: rgb(248,32,237); }
td.TdClassName
{
border-color: #F820ED;
}
.TagClassName
{
border-color: #F820ED;
}
</style>