Shades of Magenta #F00FEE
Tints of Magenta #F00FEE
RGB
CMYK
RGB Variations
Color information
#F00FEE (or 0xF00FEE) is known color: Magenta. HEX triplet: F0, 0F and EE. RGB value is (240,15,238). Sum of RGB (Red+Green+Blue) = 240+15+238=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FEE is #0FF011. Grayscale: #6B6B6B. Windows color (decimal): -1044498 or 15601648. OLE color: 15601648.
HSL color Cylindrical-coordinate representation of color #F00FEE: hue angle of 300.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FEE is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 238 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.06 |
| HSL | 300.53º | 0.88% | 0.5% | - |
| HSV(B) | 300.53º | 0.94% | 0.94% | - |
| XYZ | 51.54 | 25.04 | 83.01 | - |
| YUV | 107.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 238 | 0 | 0.94 | 0.01 | 0.06 | 300.53 | 0.88 | 0.5 |
| Hex | F0 | F | EE | 0 | 5E | 1 | 6 | 12D | 58 | 32 |
| Octal | 360 | 17 | 356 | 0 | 136 | 1 | 6 | 455 | 130 | 62 |
| Binary | 11110000 | 1111 | 11101110 | 0 | 1011110 | 1 | 110 | 100101101 | 1011000 | 110010 |
Color Harmonies of #F00FEE
Complementary color
Monochromatic Colors of #F00FEE
Black with #F00FEE
Text Example
Text Example
White with #F00FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FEE; }
p { color: rgb(240,15,238); }
H1.HeaderClassName
{
color: #F00FEE;
}
.AnyTagClassName
{
color: #F00FEE;
}
</style>
background-color css
<style>
a { background-color: #F00FEE; }
a { background-color: rgb(240,15,238); }
div.DivClassName
{
background-color: #F00FEE;
}
.BgClassName
{
background-color: #F00FEE;
}
</style>
border-color css
<style>
span { border-color: #F00FEE; }
span { border-color: rgb(240,15,238); }
td.TdClassName
{
border-color: #F00FEE;
}
.TagClassName
{
border-color: #F00FEE;
}
</style>