Shades of Magenta #F821ED
Tints of Magenta #F821ED
RGB
CMYK
RGB Variations
Color information
#F821ED (or 0xF821ED) is known color: Magenta. HEX triplet: F8, 21 and ED. RGB value is (248,33,237). Sum of RGB (Red+Green+Blue) = 248+33+237=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 33 (13.28% from 255 or 6.37% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F821ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F821ED is #07DE12. Grayscale: #777777. Windows color (decimal): -515603 or 15540728. OLE color: 15540728.
HSL color Cylindrical-coordinate representation of color #F821ED: hue angle of 303.07º 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 #F821ED is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 237 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.03 |
| HSL | 303.07º | 0.94% | 0.55% | - |
| HSV(B) | 303.07º | 0.87% | 0.97% | - |
| XYZ | 54.54 | 27.16 | 82.49 | - |
| YUV | 120.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 237 | 0 | 0.87 | 0.04 | 0.03 | 303.07 | 0.94 | 0.55 |
| Hex | F8 | 21 | ED | 0 | 57 | 4 | 3 | 12F | 5E | 37 |
| Octal | 370 | 41 | 355 | 0 | 127 | 4 | 3 | 457 | 136 | 67 |
| Binary | 11111000 | 100001 | 11101101 | 0 | 1010111 | 100 | 11 | 100101111 | 1011110 | 110111 |
Color Harmonies of #F821ED
Complementary color
Monochromatic Colors of #F821ED
Black with #F821ED
Text Example
Text Example
White with #F821ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821ED; }
p { color: rgb(248,33,237); }
H1.HeaderClassName
{
color: #F821ED;
}
.AnyTagClassName
{
color: #F821ED;
}
</style>
background-color css
<style>
a { background-color: #F821ED; }
a { background-color: rgb(248,33,237); }
div.DivClassName
{
background-color: #F821ED;
}
.BgClassName
{
background-color: #F821ED;
}
</style>
border-color css
<style>
span { border-color: #F821ED; }
span { border-color: rgb(248,33,237); }
td.TdClassName
{
border-color: #F821ED;
}
.TagClassName
{
border-color: #F821ED;
}
</style>