Shades of Hot Magenta #F403DB
Tints of Hot Magenta #F403DB
RGB
CMYK
RGB Variations
Color information
#F403DB (or 0xF403DB) is known color: Hot Magenta. HEX triplet: F4, 03 and DB. RGB value is (244,3,219). Sum of RGB (Red+Green+Blue) = 244+3+219=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F403DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F403DB is #0BFC24. Grayscale: #636363. Windows color (decimal): -785445 or 14353396. OLE color: 14353396.
HSL color Cylindrical-coordinate representation of color #F403DB: hue angle of 306.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F403DB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.04 |
| HSL | 306.22º | 0.98% | 0.48% | - |
| HSV(B) | 306.22º | 0.99% | 0.96% | - |
| XYZ | 50.13 | 24.41 | 69.09 | - |
| YUV | 99.68 | 195.34 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 219 | 0 | 0.99 | 0.10 | 0.04 | 306.22 | 0.98 | 0.48 |
| Hex | F4 | 3 | DB | 0 | 63 | A | 4 | 132 | 62 | 30 |
| Octal | 364 | 3 | 333 | 0 | 143 | 12 | 4 | 462 | 142 | 60 |
| Binary | 11110100 | 11 | 11011011 | 0 | 1100011 | 1010 | 100 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F403DB
Complementary color
Monochromatic Colors of #F403DB
Black with #F403DB
Text Example
Text Example
White with #F403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F403DB; }
p { color: rgb(244,3,219); }
H1.HeaderClassName
{
color: #F403DB;
}
.AnyTagClassName
{
color: #F403DB;
}
</style>
background-color css
<style>
a { background-color: #F403DB; }
a { background-color: rgb(244,3,219); }
div.DivClassName
{
background-color: #F403DB;
}
.BgClassName
{
background-color: #F403DB;
}
</style>
border-color css
<style>
span { border-color: #F403DB; }
span { border-color: rgb(244,3,219); }
td.TdClassName
{
border-color: #F403DB;
}
.TagClassName
{
border-color: #F403DB;
}
</style>