Shades of Hot Magenta #F016DD
Tints of Hot Magenta #F016DD
RGB
CMYK
RGB Variations
Color information
#F016DD (or 0xF016DD) is known color: Hot Magenta. HEX triplet: F0, 16 and DD. RGB value is (240,22,221). Sum of RGB (Red+Green+Blue) = 240+22+221=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F016DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016DD is #0FE922. Grayscale: #6D6D6D. Windows color (decimal): -1042723 or 14489328. OLE color: 14489328.
HSL color Cylindrical-coordinate representation of color #F016DD: hue angle of 305.23º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016DD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 221 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.06 |
| HSL | 305.23º | 0.88% | 0.51% | - |
| HSV(B) | 305.23º | 0.91% | 0.94% | - |
| XYZ | 49.27 | 24.32 | 70.5 | - |
| YUV | 109.87 | 190.72 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 221 | 0 | 0.91 | 0.08 | 0.06 | 305.23 | 0.88 | 0.51 |
| Hex | F0 | 16 | DD | 0 | 5B | 8 | 6 | 131 | 58 | 33 |
| Octal | 360 | 26 | 335 | 0 | 133 | 10 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10110 | 11011101 | 0 | 1011011 | 1000 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F016DD
Complementary color
Monochromatic Colors of #F016DD
Black with #F016DD
Text Example
Text Example
White with #F016DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016DD; }
p { color: rgb(240,22,221); }
H1.HeaderClassName
{
color: #F016DD;
}
.AnyTagClassName
{
color: #F016DD;
}
</style>
background-color css
<style>
a { background-color: #F016DD; }
a { background-color: rgb(240,22,221); }
div.DivClassName
{
background-color: #F016DD;
}
.BgClassName
{
background-color: #F016DD;
}
</style>
border-color css
<style>
span { border-color: #F016DD; }
span { border-color: rgb(240,22,221); }
td.TdClassName
{
border-color: #F016DD;
}
.TagClassName
{
border-color: #F016DD;
}
</style>