Shades of Magenta #F015ED
Tints of Magenta #F015ED
RGB
CMYK
RGB Variations
Color information
#F015ED (or 0xF015ED) is known color: Magenta. HEX triplet: F0, 15 and ED. RGB value is (240,21,237). Sum of RGB (Red+Green+Blue) = 240+21+237=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F015ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015ED is #0FEA12. Grayscale: #6E6E6E. Windows color (decimal): -1042963 or 15537648. OLE color: 15537648.
HSL color Cylindrical-coordinate representation of color #F015ED: hue angle of 300.82º 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 #F015ED is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 237 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.06 |
| HSL | 300.82º | 0.88% | 0.51% | - |
| HSV(B) | 300.82º | 0.91% | 0.94% | - |
| XYZ | 51.49 | 25.18 | 82.27 | - |
| YUV | 111.11 | 199.05 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 237 | 0 | 0.91 | 0.01 | 0.06 | 300.82 | 0.88 | 0.51 |
| Hex | F0 | 15 | ED | 0 | 5B | 1 | 6 | 12D | 58 | 33 |
| Octal | 360 | 25 | 355 | 0 | 133 | 1 | 6 | 455 | 130 | 63 |
| Binary | 11110000 | 10101 | 11101101 | 0 | 1011011 | 1 | 110 | 100101101 | 1011000 | 110011 |
Color Harmonies of #F015ED
Complementary color
Monochromatic Colors of #F015ED
Black with #F015ED
Text Example
Text Example
White with #F015ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015ED; }
p { color: rgb(240,21,237); }
H1.HeaderClassName
{
color: #F015ED;
}
.AnyTagClassName
{
color: #F015ED;
}
</style>
background-color css
<style>
a { background-color: #F015ED; }
a { background-color: rgb(240,21,237); }
div.DivClassName
{
background-color: #F015ED;
}
.BgClassName
{
background-color: #F015ED;
}
</style>
border-color css
<style>
span { border-color: #F015ED; }
span { border-color: rgb(240,21,237); }
td.TdClassName
{
border-color: #F015ED;
}
.TagClassName
{
border-color: #F015ED;
}
</style>