Shades of Hot Magenta #F019DC
Tints of Hot Magenta #F019DC
RGB
CMYK
RGB Variations
Color information
#F019DC (or 0xF019DC) is known color: Hot Magenta. HEX triplet: F0, 19 and DC. RGB value is (240,25,220). Sum of RGB (Red+Green+Blue) = 240+25+220=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F019DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019DC is #0FE623. Grayscale: #6E6E6E. Windows color (decimal): -1041956 or 14424560. OLE color: 14424560.
HSL color Cylindrical-coordinate representation of color #F019DC: hue angle of 305.58º 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 #F019DC is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 220 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.06 |
| HSL | 305.58º | 0.88% | 0.52% | - |
| HSV(B) | 305.58º | 0.9% | 0.94% | - |
| XYZ | 49.2 | 24.39 | 69.82 | - |
| YUV | 111.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 220 | 0 | 0.90 | 0.08 | 0.06 | 305.58 | 0.88 | 0.52 |
| Hex | F0 | 19 | DC | 0 | 5A | 8 | 6 | 132 | 58 | 34 |
| Octal | 360 | 31 | 334 | 0 | 132 | 10 | 6 | 462 | 130 | 64 |
| Binary | 11110000 | 11001 | 11011100 | 0 | 1011010 | 1000 | 110 | 100110010 | 1011000 | 110100 |
Color Harmonies of #F019DC
Complementary color
Monochromatic Colors of #F019DC
Black with #F019DC
Text Example
Text Example
White with #F019DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019DC; }
p { color: rgb(240,25,220); }
H1.HeaderClassName
{
color: #F019DC;
}
.AnyTagClassName
{
color: #F019DC;
}
</style>
background-color css
<style>
a { background-color: #F019DC; }
a { background-color: rgb(240,25,220); }
div.DivClassName
{
background-color: #F019DC;
}
.BgClassName
{
background-color: #F019DC;
}
</style>
border-color css
<style>
span { border-color: #F019DC; }
span { border-color: rgb(240,25,220); }
td.TdClassName
{
border-color: #F019DC;
}
.TagClassName
{
border-color: #F019DC;
}
</style>