Shades of Pale Magenta #F686EC
Tints of Pale Magenta #F686EC
RGB
CMYK
RGB Variations
Color information
#F686EC (or 0xF686EC) is known color: Pale Magenta. HEX triplet: F6, 86 and EC. RGB value is (246,134,236). Sum of RGB (Red+Green+Blue) = 246+134+236=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F686EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686EC is #097913. Grayscale: #B2B2B2. Windows color (decimal): -620820 or 15501046. OLE color: 15501046.
HSL color Cylindrical-coordinate representation of color #F686EC: hue angle of 305.36º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 236 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.04 |
| HSL | 305.36º | 0.86% | 0.75% | - |
| HSV(B) | 305.36º | 0.46% | 0.96% | - |
| XYZ | 61.67 | 42.7 | 84.35 | - |
| YUV | 179.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 236 | 0 | 0.46 | 0.04 | 0.04 | 305.36 | 0.86 | 0.75 |
| Hex | F6 | 86 | EC | 0 | 2E | 4 | 4 | 131 | 56 | 4B |
| Octal | 366 | 206 | 354 | 0 | 56 | 4 | 4 | 461 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11101100 | 0 | 101110 | 100 | 100 | 100110001 | 1010110 | 1001011 |
Color Harmonies of #F686EC
Complementary color
Monochromatic Colors of #F686EC
Black with #F686EC
Text Example
Text Example
White with #F686EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686EC; }
p { color: rgb(246,134,236); }
H1.HeaderClassName
{
color: #F686EC;
}
.AnyTagClassName
{
color: #F686EC;
}
</style>
background-color css
<style>
a { background-color: #F686EC; }
a { background-color: rgb(246,134,236); }
div.DivClassName
{
background-color: #F686EC;
}
.BgClassName
{
background-color: #F686EC;
}
</style>
border-color css
<style>
span { border-color: #F686EC; }
span { border-color: rgb(246,134,236); }
td.TdClassName
{
border-color: #F686EC;
}
.TagClassName
{
border-color: #F686EC;
}
</style>