Shades of Pale Magenta #F686D6
Tints of Pale Magenta #F686D6
RGB
CMYK
RGB Variations
Color information
#F686D6 (or 0xF686D6) is known color: Pale Magenta. HEX triplet: F6, 86 and D6. RGB value is (246,134,214). Sum of RGB (Red+Green+Blue) = 246+134+214=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D6 is #097929. Grayscale: #B0B0B0. Windows color (decimal): -620842 or 14059254. OLE color: 14059254.
HSL color Cylindrical-coordinate representation of color #F686D6: hue angle of 317.14º 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 #F686D6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 214 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 317.14º | 0.86% | 0.75% | - |
| HSV(B) | 317.14º | 0.46% | 0.96% | - |
| XYZ | 58.67 | 41.5 | 68.54 | - |
| YUV | 176.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 214 | 0 | 0.46 | 0.13 | 0.04 | 317.14 | 0.86 | 0.75 |
| Hex | F6 | 86 | D6 | 0 | 2E | D | 4 | 13D | 56 | 4B |
| Octal | 366 | 206 | 326 | 0 | 56 | 15 | 4 | 475 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11010110 | 0 | 101110 | 1101 | 100 | 100111101 | 1010110 | 1001011 |
Color Harmonies of #F686D6
Complementary color
Monochromatic Colors of #F686D6
Black with #F686D6
Text Example
Text Example
White with #F686D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686D6; }
p { color: rgb(246,134,214); }
H1.HeaderClassName
{
color: #F686D6;
}
.AnyTagClassName
{
color: #F686D6;
}
</style>
background-color css
<style>
a { background-color: #F686D6; }
a { background-color: rgb(246,134,214); }
div.DivClassName
{
background-color: #F686D6;
}
.BgClassName
{
background-color: #F686D6;
}
</style>
border-color css
<style>
span { border-color: #F686D6; }
span { border-color: rgb(246,134,214); }
td.TdClassName
{
border-color: #F686D6;
}
.TagClassName
{
border-color: #F686D6;
}
</style>