Shades of Hot Magenta #F416DB
Tints of Hot Magenta #F416DB
RGB
CMYK
RGB Variations
Color information
#F416DB (or 0xF416DB) is known color: Hot Magenta. HEX triplet: F4, 16 and DB. RGB value is (244,22,219). Sum of RGB (Red+Green+Blue) = 244+22+219=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F416DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416DB is #0BE924. Grayscale: #6E6E6E. Windows color (decimal): -780581 or 14358260. OLE color: 14358260.
HSL color Cylindrical-coordinate representation of color #F416DB: hue angle of 306.76º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F416DB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 219 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.04 |
| HSL | 306.76º | 0.91% | 0.52% | - |
| HSV(B) | 306.76º | 0.91% | 0.96% | - |
| XYZ | 50.38 | 24.92 | 69.17 | - |
| YUV | 110.84 | 189.05 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 219 | 0 | 0.91 | 0.10 | 0.04 | 306.76 | 0.91 | 0.52 |
| Hex | F4 | 16 | DB | 0 | 5B | A | 4 | 133 | 5B | 34 |
| Octal | 364 | 26 | 333 | 0 | 133 | 12 | 4 | 463 | 133 | 64 |
| Binary | 11110100 | 10110 | 11011011 | 0 | 1011011 | 1010 | 100 | 100110011 | 1011011 | 110100 |
Color Harmonies of #F416DB
Complementary color
Monochromatic Colors of #F416DB
Black with #F416DB
Text Example
Text Example
White with #F416DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416DB; }
p { color: rgb(244,22,219); }
H1.HeaderClassName
{
color: #F416DB;
}
.AnyTagClassName
{
color: #F416DB;
}
</style>
background-color css
<style>
a { background-color: #F416DB; }
a { background-color: rgb(244,22,219); }
div.DivClassName
{
background-color: #F416DB;
}
.BgClassName
{
background-color: #F416DB;
}
</style>
border-color css
<style>
span { border-color: #F416DB; }
span { border-color: rgb(244,22,219); }
td.TdClassName
{
border-color: #F416DB;
}
.TagClassName
{
border-color: #F416DB;
}
</style>