Shades of Magenta #F80BE8
Tints of Magenta #F80BE8
RGB
CMYK
RGB Variations
Color information
#F80BE8 (or 0xF80BE8) is known color: Magenta. HEX triplet: F8, 0B and E8. RGB value is (248,11,232). Sum of RGB (Red+Green+Blue) = 248+11+232=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BE8 is #07F417. Grayscale: #6A6A6A. Windows color (decimal): -521240 or 15207416. OLE color: 15207416.
HSL color Cylindrical-coordinate representation of color #F80BE8: hue angle of 304.05º 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 #F80BE8 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 232 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.03 |
| HSL | 304.05º | 0.94% | 0.51% | - |
| HSV(B) | 304.05º | 0.96% | 0.97% | - |
| XYZ | 53.4 | 26.02 | 78.55 | - |
| YUV | 107.06 | 198.52 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 232 | 0 | 0.96 | 0.06 | 0.03 | 304.05 | 0.94 | 0.51 |
| Hex | F8 | B | E8 | 0 | 60 | 6 | 3 | 130 | 5E | 33 |
| Octal | 370 | 13 | 350 | 0 | 140 | 6 | 3 | 460 | 136 | 63 |
| Binary | 11111000 | 1011 | 11101000 | 0 | 1100000 | 110 | 11 | 100110000 | 1011110 | 110011 |
Color Harmonies of #F80BE8
Complementary color
Monochromatic Colors of #F80BE8
Black with #F80BE8
Text Example
Text Example
White with #F80BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BE8; }
p { color: rgb(248,11,232); }
H1.HeaderClassName
{
color: #F80BE8;
}
.AnyTagClassName
{
color: #F80BE8;
}
</style>
background-color css
<style>
a { background-color: #F80BE8; }
a { background-color: rgb(248,11,232); }
div.DivClassName
{
background-color: #F80BE8;
}
.BgClassName
{
background-color: #F80BE8;
}
</style>
border-color css
<style>
span { border-color: #F80BE8; }
span { border-color: rgb(248,11,232); }
td.TdClassName
{
border-color: #F80BE8;
}
.TagClassName
{
border-color: #F80BE8;
}
</style>