Shades of Magenta #F80CEA
Tints of Magenta #F80CEA
RGB
CMYK
RGB Variations
Color information
#F80CEA (or 0xF80CEA) is known color: Magenta. HEX triplet: F8, 0C and EA. RGB value is (248,12,234). Sum of RGB (Red+Green+Blue) = 248+12+234=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CEA is #07F315. Grayscale: #6B6B6B. Windows color (decimal): -520982 or 15338744. OLE color: 15338744.
HSL color Cylindrical-coordinate representation of color #F80CEA: hue angle of 303.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CEA is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 234 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.03 |
| HSL | 303.56º | 0.94% | 0.51% | - |
| HSV(B) | 303.56º | 0.95% | 0.97% | - |
| XYZ | 53.69 | 26.16 | 80.06 | - |
| YUV | 107.87 | 199.19 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 234 | 0 | 0.95 | 0.06 | 0.03 | 303.56 | 0.94 | 0.51 |
| Hex | F8 | C | EA | 0 | 5F | 6 | 3 | 130 | 5E | 33 |
| Octal | 370 | 14 | 352 | 0 | 137 | 6 | 3 | 460 | 136 | 63 |
| Binary | 11111000 | 1100 | 11101010 | 0 | 1011111 | 110 | 11 | 100110000 | 1011110 | 110011 |
Color Harmonies of #F80CEA
Complementary color
Monochromatic Colors of #F80CEA
Black with #F80CEA
Text Example
Text Example
White with #F80CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CEA; }
p { color: rgb(248,12,234); }
H1.HeaderClassName
{
color: #F80CEA;
}
.AnyTagClassName
{
color: #F80CEA;
}
</style>
background-color css
<style>
a { background-color: #F80CEA; }
a { background-color: rgb(248,12,234); }
div.DivClassName
{
background-color: #F80CEA;
}
.BgClassName
{
background-color: #F80CEA;
}
</style>
border-color css
<style>
span { border-color: #F80CEA; }
span { border-color: rgb(248,12,234); }
td.TdClassName
{
border-color: #F80CEA;
}
.TagClassName
{
border-color: #F80CEA;
}
</style>