Shades of Magenta #F616FF
Tints of Magenta #F616FF
RGB
CMYK
RGB Variations
Color information
#F616FF (or 0xF616FF) is known color: Magenta. HEX triplet: F6, 16 and FF. RGB value is (246,22,255). Sum of RGB (Red+Green+Blue) = 246+22+255=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 22 (8.98% from 255 or 4.21% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F616FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F616FF is #09E900. Grayscale: #727272. Windows color (decimal): -649473 or 16717558. OLE color: 16717558.
HSL color Cylindrical-coordinate representation of color #F616FF: hue angle of 297.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F616FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 22 | 255 | - |
| CMYK | 0.04 | 0.91 | 0 | 0 |
| HSL | 297.68º | 1% | 0.54% | - |
| HSV(B) | 297.68º | 0.91% | 1% | - |
| XYZ | 56.34 | 27.39 | 96.92 | - |
| YUV | 115.54 | 206.71 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 255 | 0.04 | 0.91 | 0 | 0 | 297.68 | 1 | 0.54 |
| Hex | F6 | 16 | FF | 4 | 5B | 0 | 0 | 12A | 64 | 36 |
| Octal | 366 | 26 | 377 | 4 | 133 | 0 | 0 | 452 | 144 | 66 |
| Binary | 11110110 | 10110 | 11111111 | 100 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110110 |
Color Harmonies of #F616FF
Complementary color
Monochromatic Colors of #F616FF
Black with #F616FF
Text Example
Text Example
White with #F616FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616FF; }
p { color: rgb(246,22,255); }
H1.HeaderClassName
{
color: #F616FF;
}
.AnyTagClassName
{
color: #F616FF;
}
</style>
background-color css
<style>
a { background-color: #F616FF; }
a { background-color: rgb(246,22,255); }
div.DivClassName
{
background-color: #F616FF;
}
.BgClassName
{
background-color: #F616FF;
}
</style>
border-color css
<style>
span { border-color: #F616FF; }
span { border-color: rgb(246,22,255); }
td.TdClassName
{
border-color: #F616FF;
}
.TagClassName
{
border-color: #F616FF;
}
</style>