Shades of Magenta #F80BE9
Tints of Magenta #F80BE9
RGB
CMYK
RGB Variations
Color information
#F80BE9 (or 0xF80BE9) is known color: Magenta. HEX triplet: F8, 0B and E9. RGB value is (248,11,233). Sum of RGB (Red+Green+Blue) = 248+11+233=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BE9 is #07F416. Grayscale: #6A6A6A. Windows color (decimal): -521239 or 15272952. OLE color: 15272952.
HSL color Cylindrical-coordinate representation of color #F80BE9: hue angle of 303.8º 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 #F80BE9 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 233 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.03 |
| HSL | 303.8º | 0.94% | 0.51% | - |
| HSV(B) | 303.8º | 0.96% | 0.97% | - |
| XYZ | 53.54 | 26.08 | 79.3 | - |
| YUV | 107.17 | 199.02 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 233 | 0 | 0.96 | 0.06 | 0.03 | 303.8 | 0.94 | 0.51 |
| Hex | F8 | B | E9 | 0 | 60 | 6 | 3 | 130 | 5E | 33 |
| Octal | 370 | 13 | 351 | 0 | 140 | 6 | 3 | 460 | 136 | 63 |
| Binary | 11111000 | 1011 | 11101001 | 0 | 1100000 | 110 | 11 | 100110000 | 1011110 | 110011 |
Color Harmonies of #F80BE9
Complementary color
Monochromatic Colors of #F80BE9
Black with #F80BE9
Text Example
Text Example
White with #F80BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BE9; }
p { color: rgb(248,11,233); }
H1.HeaderClassName
{
color: #F80BE9;
}
.AnyTagClassName
{
color: #F80BE9;
}
</style>
background-color css
<style>
a { background-color: #F80BE9; }
a { background-color: rgb(248,11,233); }
div.DivClassName
{
background-color: #F80BE9;
}
.BgClassName
{
background-color: #F80BE9;
}
</style>
border-color css
<style>
span { border-color: #F80BE9; }
span { border-color: rgb(248,11,233); }
td.TdClassName
{
border-color: #F80BE9;
}
.TagClassName
{
border-color: #F80BE9;
}
</style>