Shades of Hot Magenta #F607DF
Tints of Hot Magenta #F607DF
RGB
CMYK
RGB Variations
Color information
#F607DF (or 0xF607DF) is known color: Hot Magenta. HEX triplet: F6, 07 and DF. RGB value is (246,7,223). Sum of RGB (Red+Green+Blue) = 246+7+223=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F607DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607DF is #09F820. Grayscale: #666666. Windows color (decimal): -653345 or 14616566. OLE color: 14616566.
HSL color Cylindrical-coordinate representation of color #F607DF: hue angle of 305.77º 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 #F607DF is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.04 |
| HSL | 305.77º | 0.94% | 0.5% | - |
| HSV(B) | 305.77º | 0.97% | 0.96% | - |
| XYZ | 51.4 | 25.07 | 71.94 | - |
| YUV | 103.09 | 195.68 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 223 | 0 | 0.97 | 0.09 | 0.04 | 305.77 | 0.94 | 0.5 |
| Hex | F6 | 7 | DF | 0 | 61 | 9 | 4 | 132 | 5E | 32 |
| Octal | 366 | 7 | 337 | 0 | 141 | 11 | 4 | 462 | 136 | 62 |
| Binary | 11110110 | 111 | 11011111 | 0 | 1100001 | 1001 | 100 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F607DF
Complementary color
Monochromatic Colors of #F607DF
Black with #F607DF
Text Example
Text Example
White with #F607DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607DF; }
p { color: rgb(246,7,223); }
H1.HeaderClassName
{
color: #F607DF;
}
.AnyTagClassName
{
color: #F607DF;
}
</style>
background-color css
<style>
a { background-color: #F607DF; }
a { background-color: rgb(246,7,223); }
div.DivClassName
{
background-color: #F607DF;
}
.BgClassName
{
background-color: #F607DF;
}
</style>
border-color css
<style>
span { border-color: #F607DF; }
span { border-color: rgb(246,7,223); }
td.TdClassName
{
border-color: #F607DF;
}
.TagClassName
{
border-color: #F607DF;
}
</style>