Shades of Hot Magenta #F60FD5
Tints of Hot Magenta #F60FD5
RGB
CMYK
RGB Variations
Color information
#F60FD5 (or 0xF60FD5) is known color: Hot Magenta. HEX triplet: F6, 0F and D5. RGB value is (246,15,213). Sum of RGB (Red+Green+Blue) = 246+15+213=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FD5 is #09F02A. Grayscale: #6A6A6A. Windows color (decimal): -651307 or 13963254. OLE color: 13963254.
HSL color Cylindrical-coordinate representation of color #F60FD5: hue angle of 308.57º 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 #F60FD5 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 213 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.04 |
| HSL | 308.57º | 0.93% | 0.51% | - |
| HSV(B) | 308.57º | 0.94% | 0.96% | - |
| XYZ | 50.19 | 24.74 | 65.08 | - |
| YUV | 106.64 | 188.03 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 213 | 0 | 0.94 | 0.13 | 0.04 | 308.57 | 0.93 | 0.51 |
| Hex | F6 | F | D5 | 0 | 5E | D | 4 | 135 | 5D | 33 |
| Octal | 366 | 17 | 325 | 0 | 136 | 15 | 4 | 465 | 135 | 63 |
| Binary | 11110110 | 1111 | 11010101 | 0 | 1011110 | 1101 | 100 | 100110101 | 1011101 | 110011 |
Color Harmonies of #F60FD5
Complementary color
Monochromatic Colors of #F60FD5
Black with #F60FD5
Text Example
Text Example
White with #F60FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FD5; }
p { color: rgb(246,15,213); }
H1.HeaderClassName
{
color: #F60FD5;
}
.AnyTagClassName
{
color: #F60FD5;
}
</style>
background-color css
<style>
a { background-color: #F60FD5; }
a { background-color: rgb(246,15,213); }
div.DivClassName
{
background-color: #F60FD5;
}
.BgClassName
{
background-color: #F60FD5;
}
</style>
border-color css
<style>
span { border-color: #F60FD5; }
span { border-color: rgb(246,15,213); }
td.TdClassName
{
border-color: #F60FD5;
}
.TagClassName
{
border-color: #F60FD5;
}
</style>