Shades of Magenta #F807E5
Tints of Magenta #F807E5
RGB
CMYK
RGB Variations
Color information
#F807E5 (or 0xF807E5) is known color: Magenta. HEX triplet: F8, 07 and E5. RGB value is (248,7,229). Sum of RGB (Red+Green+Blue) = 248+7+229=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807E5 is #07F81A. Grayscale: #676767. Windows color (decimal): -522267 or 15009784. OLE color: 15009784.
HSL color Cylindrical-coordinate representation of color #F807E5: hue angle of 304.73º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F807E5 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.03 |
| HSL | 304.73º | 0.95% | 0.5% | - |
| HSV(B) | 304.73º | 0.97% | 0.97% | - |
| XYZ | 52.93 | 25.77 | 76.31 | - |
| YUV | 104.37 | 198.34 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 229 | 0 | 0.97 | 0.08 | 0.03 | 304.73 | 0.95 | 0.5 |
| Hex | F8 | 7 | E5 | 0 | 61 | 8 | 3 | 131 | 5F | 32 |
| Octal | 370 | 7 | 345 | 0 | 141 | 10 | 3 | 461 | 137 | 62 |
| Binary | 11111000 | 111 | 11100101 | 0 | 1100001 | 1000 | 11 | 100110001 | 1011111 | 110010 |
Color Harmonies of #F807E5
Complementary color
Monochromatic Colors of #F807E5
Black with #F807E5
Text Example
Text Example
White with #F807E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807E5; }
p { color: rgb(248,7,229); }
H1.HeaderClassName
{
color: #F807E5;
}
.AnyTagClassName
{
color: #F807E5;
}
</style>
background-color css
<style>
a { background-color: #F807E5; }
a { background-color: rgb(248,7,229); }
div.DivClassName
{
background-color: #F807E5;
}
.BgClassName
{
background-color: #F807E5;
}
</style>
border-color css
<style>
span { border-color: #F807E5; }
span { border-color: rgb(248,7,229); }
td.TdClassName
{
border-color: #F807E5;
}
.TagClassName
{
border-color: #F807E5;
}
</style>