Shades of Hot Magenta #F014D7
Tints of Hot Magenta #F014D7
RGB
CMYK
RGB Variations
Color information
#F014D7 (or 0xF014D7) is known color: Hot Magenta. HEX triplet: F0, 14 and D7. RGB value is (240,20,215). Sum of RGB (Red+Green+Blue) = 240+20+215=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F014D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014D7 is #0FEB28. Grayscale: #6B6B6B. Windows color (decimal): -1043241 or 14095600. OLE color: 14095600.
HSL color Cylindrical-coordinate representation of color #F014D7: hue angle of 306.82º 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 #F014D7 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 215 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.06 |
| HSL | 306.82º | 0.88% | 0.51% | - |
| HSV(B) | 306.82º | 0.92% | 0.94% | - |
| XYZ | 48.45 | 23.93 | 66.36 | - |
| YUV | 108.01 | 188.39 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 215 | 0 | 0.92 | 0.10 | 0.06 | 306.82 | 0.88 | 0.51 |
| Hex | F0 | 14 | D7 | 0 | 5C | A | 6 | 133 | 58 | 33 |
| Octal | 360 | 24 | 327 | 0 | 134 | 12 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10100 | 11010111 | 0 | 1011100 | 1010 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F014D7
Complementary color
Monochromatic Colors of #F014D7
Black with #F014D7
Text Example
Text Example
White with #F014D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014D7; }
p { color: rgb(240,20,215); }
H1.HeaderClassName
{
color: #F014D7;
}
.AnyTagClassName
{
color: #F014D7;
}
</style>
background-color css
<style>
a { background-color: #F014D7; }
a { background-color: rgb(240,20,215); }
div.DivClassName
{
background-color: #F014D7;
}
.BgClassName
{
background-color: #F014D7;
}
</style>
border-color css
<style>
span { border-color: #F014D7; }
span { border-color: rgb(240,20,215); }
td.TdClassName
{
border-color: #F014D7;
}
.TagClassName
{
border-color: #F014D7;
}
</style>