Shades of Magenta #F805E7
Tints of Magenta #F805E7
RGB
CMYK
RGB Variations
Color information
#F805E7 (or 0xF805E7) is known color: Magenta. HEX triplet: F8, 05 and E7. RGB value is (248,5,231). Sum of RGB (Red+Green+Blue) = 248+5+231=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F805E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805E7 is #07FA18. Grayscale: #666666. Windows color (decimal): -522777 or 15140344. OLE color: 15140344.
HSL color Cylindrical-coordinate representation of color #F805E7: hue angle of 304.2º 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 #F805E7 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 231 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.03 |
| HSL | 304.2º | 0.96% | 0.5% | - |
| HSV(B) | 304.2º | 0.98% | 0.97% | - |
| XYZ | 53.19 | 25.83 | 77.78 | - |
| YUV | 103.42 | 200.01 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 231 | 0 | 0.98 | 0.07 | 0.03 | 304.2 | 0.96 | 0.5 |
| Hex | F8 | 5 | E7 | 0 | 62 | 7 | 3 | 130 | 60 | 32 |
| Octal | 370 | 5 | 347 | 0 | 142 | 7 | 3 | 460 | 140 | 62 |
| Binary | 11111000 | 101 | 11100111 | 0 | 1100010 | 111 | 11 | 100110000 | 1100000 | 110010 |
Color Harmonies of #F805E7
Complementary color
Monochromatic Colors of #F805E7
Black with #F805E7
Text Example
Text Example
White with #F805E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805E7; }
p { color: rgb(248,5,231); }
H1.HeaderClassName
{
color: #F805E7;
}
.AnyTagClassName
{
color: #F805E7;
}
</style>
background-color css
<style>
a { background-color: #F805E7; }
a { background-color: rgb(248,5,231); }
div.DivClassName
{
background-color: #F805E7;
}
.BgClassName
{
background-color: #F805E7;
}
</style>
border-color css
<style>
span { border-color: #F805E7; }
span { border-color: rgb(248,5,231); }
td.TdClassName
{
border-color: #F805E7;
}
.TagClassName
{
border-color: #F805E7;
}
</style>