Shades of Magenta #F805E5
Tints of Magenta #F805E5
RGB
CMYK
RGB Variations
Color information
#F805E5 (or 0xF805E5) is known color: Magenta. HEX triplet: F8, 05 and E5. RGB value is (248,5,229). Sum of RGB (Red+Green+Blue) = 248+5+229=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F805E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805E5 is #07FA1A. Grayscale: #666666. Windows color (decimal): -522779 or 15009272. OLE color: 15009272.
HSL color Cylindrical-coordinate representation of color #F805E5: hue angle of 304.69º 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 #F805E5 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 229 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.03 |
| HSL | 304.69º | 0.96% | 0.5% | - |
| HSV(B) | 304.69º | 0.98% | 0.97% | - |
| XYZ | 52.91 | 25.72 | 76.31 | - |
| YUV | 103.19 | 199.01 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 229 | 0 | 0.98 | 0.08 | 0.03 | 304.69 | 0.96 | 0.5 |
| Hex | F8 | 5 | E5 | 0 | 62 | 8 | 3 | 131 | 60 | 32 |
| Octal | 370 | 5 | 345 | 0 | 142 | 10 | 3 | 461 | 140 | 62 |
| Binary | 11111000 | 101 | 11100101 | 0 | 1100010 | 1000 | 11 | 100110001 | 1100000 | 110010 |
Color Harmonies of #F805E5
Complementary color
Monochromatic Colors of #F805E5
Black with #F805E5
Text Example
Text Example
White with #F805E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805E5; }
p { color: rgb(248,5,229); }
H1.HeaderClassName
{
color: #F805E5;
}
.AnyTagClassName
{
color: #F805E5;
}
</style>
background-color css
<style>
a { background-color: #F805E5; }
a { background-color: rgb(248,5,229); }
div.DivClassName
{
background-color: #F805E5;
}
.BgClassName
{
background-color: #F805E5;
}
</style>
border-color css
<style>
span { border-color: #F805E5; }
span { border-color: rgb(248,5,229); }
td.TdClassName
{
border-color: #F805E5;
}
.TagClassName
{
border-color: #F805E5;
}
</style>