Shades of Hot Magenta #F412DB
Tints of Hot Magenta #F412DB
RGB
CMYK
RGB Variations
Color information
#F412DB (or 0xF412DB) is known color: Hot Magenta. HEX triplet: F4, 12 and DB. RGB value is (244,18,219). Sum of RGB (Red+Green+Blue) = 244+18+219=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F412DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412DB is #0BED24. Grayscale: #6B6B6B. Windows color (decimal): -781605 or 14357236. OLE color: 14357236.
HSL color Cylindrical-coordinate representation of color #F412DB: hue angle of 306.64º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412DB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 219 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.04 |
| HSL | 306.64º | 0.91% | 0.51% | - |
| HSV(B) | 306.64º | 0.93% | 0.96% | - |
| XYZ | 50.31 | 24.78 | 69.15 | - |
| YUV | 108.49 | 190.37 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 219 | 0 | 0.93 | 0.10 | 0.04 | 306.64 | 0.91 | 0.51 |
| Hex | F4 | 12 | DB | 0 | 5D | A | 4 | 133 | 5B | 33 |
| Octal | 364 | 22 | 333 | 0 | 135 | 12 | 4 | 463 | 133 | 63 |
| Binary | 11110100 | 10010 | 11011011 | 0 | 1011101 | 1010 | 100 | 100110011 | 1011011 | 110011 |
Color Harmonies of #F412DB
Complementary color
Monochromatic Colors of #F412DB
Black with #F412DB
Text Example
Text Example
White with #F412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412DB; }
p { color: rgb(244,18,219); }
H1.HeaderClassName
{
color: #F412DB;
}
.AnyTagClassName
{
color: #F412DB;
}
</style>
background-color css
<style>
a { background-color: #F412DB; }
a { background-color: rgb(244,18,219); }
div.DivClassName
{
background-color: #F412DB;
}
.BgClassName
{
background-color: #F412DB;
}
</style>
border-color css
<style>
span { border-color: #F412DB; }
span { border-color: rgb(244,18,219); }
td.TdClassName
{
border-color: #F412DB;
}
.TagClassName
{
border-color: #F412DB;
}
</style>