Shades of Magenta #F80FF2
Tints of Magenta #F80FF2
RGB
CMYK
RGB Variations
Color information
#F80FF2 (or 0xF80FF2) is known color: Magenta. HEX triplet: F8, 0F and F2. RGB value is (248,15,242). Sum of RGB (Red+Green+Blue) = 248+15+242=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FF2 is #07F00D. Grayscale: #6D6D6D. Windows color (decimal): -520206 or 15863800. OLE color: 15863800.
HSL color Cylindrical-coordinate representation of color #F80FF2: hue angle of 301.55º 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 #F80FF2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 242 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.03 |
| HSL | 301.55º | 0.94% | 0.52% | - |
| HSV(B) | 301.55º | 0.94% | 0.97% | - |
| XYZ | 54.91 | 26.71 | 86.27 | - |
| YUV | 110.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 242 | 0 | 0.94 | 0.02 | 0.03 | 301.55 | 0.94 | 0.52 |
| Hex | F8 | F | F2 | 0 | 5E | 2 | 3 | 12E | 5E | 34 |
| Octal | 370 | 17 | 362 | 0 | 136 | 2 | 3 | 456 | 136 | 64 |
| Binary | 11111000 | 1111 | 11110010 | 0 | 1011110 | 10 | 11 | 100101110 | 1011110 | 110100 |
Color Harmonies of #F80FF2
Complementary color
Monochromatic Colors of #F80FF2
Black with #F80FF2
Text Example
Text Example
White with #F80FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FF2; }
p { color: rgb(248,15,242); }
H1.HeaderClassName
{
color: #F80FF2;
}
.AnyTagClassName
{
color: #F80FF2;
}
</style>
background-color css
<style>
a { background-color: #F80FF2; }
a { background-color: rgb(248,15,242); }
div.DivClassName
{
background-color: #F80FF2;
}
.BgClassName
{
background-color: #F80FF2;
}
</style>
border-color css
<style>
span { border-color: #F80FF2; }
span { border-color: rgb(248,15,242); }
td.TdClassName
{
border-color: #F80FF2;
}
.TagClassName
{
border-color: #F80FF2;
}
</style>