Shades of Hot Magenta #F607D7
Tints of Hot Magenta #F607D7
RGB
CMYK
RGB Variations
Color information
#F607D7 (or 0xF607D7) is known color: Hot Magenta. HEX triplet: F6, 07 and D7. RGB value is (246,7,215). Sum of RGB (Red+Green+Blue) = 246+7+215=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F607D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607D7 is #09F828. Grayscale: #656565. Windows color (decimal): -653353 or 14092278. OLE color: 14092278.
HSL color Cylindrical-coordinate representation of color #F607D7: hue angle of 307.78º 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 #F607D7 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 215 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.04 |
| HSL | 307.78º | 0.94% | 0.5% | - |
| HSV(B) | 307.78º | 0.97% | 0.96% | - |
| XYZ | 50.35 | 24.65 | 66.39 | - |
| YUV | 102.17 | 191.68 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 215 | 0 | 0.97 | 0.13 | 0.04 | 307.78 | 0.94 | 0.5 |
| Hex | F6 | 7 | D7 | 0 | 61 | D | 4 | 134 | 5E | 32 |
| Octal | 366 | 7 | 327 | 0 | 141 | 15 | 4 | 464 | 136 | 62 |
| Binary | 11110110 | 111 | 11010111 | 0 | 1100001 | 1101 | 100 | 100110100 | 1011110 | 110010 |
Color Harmonies of #F607D7
Complementary color
Monochromatic Colors of #F607D7
Black with #F607D7
Text Example
Text Example
White with #F607D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607D7; }
p { color: rgb(246,7,215); }
H1.HeaderClassName
{
color: #F607D7;
}
.AnyTagClassName
{
color: #F607D7;
}
</style>
background-color css
<style>
a { background-color: #F607D7; }
a { background-color: rgb(246,7,215); }
div.DivClassName
{
background-color: #F607D7;
}
.BgClassName
{
background-color: #F607D7;
}
</style>
border-color css
<style>
span { border-color: #F607D7; }
span { border-color: rgb(246,7,215); }
td.TdClassName
{
border-color: #F607D7;
}
.TagClassName
{
border-color: #F607D7;
}
</style>