Shades of Hot Magenta #F016DF
Tints of Hot Magenta #F016DF
RGB
CMYK
RGB Variations
Color information
#F016DF (or 0xF016DF) is known color: Hot Magenta. HEX triplet: F0, 16 and DF. RGB value is (240,22,223). Sum of RGB (Red+Green+Blue) = 240+22+223=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F016DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016DF is #0FE920. Grayscale: #6D6D6D. Windows color (decimal): -1042721 or 14620400. OLE color: 14620400.
HSL color Cylindrical-coordinate representation of color #F016DF: hue angle of 304.68º 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 #F016DF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.06 |
| HSL | 304.68º | 0.88% | 0.51% | - |
| HSV(B) | 304.68º | 0.91% | 0.94% | - |
| XYZ | 49.54 | 24.43 | 71.92 | - |
| YUV | 110.1 | 191.72 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 223 | 0 | 0.91 | 0.07 | 0.06 | 304.68 | 0.88 | 0.51 |
| Hex | F0 | 16 | DF | 0 | 5B | 7 | 6 | 131 | 58 | 33 |
| Octal | 360 | 26 | 337 | 0 | 133 | 7 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10110 | 11011111 | 0 | 1011011 | 111 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F016DF
Complementary color
Monochromatic Colors of #F016DF
Black with #F016DF
Text Example
Text Example
White with #F016DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016DF; }
p { color: rgb(240,22,223); }
H1.HeaderClassName
{
color: #F016DF;
}
.AnyTagClassName
{
color: #F016DF;
}
</style>
background-color css
<style>
a { background-color: #F016DF; }
a { background-color: rgb(240,22,223); }
div.DivClassName
{
background-color: #F016DF;
}
.BgClassName
{
background-color: #F016DF;
}
</style>
border-color css
<style>
span { border-color: #F016DF; }
span { border-color: rgb(240,22,223); }
td.TdClassName
{
border-color: #F016DF;
}
.TagClassName
{
border-color: #F016DF;
}
</style>