Shades of Hot Magenta #F015D8
Tints of Hot Magenta #F015D8
RGB
CMYK
RGB Variations
Color information
#F015D8 (or 0xF015D8) is known color: Hot Magenta. HEX triplet: F0, 15 and D8. RGB value is (240,21,216). Sum of RGB (Red+Green+Blue) = 240+21+216=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F015D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015D8 is #0FEA27. Grayscale: #6C6C6C. Windows color (decimal): -1042984 or 14161392. OLE color: 14161392.
HSL color Cylindrical-coordinate representation of color #F015D8: hue angle of 306.58º 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 #F015D8 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 216 | - |
| CMYK | 0 | 0.91 | 0.1 | 0.06 |
| HSL | 306.58º | 0.88% | 0.51% | - |
| HSV(B) | 306.58º | 0.91% | 0.94% | - |
| XYZ | 48.6 | 24.02 | 67.04 | - |
| YUV | 108.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 216 | 0 | 0.91 | 0.1 | 0.06 | 306.58 | 0.88 | 0.51 |
| Hex | F0 | 15 | D8 | 0 | 5B | A | 6 | 133 | 58 | 33 |
| Octal | 360 | 25 | 330 | 0 | 133 | 12 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10101 | 11011000 | 0 | 1011011 | 1010 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F015D8
Complementary color
Monochromatic Colors of #F015D8
Black with #F015D8
Text Example
Text Example
White with #F015D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015D8; }
p { color: rgb(240,21,216); }
H1.HeaderClassName
{
color: #F015D8;
}
.AnyTagClassName
{
color: #F015D8;
}
</style>
background-color css
<style>
a { background-color: #F015D8; }
a { background-color: rgb(240,21,216); }
div.DivClassName
{
background-color: #F015D8;
}
.BgClassName
{
background-color: #F015D8;
}
</style>
border-color css
<style>
span { border-color: #F015D8; }
span { border-color: rgb(240,21,216); }
td.TdClassName
{
border-color: #F015D8;
}
.TagClassName
{
border-color: #F015D8;
}
</style>