Shades of Magenta #F015EF
Tints of Magenta #F015EF
RGB
CMYK
RGB Variations
Color information
#F015EF (or 0xF015EF) is known color: Magenta. HEX triplet: F0, 15 and EF. RGB value is (240,21,239). Sum of RGB (Red+Green+Blue) = 240+21+239=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F015EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015EF is #0FEA10. Grayscale: #6E6E6E. Windows color (decimal): -1042961 or 15668720. OLE color: 15668720.
HSL color Cylindrical-coordinate representation of color #F015EF: hue angle of 300.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015EF is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 239 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.06 |
| HSL | 300.27º | 0.88% | 0.51% | - |
| HSV(B) | 300.27º | 0.91% | 0.94% | - |
| XYZ | 51.78 | 25.29 | 83.81 | - |
| YUV | 111.33 | 200.05 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 239 | 0 | 0.91 | 0.00 | 0.06 | 300.27 | 0.88 | 0.51 |
| Hex | F0 | 15 | EF | 0 | 5B | 0 | 6 | 12C | 58 | 33 |
| Octal | 360 | 25 | 357 | 0 | 133 | 0 | 6 | 454 | 130 | 63 |
| Binary | 11110000 | 10101 | 11101111 | 0 | 1011011 | 0 | 110 | 100101100 | 1011000 | 110011 |
Color Harmonies of #F015EF
Complementary color
Monochromatic Colors of #F015EF
Black with #F015EF
Text Example
Text Example
White with #F015EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015EF; }
p { color: rgb(240,21,239); }
H1.HeaderClassName
{
color: #F015EF;
}
.AnyTagClassName
{
color: #F015EF;
}
</style>
background-color css
<style>
a { background-color: #F015EF; }
a { background-color: rgb(240,21,239); }
div.DivClassName
{
background-color: #F015EF;
}
.BgClassName
{
background-color: #F015EF;
}
</style>
border-color css
<style>
span { border-color: #F015EF; }
span { border-color: rgb(240,21,239); }
td.TdClassName
{
border-color: #F015EF;
}
.TagClassName
{
border-color: #F015EF;
}
</style>