Shades of Hot Magenta #F418DB
Tints of Hot Magenta #F418DB
RGB
CMYK
RGB Variations
Color information
#F418DB (or 0xF418DB) is known color: Hot Magenta. HEX triplet: F4, 18 and DB. RGB value is (244,24,219). Sum of RGB (Red+Green+Blue) = 244+24+219=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F418DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F418DB is #0BE724. Grayscale: #6F6F6F. Windows color (decimal): -780069 or 14358772. OLE color: 14358772.
HSL color Cylindrical-coordinate representation of color #F418DB: hue angle of 306.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418DB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.04 |
| HSL | 306.82º | 0.91% | 0.53% | - |
| HSV(B) | 306.82º | 0.9% | 0.96% | - |
| XYZ | 50.42 | 25 | 69.19 | - |
| YUV | 112.01 | 188.39 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 219 | 0 | 0.90 | 0.10 | 0.04 | 306.82 | 0.91 | 0.53 |
| Hex | F4 | 18 | DB | 0 | 5A | A | 4 | 133 | 5B | 35 |
| Octal | 364 | 30 | 333 | 0 | 132 | 12 | 4 | 463 | 133 | 65 |
| Binary | 11110100 | 11000 | 11011011 | 0 | 1011010 | 1010 | 100 | 100110011 | 1011011 | 110101 |
Color Harmonies of #F418DB
Complementary color
Monochromatic Colors of #F418DB
Black with #F418DB
Text Example
Text Example
White with #F418DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418DB; }
p { color: rgb(244,24,219); }
H1.HeaderClassName
{
color: #F418DB;
}
.AnyTagClassName
{
color: #F418DB;
}
</style>
background-color css
<style>
a { background-color: #F418DB; }
a { background-color: rgb(244,24,219); }
div.DivClassName
{
background-color: #F418DB;
}
.BgClassName
{
background-color: #F418DB;
}
</style>
border-color css
<style>
span { border-color: #F418DB; }
span { border-color: rgb(244,24,219); }
td.TdClassName
{
border-color: #F418DB;
}
.TagClassName
{
border-color: #F418DB;
}
</style>