Shades of Hot Magenta #F60FDC
Tints of Hot Magenta #F60FDC
RGB
CMYK
RGB Variations
Color information
#F60FDC (or 0xF60FDC) is known color: Hot Magenta. HEX triplet: F6, 0F and DC. RGB value is (246,15,220). Sum of RGB (Red+Green+Blue) = 246+15+220=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FDC is #09F023. Grayscale: #6A6A6A. Windows color (decimal): -651300 or 14422006. OLE color: 14422006.
HSL color Cylindrical-coordinate representation of color #F60FDC: hue angle of 306.75º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FDC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.04 |
| HSL | 306.75º | 0.93% | 0.51% | - |
| HSV(B) | 306.75º | 0.94% | 0.96% | - |
| XYZ | 51.1 | 25.1 | 69.86 | - |
| YUV | 107.44 | 191.53 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 220 | 0 | 0.94 | 0.11 | 0.04 | 306.75 | 0.93 | 0.51 |
| Hex | F6 | F | DC | 0 | 5E | B | 4 | 133 | 5D | 33 |
| Octal | 366 | 17 | 334 | 0 | 136 | 13 | 4 | 463 | 135 | 63 |
| Binary | 11110110 | 1111 | 11011100 | 0 | 1011110 | 1011 | 100 | 100110011 | 1011101 | 110011 |
Color Harmonies of #F60FDC
Complementary color
Monochromatic Colors of #F60FDC
Black with #F60FDC
Text Example
Text Example
White with #F60FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FDC; }
p { color: rgb(246,15,220); }
H1.HeaderClassName
{
color: #F60FDC;
}
.AnyTagClassName
{
color: #F60FDC;
}
</style>
background-color css
<style>
a { background-color: #F60FDC; }
a { background-color: rgb(246,15,220); }
div.DivClassName
{
background-color: #F60FDC;
}
.BgClassName
{
background-color: #F60FDC;
}
</style>
border-color css
<style>
span { border-color: #F60FDC; }
span { border-color: rgb(246,15,220); }
td.TdClassName
{
border-color: #F60FDC;
}
.TagClassName
{
border-color: #F60FDC;
}
</style>