Shades of Magenta #F607EB
Tints of Magenta #F607EB
RGB
CMYK
RGB Variations
Color information
#F607EB (or 0xF607EB) is known color: Magenta. HEX triplet: F6, 07 and EB. RGB value is (246,7,235). Sum of RGB (Red+Green+Blue) = 246+7+235=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 7 (3.12% from 255 or 1.43% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F607EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607EB is #09F814. Grayscale: #676767. Windows color (decimal): -653333 or 15402998. OLE color: 15402998.
HSL color Cylindrical-coordinate representation of color #F607EB: hue angle of 302.76º 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 #F607EB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 235 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.04 |
| HSL | 302.76º | 0.94% | 0.5% | - |
| HSV(B) | 302.76º | 0.97% | 0.96% | - |
| XYZ | 53.08 | 25.74 | 80.77 | - |
| YUV | 104.45 | 201.68 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 235 | 0 | 0.97 | 0.04 | 0.04 | 302.76 | 0.94 | 0.5 |
| Hex | F6 | 7 | EB | 0 | 61 | 4 | 4 | 12F | 5E | 32 |
| Octal | 366 | 7 | 353 | 0 | 141 | 4 | 4 | 457 | 136 | 62 |
| Binary | 11110110 | 111 | 11101011 | 0 | 1100001 | 100 | 100 | 100101111 | 1011110 | 110010 |
Color Harmonies of #F607EB
Complementary color
Monochromatic Colors of #F607EB
Black with #F607EB
Text Example
Text Example
White with #F607EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607EB; }
p { color: rgb(246,7,235); }
H1.HeaderClassName
{
color: #F607EB;
}
.AnyTagClassName
{
color: #F607EB;
}
</style>
background-color css
<style>
a { background-color: #F607EB; }
a { background-color: rgb(246,7,235); }
div.DivClassName
{
background-color: #F607EB;
}
.BgClassName
{
background-color: #F607EB;
}
</style>
border-color css
<style>
span { border-color: #F607EB; }
span { border-color: rgb(246,7,235); }
td.TdClassName
{
border-color: #F607EB;
}
.TagClassName
{
border-color: #F607EB;
}
</style>