Shades of Magenta #F50EF8
Tints of Magenta #F50EF8
RGB
CMYK
RGB Variations
Color information
#F50EF8 (or 0xF50EF8) is known color: Magenta. HEX triplet: F5, 0E and F8. RGB value is (245,14,248). Sum of RGB (Red+Green+Blue) = 245+14+248=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 14 (5.86% from 255 or 2.76% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #F50EF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50EF8 is #0AF107. Grayscale: #6D6D6D. Windows color (decimal): -717064 or 16256757. OLE color: 16256757.
HSL color Cylindrical-coordinate representation of color #F50EF8: hue angle of 299.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50EF8 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 14 | 248 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.03 |
| HSL | 299.23º | 0.94% | 0.51% | - |
| HSV(B) | 299.23º | 0.94% | 0.97% | - |
| XYZ | 54.76 | 26.5 | 91.04 | - |
| YUV | 109.75 | 206.03 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 248 | 0.01 | 0.94 | 0 | 0.03 | 299.23 | 0.94 | 0.51 |
| Hex | F5 | E | F8 | 1 | 5E | 0 | 3 | 12B | 5E | 33 |
| Octal | 365 | 16 | 370 | 1 | 136 | 0 | 3 | 453 | 136 | 63 |
| Binary | 11110101 | 1110 | 11111000 | 1 | 1011110 | 0 | 11 | 100101011 | 1011110 | 110011 |
Color Harmonies of #F50EF8
Complementary color
Monochromatic Colors of #F50EF8
Black with #F50EF8
Text Example
Text Example
White with #F50EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EF8; }
p { color: rgb(245,14,248); }
H1.HeaderClassName
{
color: #F50EF8;
}
.AnyTagClassName
{
color: #F50EF8;
}
</style>
background-color css
<style>
a { background-color: #F50EF8; }
a { background-color: rgb(245,14,248); }
div.DivClassName
{
background-color: #F50EF8;
}
.BgClassName
{
background-color: #F50EF8;
}
</style>
border-color css
<style>
span { border-color: #F50EF8; }
span { border-color: rgb(245,14,248); }
td.TdClassName
{
border-color: #F50EF8;
}
.TagClassName
{
border-color: #F50EF8;
}
</style>