Shades of Magenta #F810E9
Tints of Magenta #F810E9
RGB
CMYK
RGB Variations
Color information
#F810E9 (or 0xF810E9) is known color: Magenta. HEX triplet: F8, 10 and E9. RGB value is (248,16,233). Sum of RGB (Red+Green+Blue) = 248+16+233=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F810E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810E9 is #07EF16. Grayscale: #6D6D6D. Windows color (decimal): -519959 or 15274232. OLE color: 15274232.
HSL color Cylindrical-coordinate representation of color #F810E9: hue angle of 303.88º 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 #F810E9 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 233 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.03 |
| HSL | 303.88º | 0.94% | 0.52% | - |
| HSV(B) | 303.88º | 0.94% | 0.97% | - |
| XYZ | 53.6 | 26.21 | 79.32 | - |
| YUV | 110.11 | 197.36 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 233 | 0 | 0.94 | 0.06 | 0.03 | 303.88 | 0.94 | 0.52 |
| Hex | F8 | 10 | E9 | 0 | 5E | 6 | 3 | 130 | 5E | 34 |
| Octal | 370 | 20 | 351 | 0 | 136 | 6 | 3 | 460 | 136 | 64 |
| Binary | 11111000 | 10000 | 11101001 | 0 | 1011110 | 110 | 11 | 100110000 | 1011110 | 110100 |
Color Harmonies of #F810E9
Complementary color
Monochromatic Colors of #F810E9
Black with #F810E9
Text Example
Text Example
White with #F810E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810E9; }
p { color: rgb(248,16,233); }
H1.HeaderClassName
{
color: #F810E9;
}
.AnyTagClassName
{
color: #F810E9;
}
</style>
background-color css
<style>
a { background-color: #F810E9; }
a { background-color: rgb(248,16,233); }
div.DivClassName
{
background-color: #F810E9;
}
.BgClassName
{
background-color: #F810E9;
}
</style>
border-color css
<style>
span { border-color: #F810E9; }
span { border-color: rgb(248,16,233); }
td.TdClassName
{
border-color: #F810E9;
}
.TagClassName
{
border-color: #F810E9;
}
</style>