Shades of Hot Magenta #F013D8
Tints of Hot Magenta #F013D8
RGB
CMYK
RGB Variations
Color information
#F013D8 (or 0xF013D8) is known color: Hot Magenta. HEX triplet: F0, 13 and D8. RGB value is (240,19,216). Sum of RGB (Red+Green+Blue) = 240+19+216=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F013D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013D8 is #0FEC27. Grayscale: #6A6A6A. Windows color (decimal): -1043496 or 14160880. OLE color: 14160880.
HSL color Cylindrical-coordinate representation of color #F013D8: hue angle of 306.52º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013D8 is Cyan = 0, Magento = 0.92, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 216 | - |
| CMYK | 0 | 0.92 | 0.1 | 0.06 |
| HSL | 306.52º | 0.88% | 0.51% | - |
| HSV(B) | 306.52º | 0.92% | 0.94% | - |
| XYZ | 48.56 | 23.95 | 67.03 | - |
| YUV | 107.54 | 189.22 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 216 | 0 | 0.92 | 0.1 | 0.06 | 306.52 | 0.88 | 0.51 |
| Hex | F0 | 13 | D8 | 0 | 5C | A | 6 | 133 | 58 | 33 |
| Octal | 360 | 23 | 330 | 0 | 134 | 12 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10011 | 11011000 | 0 | 1011100 | 1010 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F013D8
Complementary color
Monochromatic Colors of #F013D8
Black with #F013D8
Text Example
Text Example
White with #F013D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013D8; }
p { color: rgb(240,19,216); }
H1.HeaderClassName
{
color: #F013D8;
}
.AnyTagClassName
{
color: #F013D8;
}
</style>
background-color css
<style>
a { background-color: #F013D8; }
a { background-color: rgb(240,19,216); }
div.DivClassName
{
background-color: #F013D8;
}
.BgClassName
{
background-color: #F013D8;
}
</style>
border-color css
<style>
span { border-color: #F013D8; }
span { border-color: rgb(240,19,216); }
td.TdClassName
{
border-color: #F013D8;
}
.TagClassName
{
border-color: #F013D8;
}
</style>