Shades of Hot Magenta #F018DF
Tints of Hot Magenta #F018DF
RGB
CMYK
RGB Variations
Color information
#F018DF (or 0xF018DF) is known color: Hot Magenta. HEX triplet: F0, 18 and DF. RGB value is (240,24,223). Sum of RGB (Red+Green+Blue) = 240+24+223=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F018DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018DF is #0FE720. Grayscale: #6E6E6E. Windows color (decimal): -1042209 or 14620912. OLE color: 14620912.
HSL color Cylindrical-coordinate representation of color #F018DF: hue angle of 304.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018DF is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 223 | - |
| CMYK | 0 | 0.9 | 0.07 | 0.06 |
| HSL | 304.72º | 0.88% | 0.52% | - |
| HSV(B) | 304.72º | 0.9% | 0.94% | - |
| XYZ | 49.58 | 24.51 | 71.93 | - |
| YUV | 111.27 | 191.06 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 223 | 0 | 0.9 | 0.07 | 0.06 | 304.72 | 0.88 | 0.52 |
| Hex | F0 | 18 | DF | 0 | 5A | 7 | 6 | 131 | 58 | 34 |
| Octal | 360 | 30 | 337 | 0 | 132 | 7 | 6 | 461 | 130 | 64 |
| Binary | 11110000 | 11000 | 11011111 | 0 | 1011010 | 111 | 110 | 100110001 | 1011000 | 110100 |
Color Harmonies of #F018DF
Complementary color
Monochromatic Colors of #F018DF
Black with #F018DF
Text Example
Text Example
White with #F018DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018DF; }
p { color: rgb(240,24,223); }
H1.HeaderClassName
{
color: #F018DF;
}
.AnyTagClassName
{
color: #F018DF;
}
</style>
background-color css
<style>
a { background-color: #F018DF; }
a { background-color: rgb(240,24,223); }
div.DivClassName
{
background-color: #F018DF;
}
.BgClassName
{
background-color: #F018DF;
}
</style>
border-color css
<style>
span { border-color: #F018DF; }
span { border-color: rgb(240,24,223); }
td.TdClassName
{
border-color: #F018DF;
}
.TagClassName
{
border-color: #F018DF;
}
</style>