Shades of Magenta #F607F9
Tints of Magenta #F607F9
RGB
CMYK
RGB Variations
Color information
#F607F9 (or 0xF607F9) is known color: Magenta. HEX triplet: F6, 07 and F9. RGB value is (246,7,249). Sum of RGB (Red+Green+Blue) = 246+7+249=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 7 (3.12% from 255 or 1.39% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #F607F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607F9 is #09F806. Grayscale: #696969. Windows color (decimal): -653319 or 16320502. OLE color: 16320502.
HSL color Cylindrical-coordinate representation of color #F607F9: hue angle of 299.26º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607F9 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 7 | 249 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.02 |
| HSL | 299.26º | 0.95% | 0.5% | - |
| HSV(B) | 299.26º | 0.97% | 0.98% | - |
| XYZ | 55.18 | 26.58 | 91.85 | - |
| YUV | 106.05 | 208.68 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 249 | 0.01 | 0.97 | 0 | 0.02 | 299.26 | 0.95 | 0.5 |
| Hex | F6 | 7 | F9 | 1 | 61 | 0 | 2 | 12B | 5F | 32 |
| Octal | 366 | 7 | 371 | 1 | 141 | 0 | 2 | 453 | 137 | 62 |
| Binary | 11110110 | 111 | 11111001 | 1 | 1100001 | 0 | 10 | 100101011 | 1011111 | 110010 |
Color Harmonies of #F607F9
Complementary color
Monochromatic Colors of #F607F9
Black with #F607F9
Text Example
Text Example
White with #F607F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607F9; }
p { color: rgb(246,7,249); }
H1.HeaderClassName
{
color: #F607F9;
}
.AnyTagClassName
{
color: #F607F9;
}
</style>
background-color css
<style>
a { background-color: #F607F9; }
a { background-color: rgb(246,7,249); }
div.DivClassName
{
background-color: #F607F9;
}
.BgClassName
{
background-color: #F607F9;
}
</style>
border-color css
<style>
span { border-color: #F607F9; }
span { border-color: rgb(246,7,249); }
td.TdClassName
{
border-color: #F607F9;
}
.TagClassName
{
border-color: #F607F9;
}
</style>