Shades of Hot Magenta #F014DB
Tints of Hot Magenta #F014DB
RGB
CMYK
RGB Variations
Color information
#F014DB (or 0xF014DB) is known color: Hot Magenta. HEX triplet: F0, 14 and DB. RGB value is (240,20,219). Sum of RGB (Red+Green+Blue) = 240+20+219=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F014DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014DB is #0FEB24. Grayscale: #6B6B6B. Windows color (decimal): -1043237 or 14357744. OLE color: 14357744.
HSL color Cylindrical-coordinate representation of color #F014DB: hue angle of 305.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014DB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.06 |
| HSL | 305.73º | 0.88% | 0.51% | - |
| HSV(B) | 305.73º | 0.92% | 0.94% | - |
| XYZ | 48.97 | 24.14 | 69.1 | - |
| YUV | 108.47 | 190.39 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 219 | 0 | 0.92 | 0.09 | 0.06 | 305.73 | 0.88 | 0.51 |
| Hex | F0 | 14 | DB | 0 | 5C | 9 | 6 | 132 | 58 | 33 |
| Octal | 360 | 24 | 333 | 0 | 134 | 11 | 6 | 462 | 130 | 63 |
| Binary | 11110000 | 10100 | 11011011 | 0 | 1011100 | 1001 | 110 | 100110010 | 1011000 | 110011 |
Color Harmonies of #F014DB
Complementary color
Monochromatic Colors of #F014DB
Black with #F014DB
Text Example
Text Example
White with #F014DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014DB; }
p { color: rgb(240,20,219); }
H1.HeaderClassName
{
color: #F014DB;
}
.AnyTagClassName
{
color: #F014DB;
}
</style>
background-color css
<style>
a { background-color: #F014DB; }
a { background-color: rgb(240,20,219); }
div.DivClassName
{
background-color: #F014DB;
}
.BgClassName
{
background-color: #F014DB;
}
</style>
border-color css
<style>
span { border-color: #F014DB; }
span { border-color: rgb(240,20,219); }
td.TdClassName
{
border-color: #F014DB;
}
.TagClassName
{
border-color: #F014DB;
}
</style>