Shades of Magenta #F00FED
Tints of Magenta #F00FED
RGB
CMYK
RGB Variations
Color information
#F00FED (or 0xF00FED) is known color: Magenta. HEX triplet: F0, 0F and ED. RGB value is (240,15,237). Sum of RGB (Red+Green+Blue) = 240+15+237=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FED is #0FF012. Grayscale: #6A6A6A. Windows color (decimal): -1044499 or 15536112. OLE color: 15536112.
HSL color Cylindrical-coordinate representation of color #F00FED: hue angle of 300.8º 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 #F00FED is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.06 |
| HSL | 300.8º | 0.88% | 0.5% | - |
| HSV(B) | 300.8º | 0.94% | 0.94% | - |
| XYZ | 51.39 | 24.98 | 82.23 | - |
| YUV | 107.58 | 201.04 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 237 | 0 | 0.94 | 0.01 | 0.06 | 300.8 | 0.88 | 0.5 |
| Hex | F0 | F | ED | 0 | 5E | 1 | 6 | 12D | 58 | 32 |
| Octal | 360 | 17 | 355 | 0 | 136 | 1 | 6 | 455 | 130 | 62 |
| Binary | 11110000 | 1111 | 11101101 | 0 | 1011110 | 1 | 110 | 100101101 | 1011000 | 110010 |
Color Harmonies of #F00FED
Complementary color
Monochromatic Colors of #F00FED
Black with #F00FED
Text Example
Text Example
White with #F00FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FED; }
p { color: rgb(240,15,237); }
H1.HeaderClassName
{
color: #F00FED;
}
.AnyTagClassName
{
color: #F00FED;
}
</style>
background-color css
<style>
a { background-color: #F00FED; }
a { background-color: rgb(240,15,237); }
div.DivClassName
{
background-color: #F00FED;
}
.BgClassName
{
background-color: #F00FED;
}
</style>
border-color css
<style>
span { border-color: #F00FED; }
span { border-color: rgb(240,15,237); }
td.TdClassName
{
border-color: #F00FED;
}
.TagClassName
{
border-color: #F00FED;
}
</style>