Shades of Magenta #F607E9
Tints of Magenta #F607E9
RGB
CMYK
RGB Variations
Color information
#F607E9 (or 0xF607E9) is known color: Magenta. HEX triplet: F6, 07 and E9. RGB value is (246,7,233). Sum of RGB (Red+Green+Blue) = 246+7+233=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F607E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607E9 is #09F816. Grayscale: #676767. Windows color (decimal): -653335 or 15271926. OLE color: 15271926.
HSL color Cylindrical-coordinate representation of color #F607E9: hue angle of 303.26º 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 #F607E9 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 233 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.04 |
| HSL | 303.26º | 0.94% | 0.5% | - |
| HSV(B) | 303.26º | 0.97% | 0.96% | - |
| XYZ | 52.79 | 25.63 | 79.26 | - |
| YUV | 104.23 | 200.68 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 233 | 0 | 0.97 | 0.05 | 0.04 | 303.26 | 0.94 | 0.5 |
| Hex | F6 | 7 | E9 | 0 | 61 | 5 | 4 | 12F | 5E | 32 |
| Octal | 366 | 7 | 351 | 0 | 141 | 5 | 4 | 457 | 136 | 62 |
| Binary | 11110110 | 111 | 11101001 | 0 | 1100001 | 101 | 100 | 100101111 | 1011110 | 110010 |
Color Harmonies of #F607E9
Complementary color
Monochromatic Colors of #F607E9
Black with #F607E9
Text Example
Text Example
White with #F607E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607E9; }
p { color: rgb(246,7,233); }
H1.HeaderClassName
{
color: #F607E9;
}
.AnyTagClassName
{
color: #F607E9;
}
</style>
background-color css
<style>
a { background-color: #F607E9; }
a { background-color: rgb(246,7,233); }
div.DivClassName
{
background-color: #F607E9;
}
.BgClassName
{
background-color: #F607E9;
}
</style>
border-color css
<style>
span { border-color: #F607E9; }
span { border-color: rgb(246,7,233); }
td.TdClassName
{
border-color: #F607E9;
}
.TagClassName
{
border-color: #F607E9;
}
</style>