Shades of Magenta #F80BE5
Tints of Magenta #F80BE5
RGB
CMYK
RGB Variations
Color information
#F80BE5 (or 0xF80BE5) is known color: Magenta. HEX triplet: F8, 0B and E5. RGB value is (248,11,229). Sum of RGB (Red+Green+Blue) = 248+11+229=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BE5 is #07F41A. Grayscale: #6A6A6A. Windows color (decimal): -521243 or 15010808. OLE color: 15010808.
HSL color Cylindrical-coordinate representation of color #F80BE5: hue angle of 304.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80BE5 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 229 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.03 |
| HSL | 304.81º | 0.94% | 0.51% | - |
| HSV(B) | 304.81º | 0.96% | 0.97% | - |
| XYZ | 52.97 | 25.85 | 76.33 | - |
| YUV | 106.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 229 | 0 | 0.96 | 0.08 | 0.03 | 304.81 | 0.94 | 0.51 |
| Hex | F8 | B | E5 | 0 | 60 | 8 | 3 | 131 | 5E | 33 |
| Octal | 370 | 13 | 345 | 0 | 140 | 10 | 3 | 461 | 136 | 63 |
| Binary | 11111000 | 1011 | 11100101 | 0 | 1100000 | 1000 | 11 | 100110001 | 1011110 | 110011 |
Color Harmonies of #F80BE5
Complementary color
Monochromatic Colors of #F80BE5
Black with #F80BE5
Text Example
Text Example
White with #F80BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BE5; }
p { color: rgb(248,11,229); }
H1.HeaderClassName
{
color: #F80BE5;
}
.AnyTagClassName
{
color: #F80BE5;
}
</style>
background-color css
<style>
a { background-color: #F80BE5; }
a { background-color: rgb(248,11,229); }
div.DivClassName
{
background-color: #F80BE5;
}
.BgClassName
{
background-color: #F80BE5;
}
</style>
border-color css
<style>
span { border-color: #F80BE5; }
span { border-color: rgb(248,11,229); }
td.TdClassName
{
border-color: #F80BE5;
}
.TagClassName
{
border-color: #F80BE5;
}
</style>