Shades of Hot Magenta #F60BDC
Tints of Hot Magenta #F60BDC
RGB
CMYK
RGB Variations
Color information
#F60BDC (or 0xF60BDC) is known color: Hot Magenta. HEX triplet: F6, 0B and DC. RGB value is (246,11,220). Sum of RGB (Red+Green+Blue) = 246+11+220=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BDC is #09F423. Grayscale: #686868. Windows color (decimal): -652324 or 14420982. OLE color: 14420982.
HSL color Cylindrical-coordinate representation of color #F60BDC: hue angle of 306.64º 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 #F60BDC is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 220 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.04 |
| HSL | 306.64º | 0.93% | 0.5% | - |
| HSV(B) | 306.64º | 0.96% | 0.96% | - |
| XYZ | 51.04 | 25 | 69.85 | - |
| YUV | 105.09 | 192.86 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 220 | 0 | 0.96 | 0.11 | 0.04 | 306.64 | 0.93 | 0.5 |
| Hex | F6 | B | DC | 0 | 60 | B | 4 | 133 | 5D | 32 |
| Octal | 366 | 13 | 334 | 0 | 140 | 13 | 4 | 463 | 135 | 62 |
| Binary | 11110110 | 1011 | 11011100 | 0 | 1100000 | 1011 | 100 | 100110011 | 1011101 | 110010 |
Color Harmonies of #F60BDC
Complementary color
Monochromatic Colors of #F60BDC
Black with #F60BDC
Text Example
Text Example
White with #F60BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BDC; }
p { color: rgb(246,11,220); }
H1.HeaderClassName
{
color: #F60BDC;
}
.AnyTagClassName
{
color: #F60BDC;
}
</style>
background-color css
<style>
a { background-color: #F60BDC; }
a { background-color: rgb(246,11,220); }
div.DivClassName
{
background-color: #F60BDC;
}
.BgClassName
{
background-color: #F60BDC;
}
</style>
border-color css
<style>
span { border-color: #F60BDC; }
span { border-color: rgb(246,11,220); }
td.TdClassName
{
border-color: #F60BDC;
}
.TagClassName
{
border-color: #F60BDC;
}
</style>