Shades of Magenta #F010E9
Tints of Magenta #F010E9
RGB
CMYK
RGB Variations
Color information
#F010E9 (or 0xF010E9) is known color: Magenta. HEX triplet: F0, 10 and E9. RGB value is (240,16,233). Sum of RGB (Red+Green+Blue) = 240+16+233=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F010E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010E9 is #0FEF16. Grayscale: #6B6B6B. Windows color (decimal): -1044247 or 15274224. OLE color: 15274224.
HSL color Cylindrical-coordinate representation of color #F010E9: hue angle of 301.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010E9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 233 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.06 |
| HSL | 301.88º | 0.88% | 0.5% | - |
| HSV(B) | 301.88º | 0.93% | 0.94% | - |
| XYZ | 50.83 | 24.78 | 79.19 | - |
| YUV | 107.71 | 198.71 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 233 | 0 | 0.93 | 0.03 | 0.06 | 301.88 | 0.88 | 0.5 |
| Hex | F0 | 10 | E9 | 0 | 5D | 3 | 6 | 12E | 58 | 32 |
| Octal | 360 | 20 | 351 | 0 | 135 | 3 | 6 | 456 | 130 | 62 |
| Binary | 11110000 | 10000 | 11101001 | 0 | 1011101 | 11 | 110 | 100101110 | 1011000 | 110010 |
Color Harmonies of #F010E9
Complementary color
Monochromatic Colors of #F010E9
Black with #F010E9
Text Example
Text Example
White with #F010E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010E9; }
p { color: rgb(240,16,233); }
H1.HeaderClassName
{
color: #F010E9;
}
.AnyTagClassName
{
color: #F010E9;
}
</style>
background-color css
<style>
a { background-color: #F010E9; }
a { background-color: rgb(240,16,233); }
div.DivClassName
{
background-color: #F010E9;
}
.BgClassName
{
background-color: #F010E9;
}
</style>
border-color css
<style>
span { border-color: #F010E9; }
span { border-color: rgb(240,16,233); }
td.TdClassName
{
border-color: #F010E9;
}
.TagClassName
{
border-color: #F010E9;
}
</style>