Shades of Hot Magenta #F600DD
Tints of Hot Magenta #F600DD
RGB
CMYK
RGB Variations
Color information
#F600DD (or 0xF600DD) is known color: Hot Magenta. HEX triplet: F6, 00 and DD. RGB value is (246,0,221). Sum of RGB (Red+Green+Blue) = 246+0+221=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F600DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600DD is #09FF22. Grayscale: #626262. Windows color (decimal): -655139 or 14483702. OLE color: 14483702.
HSL color Cylindrical-coordinate representation of color #F600DD: hue angle of 306.1º 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 #F600DD is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.10 | 0.04 |
| HSL | 306.1º | 1% | 0.48% | - |
| HSV(B) | 306.1º | 1% | 0.96% | - |
| XYZ | 51.06 | 24.81 | 70.51 | - |
| YUV | 98.75 | 197 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 221 | 0 | 1 | 0.10 | 0.04 | 306.1 | 1 | 0.48 |
| Hex | F6 | 0 | DD | 0 | 64 | A | 4 | 132 | 64 | 30 |
| Octal | 366 | 0 | 335 | 0 | 144 | 12 | 4 | 462 | 144 | 60 |
| Binary | 11110110 | 0 | 11011101 | 0 | 1100100 | 1010 | 100 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F600DD
Complementary color
Monochromatic Colors of #F600DD
Black with #F600DD
Text Example
Text Example
White with #F600DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600DD; }
p { color: rgb(246,0,221); }
H1.HeaderClassName
{
color: #F600DD;
}
.AnyTagClassName
{
color: #F600DD;
}
</style>
background-color css
<style>
a { background-color: #F600DD; }
a { background-color: rgb(246,0,221); }
div.DivClassName
{
background-color: #F600DD;
}
.BgClassName
{
background-color: #F600DD;
}
</style>
border-color css
<style>
span { border-color: #F600DD; }
span { border-color: rgb(246,0,221); }
td.TdClassName
{
border-color: #F600DD;
}
.TagClassName
{
border-color: #F600DD;
}
</style>