Shades of Hot Magenta #F40CDB
Tints of Hot Magenta #F40CDB
RGB
CMYK
RGB Variations
Color information
#F40CDB (or 0xF40CDB) is known color: Hot Magenta. HEX triplet: F4, 0C and DB. RGB value is (244,12,219). Sum of RGB (Red+Green+Blue) = 244+12+219=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CDB is #0BF324. Grayscale: #686868. Windows color (decimal): -783141 or 14355700. OLE color: 14355700.
HSL color Cylindrical-coordinate representation of color #F40CDB: hue angle of 306.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CDB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.04 |
| HSL | 306.47º | 0.91% | 0.5% | - |
| HSV(B) | 306.47º | 0.95% | 0.96% | - |
| XYZ | 50.23 | 24.61 | 69.12 | - |
| YUV | 104.97 | 192.36 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 219 | 0 | 0.95 | 0.10 | 0.04 | 306.47 | 0.91 | 0.5 |
| Hex | F4 | C | DB | 0 | 5F | A | 4 | 132 | 5B | 32 |
| Octal | 364 | 14 | 333 | 0 | 137 | 12 | 4 | 462 | 133 | 62 |
| Binary | 11110100 | 1100 | 11011011 | 0 | 1011111 | 1010 | 100 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F40CDB
Complementary color
Monochromatic Colors of #F40CDB
Black with #F40CDB
Text Example
Text Example
White with #F40CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CDB; }
p { color: rgb(244,12,219); }
H1.HeaderClassName
{
color: #F40CDB;
}
.AnyTagClassName
{
color: #F40CDB;
}
</style>
background-color css
<style>
a { background-color: #F40CDB; }
a { background-color: rgb(244,12,219); }
div.DivClassName
{
background-color: #F40CDB;
}
.BgClassName
{
background-color: #F40CDB;
}
</style>
border-color css
<style>
span { border-color: #F40CDB; }
span { border-color: rgb(244,12,219); }
td.TdClassName
{
border-color: #F40CDB;
}
.TagClassName
{
border-color: #F40CDB;
}
</style>