Shades of Magenta #F805ED
Tints of Magenta #F805ED
RGB
CMYK
RGB Variations
Color information
#F805ED (or 0xF805ED) is known color: Magenta. HEX triplet: F8, 05 and ED. RGB value is (248,5,237). Sum of RGB (Red+Green+Blue) = 248+5+237=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F805ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805ED is #07FA12. Grayscale: #676767. Windows color (decimal): -522771 or 15533560. OLE color: 15533560.
HSL color Cylindrical-coordinate representation of color #F805ED: hue angle of 302.72º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805ED is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.03 |
| HSL | 302.72º | 0.96% | 0.5% | - |
| HSV(B) | 302.72º | 0.98% | 0.97% | - |
| XYZ | 54.05 | 26.18 | 82.33 | - |
| YUV | 104.11 | 203.01 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 237 | 0 | 0.98 | 0.04 | 0.03 | 302.72 | 0.96 | 0.5 |
| Hex | F8 | 5 | ED | 0 | 62 | 4 | 3 | 12F | 60 | 32 |
| Octal | 370 | 5 | 355 | 0 | 142 | 4 | 3 | 457 | 140 | 62 |
| Binary | 11111000 | 101 | 11101101 | 0 | 1100010 | 100 | 11 | 100101111 | 1100000 | 110010 |
Color Harmonies of #F805ED
Complementary color
Monochromatic Colors of #F805ED
Black with #F805ED
Text Example
Text Example
White with #F805ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805ED; }
p { color: rgb(248,5,237); }
H1.HeaderClassName
{
color: #F805ED;
}
.AnyTagClassName
{
color: #F805ED;
}
</style>
background-color css
<style>
a { background-color: #F805ED; }
a { background-color: rgb(248,5,237); }
div.DivClassName
{
background-color: #F805ED;
}
.BgClassName
{
background-color: #F805ED;
}
</style>
border-color css
<style>
span { border-color: #F805ED; }
span { border-color: rgb(248,5,237); }
td.TdClassName
{
border-color: #F805ED;
}
.TagClassName
{
border-color: #F805ED;
}
</style>