Shades of Hot Magenta #F014DD
Tints of Hot Magenta #F014DD
RGB
CMYK
RGB Variations
Color information
#F014DD (or 0xF014DD) is known color: Hot Magenta. HEX triplet: F0, 14 and DD. RGB value is (240,20,221). Sum of RGB (Red+Green+Blue) = 240+20+221=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F014DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014DD is #0FEB22. Grayscale: #6C6C6C. Windows color (decimal): -1043235 or 14488816. OLE color: 14488816.
HSL color Cylindrical-coordinate representation of color #F014DD: hue angle of 305.18º 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 #F014DD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 305.18º | 0.88% | 0.51% | - |
| HSV(B) | 305.18º | 0.92% | 0.94% | - |
| XYZ | 49.24 | 24.25 | 70.49 | - |
| YUV | 108.69 | 191.39 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 221 | 0 | 0.92 | 0.08 | 0.06 | 305.18 | 0.88 | 0.51 |
| Hex | F0 | 14 | DD | 0 | 5C | 8 | 6 | 131 | 58 | 33 |
| Octal | 360 | 24 | 335 | 0 | 134 | 10 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10100 | 11011101 | 0 | 1011100 | 1000 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F014DD
Complementary color
Monochromatic Colors of #F014DD
Black with #F014DD
Text Example
Text Example
White with #F014DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014DD; }
p { color: rgb(240,20,221); }
H1.HeaderClassName
{
color: #F014DD;
}
.AnyTagClassName
{
color: #F014DD;
}
</style>
background-color css
<style>
a { background-color: #F014DD; }
a { background-color: rgb(240,20,221); }
div.DivClassName
{
background-color: #F014DD;
}
.BgClassName
{
background-color: #F014DD;
}
</style>
border-color css
<style>
span { border-color: #F014DD; }
span { border-color: rgb(240,20,221); }
td.TdClassName
{
border-color: #F014DD;
}
.TagClassName
{
border-color: #F014DD;
}
</style>