Shades of Hot Magenta #F406DB
Tints of Hot Magenta #F406DB
RGB
CMYK
RGB Variations
Color information
#F406DB (or 0xF406DB) is known color: Hot Magenta. HEX triplet: F4, 06 and DB. RGB value is (244,6,219). Sum of RGB (Red+Green+Blue) = 244+6+219=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F406DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F406DB is #0BF924. Grayscale: #646464. Windows color (decimal): -784677 or 14354164. OLE color: 14354164.
HSL color Cylindrical-coordinate representation of color #F406DB: hue angle of 306.3º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.04 |
| HSL | 306.3º | 0.95% | 0.49% | - |
| HSV(B) | 306.3º | 0.98% | 0.96% | - |
| XYZ | 50.16 | 24.48 | 69.1 | - |
| YUV | 101.44 | 194.35 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 219 | 0 | 0.98 | 0.10 | 0.04 | 306.3 | 0.95 | 0.49 |
| Hex | F4 | 6 | DB | 0 | 62 | A | 4 | 132 | 5F | 31 |
| Octal | 364 | 6 | 333 | 0 | 142 | 12 | 4 | 462 | 137 | 61 |
| Binary | 11110100 | 110 | 11011011 | 0 | 1100010 | 1010 | 100 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F406DB
Complementary color
Monochromatic Colors of #F406DB
Black with #F406DB
Text Example
Text Example
White with #F406DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406DB; }
p { color: rgb(244,6,219); }
H1.HeaderClassName
{
color: #F406DB;
}
.AnyTagClassName
{
color: #F406DB;
}
</style>
background-color css
<style>
a { background-color: #F406DB; }
a { background-color: rgb(244,6,219); }
div.DivClassName
{
background-color: #F406DB;
}
.BgClassName
{
background-color: #F406DB;
}
</style>
border-color css
<style>
span { border-color: #F406DB; }
span { border-color: rgb(244,6,219); }
td.TdClassName
{
border-color: #F406DB;
}
.TagClassName
{
border-color: #F406DB;
}
</style>