Shades of Hot Magenta #F807E1
Tints of Hot Magenta #F807E1
RGB
CMYK
RGB Variations
Color information
#F807E1 (or 0xF807E1) is known color: Hot Magenta. HEX triplet: F8, 07 and E1. RGB value is (248,7,225). Sum of RGB (Red+Green+Blue) = 248+7+225=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807E1 is #07F81E. Grayscale: #676767. Windows color (decimal): -522271 or 14747640. OLE color: 14747640.
HSL color Cylindrical-coordinate representation of color #F807E1: hue angle of 305.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 #F807E1 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 225 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.03 |
| HSL | 305.73º | 0.95% | 0.5% | - |
| HSV(B) | 305.73º | 0.97% | 0.97% | - |
| XYZ | 52.38 | 25.54 | 73.4 | - |
| YUV | 103.91 | 196.34 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 225 | 0 | 0.97 | 0.09 | 0.03 | 305.73 | 0.95 | 0.5 |
| Hex | F8 | 7 | E1 | 0 | 61 | 9 | 3 | 132 | 5F | 32 |
| Octal | 370 | 7 | 341 | 0 | 141 | 11 | 3 | 462 | 137 | 62 |
| Binary | 11111000 | 111 | 11100001 | 0 | 1100001 | 1001 | 11 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F807E1
Complementary color
Monochromatic Colors of #F807E1
Black with #F807E1
Text Example
Text Example
White with #F807E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807E1; }
p { color: rgb(248,7,225); }
H1.HeaderClassName
{
color: #F807E1;
}
.AnyTagClassName
{
color: #F807E1;
}
</style>
background-color css
<style>
a { background-color: #F807E1; }
a { background-color: rgb(248,7,225); }
div.DivClassName
{
background-color: #F807E1;
}
.BgClassName
{
background-color: #F807E1;
}
</style>
border-color css
<style>
span { border-color: #F807E1; }
span { border-color: rgb(248,7,225); }
td.TdClassName
{
border-color: #F807E1;
}
.TagClassName
{
border-color: #F807E1;
}
</style>