Shades of Hot Magenta #F600C0
Tints of Hot Magenta #F600C0
RGB
CMYK
RGB Variations
Color information
#F600C0 (or 0xF600C0) is known color: Hot Magenta. HEX triplet: F6, 00 and C0. RGB value is (246,0,192). Sum of RGB (Red+Green+Blue) = 246+0+192=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F600C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600C0 is #09FF3F. Grayscale: #5E5E5E. Windows color (decimal): -655168 or 12583158. OLE color: 12583158.
HSL color Cylindrical-coordinate representation of color #F600C0: hue angle of 313.17º 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 #F600C0 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.22 | 0.04 |
| HSL | 313.17º | 1% | 0.48% | - |
| HSV(B) | 313.17º | 1% | 0.96% | - |
| XYZ | 47.52 | 23.4 | 51.88 | - |
| YUV | 95.44 | 182.5 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 192 | 0 | 1 | 0.22 | 0.04 | 313.17 | 1 | 0.48 |
| Hex | F6 | 0 | C0 | 0 | 64 | 16 | 4 | 139 | 64 | 30 |
| Octal | 366 | 0 | 300 | 0 | 144 | 26 | 4 | 471 | 144 | 60 |
| Binary | 11110110 | 0 | 11000000 | 0 | 1100100 | 10110 | 100 | 100111001 | 1100100 | 110000 |
Color Harmonies of #F600C0
Complementary color
Monochromatic Colors of #F600C0
Black with #F600C0
Text Example
Text Example
White with #F600C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600C0; }
p { color: rgb(246,0,192); }
H1.HeaderClassName
{
color: #F600C0;
}
.AnyTagClassName
{
color: #F600C0;
}
</style>
background-color css
<style>
a { background-color: #F600C0; }
a { background-color: rgb(246,0,192); }
div.DivClassName
{
background-color: #F600C0;
}
.BgClassName
{
background-color: #F600C0;
}
</style>
border-color css
<style>
span { border-color: #F600C0; }
span { border-color: rgb(246,0,192); }
td.TdClassName
{
border-color: #F600C0;
}
.TagClassName
{
border-color: #F600C0;
}
</style>