Shades of Hot Magenta #F600C1
Tints of Hot Magenta #F600C1
RGB
CMYK
RGB Variations
Color information
#F600C1 (or 0xF600C1) is known color: Hot Magenta. HEX triplet: F6, 00 and C1. RGB value is (246,0,193). Sum of RGB (Red+Green+Blue) = 246+0+193=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F600C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600C1 is #09FF3E. Grayscale: #5F5F5F. Windows color (decimal): -655167 or 12648694. OLE color: 12648694.
HSL color Cylindrical-coordinate representation of color #F600C1: hue angle of 312.93º 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 #F600C1 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.22 | 0.04 |
| HSL | 312.93º | 1% | 0.48% | - |
| HSV(B) | 312.93º | 1% | 0.96% | - |
| XYZ | 47.63 | 23.44 | 52.47 | - |
| YUV | 95.56 | 183 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 193 | 0 | 1 | 0.22 | 0.04 | 312.93 | 1 | 0.48 |
| Hex | F6 | 0 | C1 | 0 | 64 | 16 | 4 | 139 | 64 | 30 |
| Octal | 366 | 0 | 301 | 0 | 144 | 26 | 4 | 471 | 144 | 60 |
| Binary | 11110110 | 0 | 11000001 | 0 | 1100100 | 10110 | 100 | 100111001 | 1100100 | 110000 |
Color Harmonies of #F600C1
Complementary color
Monochromatic Colors of #F600C1
Black with #F600C1
Text Example
Text Example
White with #F600C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600C1; }
p { color: rgb(246,0,193); }
H1.HeaderClassName
{
color: #F600C1;
}
.AnyTagClassName
{
color: #F600C1;
}
</style>
background-color css
<style>
a { background-color: #F600C1; }
a { background-color: rgb(246,0,193); }
div.DivClassName
{
background-color: #F600C1;
}
.BgClassName
{
background-color: #F600C1;
}
</style>
border-color css
<style>
span { border-color: #F600C1; }
span { border-color: rgb(246,0,193); }
td.TdClassName
{
border-color: #F600C1;
}
.TagClassName
{
border-color: #F600C1;
}
</style>