Shades of Pale Magenta #F686DA
Tints of Pale Magenta #F686DA
RGB
CMYK
RGB Variations
Color information
#F686DA (or 0xF686DA) is known color: Pale Magenta. HEX triplet: F6, 86 and DA. RGB value is (246,134,218). Sum of RGB (Red+Green+Blue) = 246+134+218=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F686DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686DA is #097925. Grayscale: #B0B0B0. Windows color (decimal): -620838 or 14321398. OLE color: 14321398.
HSL color Cylindrical-coordinate representation of color #F686DA: hue angle of 315º 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 #F686DA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 218 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 315º | 0.86% | 0.75% | - |
| HSV(B) | 315º | 0.46% | 0.96% | - |
| XYZ | 59.19 | 41.7 | 71.26 | - |
| YUV | 177.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 218 | 0 | 0.46 | 0.11 | 0.04 | 315 | 0.86 | 0.75 |
| Hex | F6 | 86 | DA | 0 | 2E | B | 4 | 13B | 56 | 4B |
| Octal | 366 | 206 | 332 | 0 | 56 | 13 | 4 | 473 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11011010 | 0 | 101110 | 1011 | 100 | 100111011 | 1010110 | 1001011 |
Color Harmonies of #F686DA
Complementary color
Monochromatic Colors of #F686DA
Black with #F686DA
Text Example
Text Example
White with #F686DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686DA; }
p { color: rgb(246,134,218); }
H1.HeaderClassName
{
color: #F686DA;
}
.AnyTagClassName
{
color: #F686DA;
}
</style>
background-color css
<style>
a { background-color: #F686DA; }
a { background-color: rgb(246,134,218); }
div.DivClassName
{
background-color: #F686DA;
}
.BgClassName
{
background-color: #F686DA;
}
</style>
border-color css
<style>
span { border-color: #F686DA; }
span { border-color: rgb(246,134,218); }
td.TdClassName
{
border-color: #F686DA;
}
.TagClassName
{
border-color: #F686DA;
}
</style>