Shades of Magenta #F616F7
Tints of Magenta #F616F7
RGB
CMYK
RGB Variations
Color information
#F616F7 (or 0xF616F7) is known color: Magenta. HEX triplet: F6, 16 and F7. RGB value is (246,22,247). Sum of RGB (Red+Green+Blue) = 246+22+247=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 22 (8.98% from 255 or 4.27% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #F616F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F616F7 is #09E908. Grayscale: #717171. Windows color (decimal): -649481 or 16193270. OLE color: 16193270.
HSL color Cylindrical-coordinate representation of color #F616F7: hue angle of 299.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F616F7 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 22 | 247 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.03 |
| HSL | 299.73º | 0.93% | 0.53% | - |
| HSV(B) | 299.73º | 0.91% | 0.97% | - |
| XYZ | 55.08 | 26.88 | 90.28 | - |
| YUV | 114.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 247 | 0.00 | 0.91 | 0 | 0.03 | 299.73 | 0.93 | 0.53 |
| Hex | F6 | 16 | F7 | 0 | 5B | 0 | 3 | 12C | 5D | 35 |
| Octal | 366 | 26 | 367 | 0 | 133 | 0 | 3 | 454 | 135 | 65 |
| Binary | 11110110 | 10110 | 11110111 | 0 | 1011011 | 0 | 11 | 100101100 | 1011101 | 110101 |
Color Harmonies of #F616F7
Complementary color
Monochromatic Colors of #F616F7
Black with #F616F7
Text Example
Text Example
White with #F616F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616F7; }
p { color: rgb(246,22,247); }
H1.HeaderClassName
{
color: #F616F7;
}
.AnyTagClassName
{
color: #F616F7;
}
</style>
background-color css
<style>
a { background-color: #F616F7; }
a { background-color: rgb(246,22,247); }
div.DivClassName
{
background-color: #F616F7;
}
.BgClassName
{
background-color: #F616F7;
}
</style>
border-color css
<style>
span { border-color: #F616F7; }
span { border-color: rgb(246,22,247); }
td.TdClassName
{
border-color: #F616F7;
}
.TagClassName
{
border-color: #F616F7;
}
</style>