Shades of Hot Magenta #F601DB
Tints of Hot Magenta #F601DB
RGB
CMYK
RGB Variations
Color information
#F601DB (or 0xF601DB) is known color: Hot Magenta. HEX triplet: F6, 01 and DB. RGB value is (246,1,219). Sum of RGB (Red+Green+Blue) = 246+1+219=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F601DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601DB is #09FE24. Grayscale: #626262. Windows color (decimal): -654885 or 14352886. OLE color: 14352886.
HSL color Cylindrical-coordinate representation of color #F601DB: hue angle of 306.61º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601DB is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.04 |
| HSL | 306.61º | 0.99% | 0.48% | - |
| HSV(B) | 306.61º | 1% | 0.96% | - |
| XYZ | 50.8 | 24.73 | 69.11 | - |
| YUV | 99.11 | 195.67 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 219 | 0 | 1.00 | 0.11 | 0.04 | 306.61 | 0.99 | 0.48 |
| Hex | F6 | 1 | DB | 0 | 64 | B | 4 | 133 | 63 | 30 |
| Octal | 366 | 1 | 333 | 0 | 144 | 13 | 4 | 463 | 143 | 60 |
| Binary | 11110110 | 1 | 11011011 | 0 | 1100100 | 1011 | 100 | 100110011 | 1100011 | 110000 |
Color Harmonies of #F601DB
Complementary color
Monochromatic Colors of #F601DB
Black with #F601DB
Text Example
Text Example
White with #F601DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601DB; }
p { color: rgb(246,1,219); }
H1.HeaderClassName
{
color: #F601DB;
}
.AnyTagClassName
{
color: #F601DB;
}
</style>
background-color css
<style>
a { background-color: #F601DB; }
a { background-color: rgb(246,1,219); }
div.DivClassName
{
background-color: #F601DB;
}
.BgClassName
{
background-color: #F601DB;
}
</style>
border-color css
<style>
span { border-color: #F601DB; }
span { border-color: rgb(246,1,219); }
td.TdClassName
{
border-color: #F601DB;
}
.TagClassName
{
border-color: #F601DB;
}
</style>