Shades of Hot Magenta #F60DDF
Tints of Hot Magenta #F60DDF
RGB
CMYK
RGB Variations
Color information
#F60DDF (or 0xF60DDF) is known color: Hot Magenta. HEX triplet: F6, 0D and DF. RGB value is (246,13,223). Sum of RGB (Red+Green+Blue) = 246+13+223=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DDF is #09F220. Grayscale: #6A6A6A. Windows color (decimal): -651809 or 14618102. OLE color: 14618102.
HSL color Cylindrical-coordinate representation of color #F60DDF: hue angle of 305.92º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DDF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 223 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.04 |
| HSL | 305.92º | 0.93% | 0.51% | - |
| HSV(B) | 305.92º | 0.95% | 0.96% | - |
| XYZ | 51.47 | 25.21 | 71.97 | - |
| YUV | 106.61 | 193.69 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 223 | 0 | 0.95 | 0.09 | 0.04 | 305.92 | 0.93 | 0.51 |
| Hex | F6 | D | DF | 0 | 5F | 9 | 4 | 132 | 5D | 33 |
| Octal | 366 | 15 | 337 | 0 | 137 | 11 | 4 | 462 | 135 | 63 |
| Binary | 11110110 | 1101 | 11011111 | 0 | 1011111 | 1001 | 100 | 100110010 | 1011101 | 110011 |
Color Harmonies of #F60DDF
Complementary color
Monochromatic Colors of #F60DDF
Black with #F60DDF
Text Example
Text Example
White with #F60DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DDF; }
p { color: rgb(246,13,223); }
H1.HeaderClassName
{
color: #F60DDF;
}
.AnyTagClassName
{
color: #F60DDF;
}
</style>
background-color css
<style>
a { background-color: #F60DDF; }
a { background-color: rgb(246,13,223); }
div.DivClassName
{
background-color: #F60DDF;
}
.BgClassName
{
background-color: #F60DDF;
}
</style>
border-color css
<style>
span { border-color: #F60DDF; }
span { border-color: rgb(246,13,223); }
td.TdClassName
{
border-color: #F60DDF;
}
.TagClassName
{
border-color: #F60DDF;
}
</style>