Shades of Hot Magenta #F607CF
Tints of Hot Magenta #F607CF
RGB
CMYK
RGB Variations
Color information
#F607CF (or 0xF607CF) is known color: Hot Magenta. HEX triplet: F6, 07 and CF. RGB value is (246,7,207). Sum of RGB (Red+Green+Blue) = 246+7+207=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F607CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607CF is #09F830. Grayscale: #646464. Windows color (decimal): -653361 or 13567990. OLE color: 13567990.
HSL color Cylindrical-coordinate representation of color #F607CF: hue angle of 309.79º 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 #F607CF is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.04 |
| HSL | 309.79º | 0.94% | 0.5% | - |
| HSV(B) | 309.79º | 0.97% | 0.96% | - |
| XYZ | 49.34 | 24.25 | 61.11 | - |
| YUV | 101.26 | 187.68 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 207 | 0 | 0.97 | 0.16 | 0.04 | 309.79 | 0.94 | 0.5 |
| Hex | F6 | 7 | CF | 0 | 61 | 10 | 4 | 136 | 5E | 32 |
| Octal | 366 | 7 | 317 | 0 | 141 | 20 | 4 | 466 | 136 | 62 |
| Binary | 11110110 | 111 | 11001111 | 0 | 1100001 | 10000 | 100 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F607CF
Complementary color
Monochromatic Colors of #F607CF
Black with #F607CF
Text Example
Text Example
White with #F607CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607CF; }
p { color: rgb(246,7,207); }
H1.HeaderClassName
{
color: #F607CF;
}
.AnyTagClassName
{
color: #F607CF;
}
</style>
background-color css
<style>
a { background-color: #F607CF; }
a { background-color: rgb(246,7,207); }
div.DivClassName
{
background-color: #F607CF;
}
.BgClassName
{
background-color: #F607CF;
}
</style>
border-color css
<style>
span { border-color: #F607CF; }
span { border-color: rgb(246,7,207); }
td.TdClassName
{
border-color: #F607CF;
}
.TagClassName
{
border-color: #F607CF;
}
</style>