Shades of Magenta #F823ED
Tints of Magenta #F823ED
RGB
CMYK
RGB Variations
Color information
#F823ED (or 0xF823ED) is known color: Magenta. HEX triplet: F8, 23 and ED. RGB value is (248,35,237). Sum of RGB (Red+Green+Blue) = 248+35+237=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 35 (14.06% from 255 or 6.73% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F823ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F823ED is #07DC12. Grayscale: #797979. Windows color (decimal): -515091 or 15541240. OLE color: 15541240.
HSL color Cylindrical-coordinate representation of color #F823ED: hue angle of 303.1º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F823ED is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 35 | 237 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.03 |
| HSL | 303.1º | 0.94% | 0.55% | - |
| HSV(B) | 303.1º | 0.86% | 0.97% | - |
| XYZ | 54.6 | 27.27 | 82.51 | - |
| YUV | 121.72 | 193.07 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 35 | 237 | 0 | 0.86 | 0.04 | 0.03 | 303.1 | 0.94 | 0.55 |
| Hex | F8 | 23 | ED | 0 | 56 | 4 | 3 | 12F | 5E | 37 |
| Octal | 370 | 43 | 355 | 0 | 126 | 4 | 3 | 457 | 136 | 67 |
| Binary | 11111000 | 100011 | 11101101 | 0 | 1010110 | 100 | 11 | 100101111 | 1011110 | 110111 |
Color Harmonies of #F823ED
Complementary color
Monochromatic Colors of #F823ED
Black with #F823ED
Text Example
Text Example
White with #F823ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F823ED; }
p { color: rgb(248,35,237); }
H1.HeaderClassName
{
color: #F823ED;
}
.AnyTagClassName
{
color: #F823ED;
}
</style>
background-color css
<style>
a { background-color: #F823ED; }
a { background-color: rgb(248,35,237); }
div.DivClassName
{
background-color: #F823ED;
}
.BgClassName
{
background-color: #F823ED;
}
</style>
border-color css
<style>
span { border-color: #F823ED; }
span { border-color: rgb(248,35,237); }
td.TdClassName
{
border-color: #F823ED;
}
.TagClassName
{
border-color: #F823ED;
}
</style>