Shades of Hot Magenta #F012DB
Tints of Hot Magenta #F012DB
RGB
CMYK
RGB Variations
Color information
#F012DB (or 0xF012DB) is known color: Hot Magenta. HEX triplet: F0, 12 and DB. RGB value is (240,18,219). Sum of RGB (Red+Green+Blue) = 240+18+219=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F012DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012DB is #0FED24. Grayscale: #6A6A6A. Windows color (decimal): -1043749 or 14357232. OLE color: 14357232.
HSL color Cylindrical-coordinate representation of color #F012DB: hue angle of 305.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012DB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.06 |
| HSL | 305.68º | 0.88% | 0.51% | - |
| HSV(B) | 305.68º | 0.93% | 0.94% | - |
| XYZ | 48.94 | 24.07 | 69.08 | - |
| YUV | 107.29 | 191.05 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 219 | 0 | 0.92 | 0.09 | 0.06 | 305.68 | 0.88 | 0.51 |
| Hex | F0 | 12 | DB | 0 | 5C | 9 | 6 | 132 | 58 | 33 |
| Octal | 360 | 22 | 333 | 0 | 134 | 11 | 6 | 462 | 130 | 63 |
| Binary | 11110000 | 10010 | 11011011 | 0 | 1011100 | 1001 | 110 | 100110010 | 1011000 | 110011 |
Color Harmonies of #F012DB
Complementary color
Monochromatic Colors of #F012DB
Black with #F012DB
Text Example
Text Example
White with #F012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012DB; }
p { color: rgb(240,18,219); }
H1.HeaderClassName
{
color: #F012DB;
}
.AnyTagClassName
{
color: #F012DB;
}
</style>
background-color css
<style>
a { background-color: #F012DB; }
a { background-color: rgb(240,18,219); }
div.DivClassName
{
background-color: #F012DB;
}
.BgClassName
{
background-color: #F012DB;
}
</style>
border-color css
<style>
span { border-color: #F012DB; }
span { border-color: rgb(240,18,219); }
td.TdClassName
{
border-color: #F012DB;
}
.TagClassName
{
border-color: #F012DB;
}
</style>