Shades of Hot Magenta #F603DB
Tints of Hot Magenta #F603DB
RGB
CMYK
RGB Variations
Color information
#F603DB (or 0xF603DB) is known color: Hot Magenta. HEX triplet: F6, 03 and DB. RGB value is (246,3,219). Sum of RGB (Red+Green+Blue) = 246+3+219=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F603DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603DB is #09FC24. Grayscale: #636363. Windows color (decimal): -654373 or 14353398. OLE color: 14353398.
HSL color Cylindrical-coordinate representation of color #F603DB: hue angle of 306.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603DB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.04 |
| HSL | 306.67º | 0.98% | 0.49% | - |
| HSV(B) | 306.67º | 0.99% | 0.96% | - |
| XYZ | 50.82 | 24.77 | 69.12 | - |
| YUV | 100.28 | 195.01 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 219 | 0 | 0.99 | 0.11 | 0.04 | 306.67 | 0.98 | 0.49 |
| Hex | F6 | 3 | DB | 0 | 63 | B | 4 | 133 | 62 | 31 |
| Octal | 366 | 3 | 333 | 0 | 143 | 13 | 4 | 463 | 142 | 61 |
| Binary | 11110110 | 11 | 11011011 | 0 | 1100011 | 1011 | 100 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F603DB
Complementary color
Monochromatic Colors of #F603DB
Black with #F603DB
Text Example
Text Example
White with #F603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603DB; }
p { color: rgb(246,3,219); }
H1.HeaderClassName
{
color: #F603DB;
}
.AnyTagClassName
{
color: #F603DB;
}
</style>
background-color css
<style>
a { background-color: #F603DB; }
a { background-color: rgb(246,3,219); }
div.DivClassName
{
background-color: #F603DB;
}
.BgClassName
{
background-color: #F603DB;
}
</style>
border-color css
<style>
span { border-color: #F603DB; }
span { border-color: rgb(246,3,219); }
td.TdClassName
{
border-color: #F603DB;
}
.TagClassName
{
border-color: #F603DB;
}
</style>