Shades of Magenta #F00FEF
Tints of Magenta #F00FEF
RGB
CMYK
RGB Variations
Color information
#F00FEF (or 0xF00FEF) is known color: Magenta. HEX triplet: F0, 0F and EF. RGB value is (240,15,239). Sum of RGB (Red+Green+Blue) = 240+15+239=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FEF is #0FF010. Grayscale: #6B6B6B. Windows color (decimal): -1044497 or 15667184. OLE color: 15667184.
HSL color Cylindrical-coordinate representation of color #F00FEF: hue angle of 300.27º 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 #F00FEF is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 239 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.06 |
| HSL | 300.27º | 0.88% | 0.5% | - |
| HSV(B) | 300.27º | 0.94% | 0.94% | - |
| XYZ | 51.69 | 25.1 | 83.78 | - |
| YUV | 107.81 | 202.04 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 239 | 0 | 0.94 | 0.00 | 0.06 | 300.27 | 0.88 | 0.5 |
| Hex | F0 | F | EF | 0 | 5E | 0 | 6 | 12C | 58 | 32 |
| Octal | 360 | 17 | 357 | 0 | 136 | 0 | 6 | 454 | 130 | 62 |
| Binary | 11110000 | 1111 | 11101111 | 0 | 1011110 | 0 | 110 | 100101100 | 1011000 | 110010 |
Color Harmonies of #F00FEF
Complementary color
Monochromatic Colors of #F00FEF
Black with #F00FEF
Text Example
Text Example
White with #F00FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FEF; }
p { color: rgb(240,15,239); }
H1.HeaderClassName
{
color: #F00FEF;
}
.AnyTagClassName
{
color: #F00FEF;
}
</style>
background-color css
<style>
a { background-color: #F00FEF; }
a { background-color: rgb(240,15,239); }
div.DivClassName
{
background-color: #F00FEF;
}
.BgClassName
{
background-color: #F00FEF;
}
</style>
border-color css
<style>
span { border-color: #F00FEF; }
span { border-color: rgb(240,15,239); }
td.TdClassName
{
border-color: #F00FEF;
}
.TagClassName
{
border-color: #F00FEF;
}
</style>