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