Shades of Magenta #F015EB
Tints of Magenta #F015EB
RGB
CMYK
RGB Variations
Color information
#F015EB (or 0xF015EB) is known color: Magenta. HEX triplet: F0, 15 and EB. RGB value is (240,21,235). Sum of RGB (Red+Green+Blue) = 240+21+235=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F015EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015EB is #0FEA14. Grayscale: #6E6E6E. Windows color (decimal): -1042965 or 15406576. OLE color: 15406576.
HSL color Cylindrical-coordinate representation of color #F015EB: hue angle of 301.37º 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 #F015EB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 235 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.06 |
| HSL | 301.37º | 0.88% | 0.51% | - |
| HSV(B) | 301.37º | 0.91% | 0.94% | - |
| XYZ | 51.2 | 25.06 | 80.74 | - |
| YUV | 110.88 | 198.05 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 235 | 0 | 0.91 | 0.02 | 0.06 | 301.37 | 0.88 | 0.51 |
| Hex | F0 | 15 | EB | 0 | 5B | 2 | 6 | 12D | 58 | 33 |
| Octal | 360 | 25 | 353 | 0 | 133 | 2 | 6 | 455 | 130 | 63 |
| Binary | 11110000 | 10101 | 11101011 | 0 | 1011011 | 10 | 110 | 100101101 | 1011000 | 110011 |
Color Harmonies of #F015EB
Complementary color
Monochromatic Colors of #F015EB
Black with #F015EB
Text Example
Text Example
White with #F015EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015EB; }
p { color: rgb(240,21,235); }
H1.HeaderClassName
{
color: #F015EB;
}
.AnyTagClassName
{
color: #F015EB;
}
</style>
background-color css
<style>
a { background-color: #F015EB; }
a { background-color: rgb(240,21,235); }
div.DivClassName
{
background-color: #F015EB;
}
.BgClassName
{
background-color: #F015EB;
}
</style>
border-color css
<style>
span { border-color: #F015EB; }
span { border-color: rgb(240,21,235); }
td.TdClassName
{
border-color: #F015EB;
}
.TagClassName
{
border-color: #F015EB;
}
</style>