Shades of Magenta #F810EC
Tints of Magenta #F810EC
RGB
CMYK
RGB Variations
Color information
#F810EC (or 0xF810EC) is known color: Magenta. HEX triplet: F8, 10 and EC. RGB value is (248,16,236). Sum of RGB (Red+Green+Blue) = 248+16+236=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 16 (6.64% from 255 or 3.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F810EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810EC is #07EF13. Grayscale: #6D6D6D. Windows color (decimal): -519956 or 15470840. OLE color: 15470840.
HSL color Cylindrical-coordinate representation of color #F810EC: hue angle of 303.1º 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 #F810EC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 236 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.03 |
| HSL | 303.1º | 0.94% | 0.52% | - |
| HSV(B) | 303.1º | 0.94% | 0.97% | - |
| XYZ | 54.04 | 26.38 | 81.6 | - |
| YUV | 110.45 | 198.86 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 236 | 0 | 0.94 | 0.05 | 0.03 | 303.1 | 0.94 | 0.52 |
| Hex | F8 | 10 | EC | 0 | 5E | 5 | 3 | 12F | 5E | 34 |
| Octal | 370 | 20 | 354 | 0 | 136 | 5 | 3 | 457 | 136 | 64 |
| Binary | 11111000 | 10000 | 11101100 | 0 | 1011110 | 101 | 11 | 100101111 | 1011110 | 110100 |
Color Harmonies of #F810EC
Complementary color
Monochromatic Colors of #F810EC
Black with #F810EC
Text Example
Text Example
White with #F810EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810EC; }
p { color: rgb(248,16,236); }
H1.HeaderClassName
{
color: #F810EC;
}
.AnyTagClassName
{
color: #F810EC;
}
</style>
background-color css
<style>
a { background-color: #F810EC; }
a { background-color: rgb(248,16,236); }
div.DivClassName
{
background-color: #F810EC;
}
.BgClassName
{
background-color: #F810EC;
}
</style>
border-color css
<style>
span { border-color: #F810EC; }
span { border-color: rgb(248,16,236); }
td.TdClassName
{
border-color: #F810EC;
}
.TagClassName
{
border-color: #F810EC;
}
</style>