Shades of Magenta #F616F8
Tints of Magenta #F616F8
RGB
CMYK
RGB Variations
Color information
#F616F8 (or 0xF616F8) is known color: Magenta. HEX triplet: F6, 16 and F8. RGB value is (246,22,248). Sum of RGB (Red+Green+Blue) = 246+22+248=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #F616F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F616F8 is #09E907. Grayscale: #727272. Windows color (decimal): -649480 or 16258806. OLE color: 16258806.
HSL color Cylindrical-coordinate representation of color #F616F8: hue angle of 299.47º degrees, saturation: 0.94, 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 #F616F8 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 22 | 248 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.03 |
| HSL | 299.47º | 0.94% | 0.53% | - |
| HSV(B) | 299.47º | 0.91% | 0.97% | - |
| XYZ | 55.24 | 26.94 | 91.1 | - |
| YUV | 114.74 | 203.21 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 248 | 0.01 | 0.91 | 0 | 0.03 | 299.47 | 0.94 | 0.53 |
| Hex | F6 | 16 | F8 | 1 | 5B | 0 | 3 | 12B | 5E | 35 |
| Octal | 366 | 26 | 370 | 1 | 133 | 0 | 3 | 453 | 136 | 65 |
| Binary | 11110110 | 10110 | 11111000 | 1 | 1011011 | 0 | 11 | 100101011 | 1011110 | 110101 |
Color Harmonies of #F616F8
Complementary color
Monochromatic Colors of #F616F8
Black with #F616F8
Text Example
Text Example
White with #F616F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616F8; }
p { color: rgb(246,22,248); }
H1.HeaderClassName
{
color: #F616F8;
}
.AnyTagClassName
{
color: #F616F8;
}
</style>
background-color css
<style>
a { background-color: #F616F8; }
a { background-color: rgb(246,22,248); }
div.DivClassName
{
background-color: #F616F8;
}
.BgClassName
{
background-color: #F616F8;
}
</style>
border-color css
<style>
span { border-color: #F616F8; }
span { border-color: rgb(246,22,248); }
td.TdClassName
{
border-color: #F616F8;
}
.TagClassName
{
border-color: #F616F8;
}
</style>