Shades of Hot Magenta #F014DF
Tints of Hot Magenta #F014DF
RGB
CMYK
RGB Variations
Color information
#F014DF (or 0xF014DF) is known color: Hot Magenta. HEX triplet: F0, 14 and DF. RGB value is (240,20,223). Sum of RGB (Red+Green+Blue) = 240+20+223=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F014DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014DF is #0FEB20. Grayscale: #6C6C6C. Windows color (decimal): -1043233 or 14619888. OLE color: 14619888.
HSL color Cylindrical-coordinate representation of color #F014DF: hue angle of 304.64º 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 #F014DF is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 223 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.06 |
| HSL | 304.64º | 0.88% | 0.51% | - |
| HSV(B) | 304.64º | 0.92% | 0.94% | - |
| XYZ | 49.5 | 24.35 | 71.9 | - |
| YUV | 108.92 | 192.39 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 223 | 0 | 0.92 | 0.07 | 0.06 | 304.64 | 0.88 | 0.51 |
| Hex | F0 | 14 | DF | 0 | 5C | 7 | 6 | 131 | 58 | 33 |
| Octal | 360 | 24 | 337 | 0 | 134 | 7 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10100 | 11011111 | 0 | 1011100 | 111 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F014DF
Complementary color
Monochromatic Colors of #F014DF
Black with #F014DF
Text Example
Text Example
White with #F014DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014DF; }
p { color: rgb(240,20,223); }
H1.HeaderClassName
{
color: #F014DF;
}
.AnyTagClassName
{
color: #F014DF;
}
</style>
background-color css
<style>
a { background-color: #F014DF; }
a { background-color: rgb(240,20,223); }
div.DivClassName
{
background-color: #F014DF;
}
.BgClassName
{
background-color: #F014DF;
}
</style>
border-color css
<style>
span { border-color: #F014DF; }
span { border-color: rgb(240,20,223); }
td.TdClassName
{
border-color: #F014DF;
}
.TagClassName
{
border-color: #F014DF;
}
</style>