Shades of Hot Magenta #F80FE1
Tints of Hot Magenta #F80FE1
RGB
CMYK
RGB Variations
Color information
#F80FE1 (or 0xF80FE1) is known color: Hot Magenta. HEX triplet: F8, 0F and E1. RGB value is (248,15,225). Sum of RGB (Red+Green+Blue) = 248+15+225=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FE1 is #07F01E. Grayscale: #6B6B6B. Windows color (decimal): -520223 or 14749688. OLE color: 14749688.
HSL color Cylindrical-coordinate representation of color #F80FE1: hue angle of 305.92º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FE1 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 225 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.03 |
| HSL | 305.92º | 0.94% | 0.52% | - |
| HSV(B) | 305.92º | 0.94% | 0.97% | - |
| XYZ | 52.47 | 25.73 | 73.44 | - |
| YUV | 108.61 | 193.69 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 225 | 0 | 0.94 | 0.09 | 0.03 | 305.92 | 0.94 | 0.52 |
| Hex | F8 | F | E1 | 0 | 5E | 9 | 3 | 132 | 5E | 34 |
| Octal | 370 | 17 | 341 | 0 | 136 | 11 | 3 | 462 | 136 | 64 |
| Binary | 11111000 | 1111 | 11100001 | 0 | 1011110 | 1001 | 11 | 100110010 | 1011110 | 110100 |
Color Harmonies of #F80FE1
Complementary color
Monochromatic Colors of #F80FE1
Black with #F80FE1
Text Example
Text Example
White with #F80FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FE1; }
p { color: rgb(248,15,225); }
H1.HeaderClassName
{
color: #F80FE1;
}
.AnyTagClassName
{
color: #F80FE1;
}
</style>
background-color css
<style>
a { background-color: #F80FE1; }
a { background-color: rgb(248,15,225); }
div.DivClassName
{
background-color: #F80FE1;
}
.BgClassName
{
background-color: #F80FE1;
}
</style>
border-color css
<style>
span { border-color: #F80FE1; }
span { border-color: rgb(248,15,225); }
td.TdClassName
{
border-color: #F80FE1;
}
.TagClassName
{
border-color: #F80FE1;
}
</style>