Shades of Hot Magenta #F600DB
Tints of Hot Magenta #F600DB
RGB
CMYK
RGB Variations
Color information
#F600DB (or 0xF600DB) is known color: Hot Magenta. HEX triplet: F6, 00 and DB. RGB value is (246,0,219). Sum of RGB (Red+Green+Blue) = 246+0+219=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F600DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600DB is #09FF24. Grayscale: #616161. Windows color (decimal): -655141 or 14352630. OLE color: 14352630.
HSL color Cylindrical-coordinate representation of color #F600DB: hue angle of 306.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600DB is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.11 | 0.04 |
| HSL | 306.59º | 1% | 0.48% | - |
| HSV(B) | 306.59º | 1% | 0.96% | - |
| XYZ | 50.79 | 24.71 | 69.11 | - |
| YUV | 98.52 | 196 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 219 | 0 | 1 | 0.11 | 0.04 | 306.59 | 1 | 0.48 |
| Hex | F6 | 0 | DB | 0 | 64 | B | 4 | 133 | 64 | 30 |
| Octal | 366 | 0 | 333 | 0 | 144 | 13 | 4 | 463 | 144 | 60 |
| Binary | 11110110 | 0 | 11011011 | 0 | 1100100 | 1011 | 100 | 100110011 | 1100100 | 110000 |
Color Harmonies of #F600DB
Complementary color
Monochromatic Colors of #F600DB
Black with #F600DB
Text Example
Text Example
White with #F600DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600DB; }
p { color: rgb(246,0,219); }
H1.HeaderClassName
{
color: #F600DB;
}
.AnyTagClassName
{
color: #F600DB;
}
</style>
background-color css
<style>
a { background-color: #F600DB; }
a { background-color: rgb(246,0,219); }
div.DivClassName
{
background-color: #F600DB;
}
.BgClassName
{
background-color: #F600DB;
}
</style>
border-color css
<style>
span { border-color: #F600DB; }
span { border-color: rgb(246,0,219); }
td.TdClassName
{
border-color: #F600DB;
}
.TagClassName
{
border-color: #F600DB;
}
</style>