Shades of Hot Magenta #F60BDB
Tints of Hot Magenta #F60BDB
RGB
CMYK
RGB Variations
Color information
#F60BDB (or 0xF60BDB) is known color: Hot Magenta. HEX triplet: F6, 0B and DB. RGB value is (246,11,219). Sum of RGB (Red+Green+Blue) = 246+11+219=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BDB is #09F424. Grayscale: #686868. Windows color (decimal): -652325 or 14355446. OLE color: 14355446.
HSL color Cylindrical-coordinate representation of color #F60BDB: hue angle of 306.89º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BDB is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 219 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.04 |
| HSL | 306.89º | 0.93% | 0.5% | - |
| HSV(B) | 306.89º | 0.96% | 0.96% | - |
| XYZ | 50.91 | 24.95 | 69.15 | - |
| YUV | 104.98 | 192.36 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 219 | 0 | 0.96 | 0.11 | 0.04 | 306.89 | 0.93 | 0.5 |
| Hex | F6 | B | DB | 0 | 60 | B | 4 | 133 | 5D | 32 |
| Octal | 366 | 13 | 333 | 0 | 140 | 13 | 4 | 463 | 135 | 62 |
| Binary | 11110110 | 1011 | 11011011 | 0 | 1100000 | 1011 | 100 | 100110011 | 1011101 | 110010 |
Color Harmonies of #F60BDB
Complementary color
Monochromatic Colors of #F60BDB
Black with #F60BDB
Text Example
Text Example
White with #F60BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BDB; }
p { color: rgb(246,11,219); }
H1.HeaderClassName
{
color: #F60BDB;
}
.AnyTagClassName
{
color: #F60BDB;
}
</style>
background-color css
<style>
a { background-color: #F60BDB; }
a { background-color: rgb(246,11,219); }
div.DivClassName
{
background-color: #F60BDB;
}
.BgClassName
{
background-color: #F60BDB;
}
</style>
border-color css
<style>
span { border-color: #F60BDB; }
span { border-color: rgb(246,11,219); }
td.TdClassName
{
border-color: #F60BDB;
}
.TagClassName
{
border-color: #F60BDB;
}
</style>