Shades of Magenta #F10EF0
Tints of Magenta #F10EF0
RGB
CMYK
RGB Variations
Color information
#F10EF0 (or 0xF10EF0) is known color: Magenta. HEX triplet: F1, 0E and F0. RGB value is (241,14,240). Sum of RGB (Red+Green+Blue) = 241+14+240=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EF0 is #0EF10F. Grayscale: #6A6A6A. Windows color (decimal): -979216 or 15732465. OLE color: 15732465.
HSL color Cylindrical-coordinate representation of color #F10EF0: hue angle of 300.26º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EF0 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 240 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.05 |
| HSL | 300.26º | 0.89% | 0.5% | - |
| HSV(B) | 300.26º | 0.94% | 0.95% | - |
| XYZ | 52.16 | 25.31 | 84.57 | - |
| YUV | 107.64 | 202.71 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 240 | 0 | 0.94 | 0.00 | 0.05 | 300.26 | 0.89 | 0.5 |
| Hex | F1 | E | F0 | 0 | 5E | 0 | 5 | 12C | 59 | 32 |
| Octal | 361 | 16 | 360 | 0 | 136 | 0 | 5 | 454 | 131 | 62 |
| Binary | 11110001 | 1110 | 11110000 | 0 | 1011110 | 0 | 101 | 100101100 | 1011001 | 110010 |
Color Harmonies of #F10EF0
Complementary color
Monochromatic Colors of #F10EF0
Black with #F10EF0
Text Example
Text Example
White with #F10EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EF0; }
p { color: rgb(241,14,240); }
H1.HeaderClassName
{
color: #F10EF0;
}
.AnyTagClassName
{
color: #F10EF0;
}
</style>
background-color css
<style>
a { background-color: #F10EF0; }
a { background-color: rgb(241,14,240); }
div.DivClassName
{
background-color: #F10EF0;
}
.BgClassName
{
background-color: #F10EF0;
}
</style>
border-color css
<style>
span { border-color: #F10EF0; }
span { border-color: rgb(241,14,240); }
td.TdClassName
{
border-color: #F10EF0;
}
.TagClassName
{
border-color: #F10EF0;
}
</style>