Shades of Hot Magenta #F011DA
Tints of Hot Magenta #F011DA
RGB
CMYK
RGB Variations
Color information
#F011DA (or 0xF011DA) is known color: Hot Magenta. HEX triplet: F0, 11 and DA. RGB value is (240,17,218). Sum of RGB (Red+Green+Blue) = 240+17+218=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F011DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011DA is #0FEE25. Grayscale: #6A6A6A. Windows color (decimal): -1044006 or 14291440. OLE color: 14291440.
HSL color Cylindrical-coordinate representation of color #F011DA: hue angle of 305.92º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011DA is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.06 |
| HSL | 305.92º | 0.88% | 0.5% | - |
| HSV(B) | 305.92º | 0.93% | 0.94% | - |
| XYZ | 48.79 | 23.99 | 68.39 | - |
| YUV | 106.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 218 | 0 | 0.93 | 0.09 | 0.06 | 305.92 | 0.88 | 0.5 |
| Hex | F0 | 11 | DA | 0 | 5D | 9 | 6 | 132 | 58 | 32 |
| Octal | 360 | 21 | 332 | 0 | 135 | 11 | 6 | 462 | 130 | 62 |
| Binary | 11110000 | 10001 | 11011010 | 0 | 1011101 | 1001 | 110 | 100110010 | 1011000 | 110010 |
Color Harmonies of #F011DA
Complementary color
Monochromatic Colors of #F011DA
Black with #F011DA
Text Example
Text Example
White with #F011DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011DA; }
p { color: rgb(240,17,218); }
H1.HeaderClassName
{
color: #F011DA;
}
.AnyTagClassName
{
color: #F011DA;
}
</style>
background-color css
<style>
a { background-color: #F011DA; }
a { background-color: rgb(240,17,218); }
div.DivClassName
{
background-color: #F011DA;
}
.BgClassName
{
background-color: #F011DA;
}
</style>
border-color css
<style>
span { border-color: #F011DA; }
span { border-color: rgb(240,17,218); }
td.TdClassName
{
border-color: #F011DA;
}
.TagClassName
{
border-color: #F011DA;
}
</style>