Shades of Magenta #F607FA
Tints of Magenta #F607FA
RGB
CMYK
RGB Variations
Color information
#F607FA (or 0xF607FA) is known color: Magenta. HEX triplet: F6, 07 and FA. RGB value is (246,7,250). Sum of RGB (Red+Green+Blue) = 246+7+250=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 7 (3.12% from 255 or 1.39% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F607FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607FA is #09F805. Grayscale: #696969. Windows color (decimal): -653318 or 16386038. OLE color: 16386038.
HSL color Cylindrical-coordinate representation of color #F607FA: hue angle of 299.01º degrees, saturation: 0.96, 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 #F607FA is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 7 | 250 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.02 |
| HSL | 299.01º | 0.96% | 0.5% | - |
| HSV(B) | 299.01º | 0.97% | 0.98% | - |
| XYZ | 55.34 | 26.65 | 92.67 | - |
| YUV | 106.16 | 209.18 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 250 | 0.02 | 0.97 | 0 | 0.02 | 299.01 | 0.96 | 0.5 |
| Hex | F6 | 7 | FA | 2 | 61 | 0 | 2 | 12B | 60 | 32 |
| Octal | 366 | 7 | 372 | 2 | 141 | 0 | 2 | 453 | 140 | 62 |
| Binary | 11110110 | 111 | 11111010 | 10 | 1100001 | 0 | 10 | 100101011 | 1100000 | 110010 |
Color Harmonies of #F607FA
Complementary color
Monochromatic Colors of #F607FA
Black with #F607FA
Text Example
Text Example
White with #F607FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607FA; }
p { color: rgb(246,7,250); }
H1.HeaderClassName
{
color: #F607FA;
}
.AnyTagClassName
{
color: #F607FA;
}
</style>
background-color css
<style>
a { background-color: #F607FA; }
a { background-color: rgb(246,7,250); }
div.DivClassName
{
background-color: #F607FA;
}
.BgClassName
{
background-color: #F607FA;
}
</style>
border-color css
<style>
span { border-color: #F607FA; }
span { border-color: rgb(246,7,250); }
td.TdClassName
{
border-color: #F607FA;
}
.TagClassName
{
border-color: #F607FA;
}
</style>