Shades of Magenta #F80BE7
Tints of Magenta #F80BE7
RGB
CMYK
RGB Variations
Color information
#F80BE7 (or 0xF80BE7) is known color: Magenta. HEX triplet: F8, 0B and E7. RGB value is (248,11,231). Sum of RGB (Red+Green+Blue) = 248+11+231=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80BE7 is #07F418. Grayscale: #6A6A6A. Windows color (decimal): -521241 or 15141880. OLE color: 15141880.
HSL color Cylindrical-coordinate representation of color #F80BE7: hue angle of 304.3º 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 #F80BE7 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 231 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.03 |
| HSL | 304.3º | 0.94% | 0.51% | - |
| HSV(B) | 304.3º | 0.96% | 0.97% | - |
| XYZ | 53.25 | 25.97 | 77.81 | - |
| YUV | 106.94 | 198.02 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 231 | 0 | 0.96 | 0.07 | 0.03 | 304.3 | 0.94 | 0.51 |
| Hex | F8 | B | E7 | 0 | 60 | 7 | 3 | 130 | 5E | 33 |
| Octal | 370 | 13 | 347 | 0 | 140 | 7 | 3 | 460 | 136 | 63 |
| Binary | 11111000 | 1011 | 11100111 | 0 | 1100000 | 111 | 11 | 100110000 | 1011110 | 110011 |
Color Harmonies of #F80BE7
Complementary color
Monochromatic Colors of #F80BE7
Black with #F80BE7
Text Example
Text Example
White with #F80BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BE7; }
p { color: rgb(248,11,231); }
H1.HeaderClassName
{
color: #F80BE7;
}
.AnyTagClassName
{
color: #F80BE7;
}
</style>
background-color css
<style>
a { background-color: #F80BE7; }
a { background-color: rgb(248,11,231); }
div.DivClassName
{
background-color: #F80BE7;
}
.BgClassName
{
background-color: #F80BE7;
}
</style>
border-color css
<style>
span { border-color: #F80BE7; }
span { border-color: rgb(248,11,231); }
td.TdClassName
{
border-color: #F80BE7;
}
.TagClassName
{
border-color: #F80BE7;
}
</style>