Shades of Hot Magenta #F600C7
Tints of Hot Magenta #F600C7
RGB
CMYK
RGB Variations
Color information
#F600C7 (or 0xF600C7) is known color: Hot Magenta. HEX triplet: F6, 00 and C7. RGB value is (246,0,199). Sum of RGB (Red+Green+Blue) = 246+0+199=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F600C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600C7 is #09FF38. Grayscale: #5F5F5F. Windows color (decimal): -655161 or 13041910. OLE color: 13041910.
HSL color Cylindrical-coordinate representation of color #F600C7: hue angle of 311.46º 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 #F600C7 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.19 | 0.04 |
| HSL | 311.46º | 1% | 0.48% | - |
| HSV(B) | 311.46º | 1% | 0.96% | - |
| XYZ | 48.31 | 23.72 | 56.06 | - |
| YUV | 96.24 | 186 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 199 | 0 | 1 | 0.19 | 0.04 | 311.46 | 1 | 0.48 |
| Hex | F6 | 0 | C7 | 0 | 64 | 13 | 4 | 137 | 64 | 30 |
| Octal | 366 | 0 | 307 | 0 | 144 | 23 | 4 | 467 | 144 | 60 |
| Binary | 11110110 | 0 | 11000111 | 0 | 1100100 | 10011 | 100 | 100110111 | 1100100 | 110000 |
Color Harmonies of #F600C7
Complementary color
Monochromatic Colors of #F600C7
Black with #F600C7
Text Example
Text Example
White with #F600C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600C7; }
p { color: rgb(246,0,199); }
H1.HeaderClassName
{
color: #F600C7;
}
.AnyTagClassName
{
color: #F600C7;
}
</style>
background-color css
<style>
a { background-color: #F600C7; }
a { background-color: rgb(246,0,199); }
div.DivClassName
{
background-color: #F600C7;
}
.BgClassName
{
background-color: #F600C7;
}
</style>
border-color css
<style>
span { border-color: #F600C7; }
span { border-color: rgb(246,0,199); }
td.TdClassName
{
border-color: #F600C7;
}
.TagClassName
{
border-color: #F600C7;
}
</style>