Shades of Magenta #F80FF7
Tints of Magenta #F80FF7
RGB
CMYK
RGB Variations
Color information
#F80FF7 (or 0xF80FF7) is known color: Magenta. HEX triplet: F8, 0F and F7. RGB value is (248,15,247). Sum of RGB (Red+Green+Blue) = 248+15+247=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FF7 is #07F008. Grayscale: #6E6E6E. Windows color (decimal): -520201 or 16191480. OLE color: 16191480.
HSL color Cylindrical-coordinate representation of color #F80FF7: hue angle of 300.26º 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 #F80FF7 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 247 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.03 |
| HSL | 300.26º | 0.94% | 0.52% | - |
| HSV(B) | 300.26º | 0.94% | 0.97% | - |
| XYZ | 55.67 | 27.01 | 90.28 | - |
| YUV | 111.12 | 204.69 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 247 | 0 | 0.94 | 0.00 | 0.03 | 300.26 | 0.94 | 0.52 |
| Hex | F8 | F | F7 | 0 | 5E | 0 | 3 | 12C | 5E | 34 |
| Octal | 370 | 17 | 367 | 0 | 136 | 0 | 3 | 454 | 136 | 64 |
| Binary | 11111000 | 1111 | 11110111 | 0 | 1011110 | 0 | 11 | 100101100 | 1011110 | 110100 |
Color Harmonies of #F80FF7
Complementary color
Monochromatic Colors of #F80FF7
Black with #F80FF7
Text Example
Text Example
White with #F80FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FF7; }
p { color: rgb(248,15,247); }
H1.HeaderClassName
{
color: #F80FF7;
}
.AnyTagClassName
{
color: #F80FF7;
}
</style>
background-color css
<style>
a { background-color: #F80FF7; }
a { background-color: rgb(248,15,247); }
div.DivClassName
{
background-color: #F80FF7;
}
.BgClassName
{
background-color: #F80FF7;
}
</style>
border-color css
<style>
span { border-color: #F80FF7; }
span { border-color: rgb(248,15,247); }
td.TdClassName
{
border-color: #F80FF7;
}
.TagClassName
{
border-color: #F80FF7;
}
</style>