Shades of Magenta #F80FED
Tints of Magenta #F80FED
RGB
CMYK
RGB Variations
Color information
#F80FED (or 0xF80FED) is known color: Magenta. HEX triplet: F8, 0F and ED. RGB value is (248,15,237). Sum of RGB (Red+Green+Blue) = 248+15+237=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FED is #07F012. Grayscale: #6D6D6D. Windows color (decimal): -520211 or 15536120. OLE color: 15536120.
HSL color Cylindrical-coordinate representation of color #F80FED: hue angle of 302.83º 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 #F80FED is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.03 |
| HSL | 302.83º | 0.94% | 0.52% | - |
| HSV(B) | 302.83º | 0.94% | 0.97% | - |
| XYZ | 54.17 | 26.41 | 82.36 | - |
| YUV | 109.98 | 199.69 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 237 | 0 | 0.94 | 0.04 | 0.03 | 302.83 | 0.94 | 0.52 |
| Hex | F8 | F | ED | 0 | 5E | 4 | 3 | 12F | 5E | 34 |
| Octal | 370 | 17 | 355 | 0 | 136 | 4 | 3 | 457 | 136 | 64 |
| Binary | 11111000 | 1111 | 11101101 | 0 | 1011110 | 100 | 11 | 100101111 | 1011110 | 110100 |
Color Harmonies of #F80FED
Complementary color
Monochromatic Colors of #F80FED
Black with #F80FED
Text Example
Text Example
White with #F80FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FED; }
p { color: rgb(248,15,237); }
H1.HeaderClassName
{
color: #F80FED;
}
.AnyTagClassName
{
color: #F80FED;
}
</style>
background-color css
<style>
a { background-color: #F80FED; }
a { background-color: rgb(248,15,237); }
div.DivClassName
{
background-color: #F80FED;
}
.BgClassName
{
background-color: #F80FED;
}
</style>
border-color css
<style>
span { border-color: #F80FED; }
span { border-color: rgb(248,15,237); }
td.TdClassName
{
border-color: #F80FED;
}
.TagClassName
{
border-color: #F80FED;
}
</style>