Shades of Magenta #F607E5
Tints of Magenta #F607E5
RGB
CMYK
RGB Variations
Color information
#F607E5 (or 0xF607E5) is known color: Magenta. HEX triplet: F6, 07 and E5. RGB value is (246,7,229). Sum of RGB (Red+Green+Blue) = 246+7+229=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F607E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607E5 is #09F81A. Grayscale: #676767. Windows color (decimal): -653339 or 15009782. OLE color: 15009782.
HSL color Cylindrical-coordinate representation of color #F607E5: hue angle of 304.27º 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 #F607E5 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.04 |
| HSL | 304.27º | 0.94% | 0.5% | - |
| HSV(B) | 304.27º | 0.97% | 0.96% | - |
| XYZ | 52.22 | 25.4 | 76.28 | - |
| YUV | 103.77 | 198.68 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 229 | 0 | 0.97 | 0.07 | 0.04 | 304.27 | 0.94 | 0.5 |
| Hex | F6 | 7 | E5 | 0 | 61 | 7 | 4 | 130 | 5E | 32 |
| Octal | 366 | 7 | 345 | 0 | 141 | 7 | 4 | 460 | 136 | 62 |
| Binary | 11110110 | 111 | 11100101 | 0 | 1100001 | 111 | 100 | 100110000 | 1011110 | 110010 |
Color Harmonies of #F607E5
Complementary color
Monochromatic Colors of #F607E5
Black with #F607E5
Text Example
Text Example
White with #F607E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607E5; }
p { color: rgb(246,7,229); }
H1.HeaderClassName
{
color: #F607E5;
}
.AnyTagClassName
{
color: #F607E5;
}
</style>
background-color css
<style>
a { background-color: #F607E5; }
a { background-color: rgb(246,7,229); }
div.DivClassName
{
background-color: #F607E5;
}
.BgClassName
{
background-color: #F607E5;
}
</style>
border-color css
<style>
span { border-color: #F607E5; }
span { border-color: rgb(246,7,229); }
td.TdClassName
{
border-color: #F607E5;
}
.TagClassName
{
border-color: #F607E5;
}
</style>