Shades of Magenta #F80FF6
Tints of Magenta #F80FF6
RGB
CMYK
RGB Variations
Color information
#F80FF6 (or 0xF80FF6) is known color: Magenta. HEX triplet: F8, 0F and F6. RGB value is (248,15,246). Sum of RGB (Red+Green+Blue) = 248+15+246=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FF6 is #07F009. Grayscale: #6E6E6E. Windows color (decimal): -520202 or 16125944. OLE color: 16125944.
HSL color Cylindrical-coordinate representation of color #F80FF6: hue angle of 300.52º 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 #F80FF6 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 246 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.03 |
| HSL | 300.52º | 0.94% | 0.52% | - |
| HSV(B) | 300.52º | 0.94% | 0.97% | - |
| XYZ | 55.52 | 26.95 | 89.46 | - |
| YUV | 111 | 204.19 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 246 | 0 | 0.94 | 0.01 | 0.03 | 300.52 | 0.94 | 0.52 |
| Hex | F8 | F | F6 | 0 | 5E | 1 | 3 | 12D | 5E | 34 |
| Octal | 370 | 17 | 366 | 0 | 136 | 1 | 3 | 455 | 136 | 64 |
| Binary | 11111000 | 1111 | 11110110 | 0 | 1011110 | 1 | 11 | 100101101 | 1011110 | 110100 |
Color Harmonies of #F80FF6
Complementary color
Monochromatic Colors of #F80FF6
Black with #F80FF6
Text Example
Text Example
White with #F80FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FF6; }
p { color: rgb(248,15,246); }
H1.HeaderClassName
{
color: #F80FF6;
}
.AnyTagClassName
{
color: #F80FF6;
}
</style>
background-color css
<style>
a { background-color: #F80FF6; }
a { background-color: rgb(248,15,246); }
div.DivClassName
{
background-color: #F80FF6;
}
.BgClassName
{
background-color: #F80FF6;
}
</style>
border-color css
<style>
span { border-color: #F80FF6; }
span { border-color: rgb(248,15,246); }
td.TdClassName
{
border-color: #F80FF6;
}
.TagClassName
{
border-color: #F80FF6;
}
</style>