Shades of Pale Magenta #F686D5
Tints of Pale Magenta #F686D5
RGB
CMYK
RGB Variations
Color information
#F686D5 (or 0xF686D5) is known color: Pale Magenta. HEX triplet: F6, 86 and D5. RGB value is (246,134,213). Sum of RGB (Red+Green+Blue) = 246+134+213=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D5 is #09792A. Grayscale: #B0B0B0. Windows color (decimal): -620843 or 13993718. OLE color: 13993718.
HSL color Cylindrical-coordinate representation of color #F686D5: hue angle of 317.68º 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 #F686D5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 213 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 317.68º | 0.86% | 0.75% | - |
| HSV(B) | 317.68º | 0.46% | 0.96% | - |
| XYZ | 58.54 | 41.45 | 67.87 | - |
| YUV | 176.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 213 | 0 | 0.46 | 0.13 | 0.04 | 317.68 | 0.86 | 0.75 |
| Hex | F6 | 86 | D5 | 0 | 2E | D | 4 | 13E | 56 | 4B |
| Octal | 366 | 206 | 325 | 0 | 56 | 15 | 4 | 476 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11010101 | 0 | 101110 | 1101 | 100 | 100111110 | 1010110 | 1001011 |
Color Harmonies of #F686D5
Complementary color
Monochromatic Colors of #F686D5
Black with #F686D5
Text Example
Text Example
White with #F686D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686D5; }
p { color: rgb(246,134,213); }
H1.HeaderClassName
{
color: #F686D5;
}
.AnyTagClassName
{
color: #F686D5;
}
</style>
background-color css
<style>
a { background-color: #F686D5; }
a { background-color: rgb(246,134,213); }
div.DivClassName
{
background-color: #F686D5;
}
.BgClassName
{
background-color: #F686D5;
}
</style>
border-color css
<style>
span { border-color: #F686D5; }
span { border-color: rgb(246,134,213); }
td.TdClassName
{
border-color: #F686D5;
}
.TagClassName
{
border-color: #F686D5;
}
</style>