Shades of Hot Magenta #F607CC
Tints of Hot Magenta #F607CC
RGB
CMYK
RGB Variations
Color information
#F607CC (or 0xF607CC) is known color: Hot Magenta. HEX triplet: F6, 07 and CC. RGB value is (246,7,204). Sum of RGB (Red+Green+Blue) = 246+7+204=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F607CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607CC is #09F833. Grayscale: #646464. Windows color (decimal): -653364 or 13371382. OLE color: 13371382.
HSL color Cylindrical-coordinate representation of color #F607CC: hue angle of 310.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607CC is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.04 |
| HSL | 310.54º | 0.94% | 0.5% | - |
| HSV(B) | 310.54º | 0.97% | 0.96% | - |
| XYZ | 48.98 | 24.1 | 59.2 | - |
| YUV | 100.92 | 186.18 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 204 | 0 | 0.97 | 0.17 | 0.04 | 310.54 | 0.94 | 0.5 |
| Hex | F6 | 7 | CC | 0 | 61 | 11 | 4 | 137 | 5E | 32 |
| Octal | 366 | 7 | 314 | 0 | 141 | 21 | 4 | 467 | 136 | 62 |
| Binary | 11110110 | 111 | 11001100 | 0 | 1100001 | 10001 | 100 | 100110111 | 1011110 | 110010 |
Color Harmonies of #F607CC
Complementary color
Monochromatic Colors of #F607CC
Black with #F607CC
Text Example
Text Example
White with #F607CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607CC; }
p { color: rgb(246,7,204); }
H1.HeaderClassName
{
color: #F607CC;
}
.AnyTagClassName
{
color: #F607CC;
}
</style>
background-color css
<style>
a { background-color: #F607CC; }
a { background-color: rgb(246,7,204); }
div.DivClassName
{
background-color: #F607CC;
}
.BgClassName
{
background-color: #F607CC;
}
</style>
border-color css
<style>
span { border-color: #F607CC; }
span { border-color: rgb(246,7,204); }
td.TdClassName
{
border-color: #F607CC;
}
.TagClassName
{
border-color: #F607CC;
}
</style>