Shades of Magenta #F80FEA
Tints of Magenta #F80FEA
RGB
CMYK
RGB Variations
Color information
#F80FEA (or 0xF80FEA) is known color: Magenta. HEX triplet: F8, 0F and EA. RGB value is (248,15,234). Sum of RGB (Red+Green+Blue) = 248+15+234=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FEA is #07F015. Grayscale: #6C6C6C. Windows color (decimal): -520214 or 15339512. OLE color: 15339512.
HSL color Cylindrical-coordinate representation of color #F80FEA: hue angle of 303.61º 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 #F80FEA is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 234 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.03 |
| HSL | 303.61º | 0.94% | 0.52% | - |
| HSV(B) | 303.61º | 0.94% | 0.97% | - |
| XYZ | 53.73 | 26.24 | 80.07 | - |
| YUV | 109.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 234 | 0 | 0.94 | 0.06 | 0.03 | 303.61 | 0.94 | 0.52 |
| Hex | F8 | F | EA | 0 | 5E | 6 | 3 | 130 | 5E | 34 |
| Octal | 370 | 17 | 352 | 0 | 136 | 6 | 3 | 460 | 136 | 64 |
| Binary | 11111000 | 1111 | 11101010 | 0 | 1011110 | 110 | 11 | 100110000 | 1011110 | 110100 |
Color Harmonies of #F80FEA
Complementary color
Monochromatic Colors of #F80FEA
Black with #F80FEA
Text Example
Text Example
White with #F80FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FEA; }
p { color: rgb(248,15,234); }
H1.HeaderClassName
{
color: #F80FEA;
}
.AnyTagClassName
{
color: #F80FEA;
}
</style>
background-color css
<style>
a { background-color: #F80FEA; }
a { background-color: rgb(248,15,234); }
div.DivClassName
{
background-color: #F80FEA;
}
.BgClassName
{
background-color: #F80FEA;
}
</style>
border-color css
<style>
span { border-color: #F80FEA; }
span { border-color: rgb(248,15,234); }
td.TdClassName
{
border-color: #F80FEA;
}
.TagClassName
{
border-color: #F80FEA;
}
</style>