Shades of Hot Magenta #F013D6
Tints of Hot Magenta #F013D6
RGB
CMYK
RGB Variations
Color information
#F013D6 (or 0xF013D6) is known color: Hot Magenta. HEX triplet: F0, 13 and D6. RGB value is (240,19,214). Sum of RGB (Red+Green+Blue) = 240+19+214=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F013D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013D6 is #0FEC29. Grayscale: #6A6A6A. Windows color (decimal): -1043498 or 14029808. OLE color: 14029808.
HSL color Cylindrical-coordinate representation of color #F013D6: hue angle of 307.06º 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 #F013D6 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 214 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.06 |
| HSL | 307.06º | 0.88% | 0.51% | - |
| HSV(B) | 307.06º | 0.92% | 0.94% | - |
| XYZ | 48.31 | 23.85 | 65.68 | - |
| YUV | 107.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 214 | 0 | 0.92 | 0.11 | 0.06 | 307.06 | 0.88 | 0.51 |
| Hex | F0 | 13 | D6 | 0 | 5C | B | 6 | 133 | 58 | 33 |
| Octal | 360 | 23 | 326 | 0 | 134 | 13 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10011 | 11010110 | 0 | 1011100 | 1011 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F013D6
Complementary color
Monochromatic Colors of #F013D6
Black with #F013D6
Text Example
Text Example
White with #F013D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013D6; }
p { color: rgb(240,19,214); }
H1.HeaderClassName
{
color: #F013D6;
}
.AnyTagClassName
{
color: #F013D6;
}
</style>
background-color css
<style>
a { background-color: #F013D6; }
a { background-color: rgb(240,19,214); }
div.DivClassName
{
background-color: #F013D6;
}
.BgClassName
{
background-color: #F013D6;
}
</style>
border-color css
<style>
span { border-color: #F013D6; }
span { border-color: rgb(240,19,214); }
td.TdClassName
{
border-color: #F013D6;
}
.TagClassName
{
border-color: #F013D6;
}
</style>