Shades of Magenta #F80CEF
Tints of Magenta #F80CEF
RGB
CMYK
RGB Variations
Color information
#F80CEF (or 0xF80CEF) is known color: Magenta. HEX triplet: F8, 0C and EF. RGB value is (248,12,239). Sum of RGB (Red+Green+Blue) = 248+12+239=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CEF is #07F310. Grayscale: #6B6B6B. Windows color (decimal): -520977 or 15666424. OLE color: 15666424.
HSL color Cylindrical-coordinate representation of color #F80CEF: hue angle of 302.29º 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 #F80CEF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 239 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.03 |
| HSL | 302.29º | 0.94% | 0.51% | - |
| HSV(B) | 302.29º | 0.95% | 0.97% | - |
| XYZ | 54.42 | 26.45 | 83.9 | - |
| YUV | 108.44 | 201.69 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 239 | 0 | 0.95 | 0.04 | 0.03 | 302.29 | 0.94 | 0.51 |
| Hex | F8 | C | EF | 0 | 5F | 4 | 3 | 12E | 5E | 33 |
| Octal | 370 | 14 | 357 | 0 | 137 | 4 | 3 | 456 | 136 | 63 |
| Binary | 11111000 | 1100 | 11101111 | 0 | 1011111 | 100 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F80CEF
Complementary color
Monochromatic Colors of #F80CEF
Black with #F80CEF
Text Example
Text Example
White with #F80CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CEF; }
p { color: rgb(248,12,239); }
H1.HeaderClassName
{
color: #F80CEF;
}
.AnyTagClassName
{
color: #F80CEF;
}
</style>
background-color css
<style>
a { background-color: #F80CEF; }
a { background-color: rgb(248,12,239); }
div.DivClassName
{
background-color: #F80CEF;
}
.BgClassName
{
background-color: #F80CEF;
}
</style>
border-color css
<style>
span { border-color: #F80CEF; }
span { border-color: rgb(248,12,239); }
td.TdClassName
{
border-color: #F80CEF;
}
.TagClassName
{
border-color: #F80CEF;
}
</style>