Shades of Hot Magenta #F600DF
Tints of Hot Magenta #F600DF
RGB
CMYK
RGB Variations
Color information
#F600DF (or 0xF600DF) is known color: Hot Magenta. HEX triplet: F6, 00 and DF. RGB value is (246,0,223). Sum of RGB (Red+Green+Blue) = 246+0+223=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F600DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600DF is #09FF20. Grayscale: #626262. Windows color (decimal): -655137 or 14614774. OLE color: 14614774.
HSL color Cylindrical-coordinate representation of color #F600DF: hue angle of 305.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600DF is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.09 | 0.04 |
| HSL | 305.61º | 1% | 0.48% | - |
| HSV(B) | 305.61º | 1% | 0.96% | - |
| XYZ | 51.33 | 24.92 | 71.92 | - |
| YUV | 98.98 | 198 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 223 | 0 | 1 | 0.09 | 0.04 | 305.61 | 1 | 0.48 |
| Hex | F6 | 0 | DF | 0 | 64 | 9 | 4 | 132 | 64 | 30 |
| Octal | 366 | 0 | 337 | 0 | 144 | 11 | 4 | 462 | 144 | 60 |
| Binary | 11110110 | 0 | 11011111 | 0 | 1100100 | 1001 | 100 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F600DF
Complementary color
Monochromatic Colors of #F600DF
Black with #F600DF
Text Example
Text Example
White with #F600DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600DF; }
p { color: rgb(246,0,223); }
H1.HeaderClassName
{
color: #F600DF;
}
.AnyTagClassName
{
color: #F600DF;
}
</style>
background-color css
<style>
a { background-color: #F600DF; }
a { background-color: rgb(246,0,223); }
div.DivClassName
{
background-color: #F600DF;
}
.BgClassName
{
background-color: #F600DF;
}
</style>
border-color css
<style>
span { border-color: #F600DF; }
span { border-color: rgb(246,0,223); }
td.TdClassName
{
border-color: #F600DF;
}
.TagClassName
{
border-color: #F600DF;
}
</style>