Shades of Pale Magenta #F687D6
Tints of Pale Magenta #F687D6
RGB
CMYK
RGB Variations
Color information
#F687D6 (or 0xF687D6) is known color: Pale Magenta. HEX triplet: F6, 87 and D6. RGB value is (246,135,214). Sum of RGB (Red+Green+Blue) = 246+135+214=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F687D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F687D6 is #097829. Grayscale: #B0B0B0. Windows color (decimal): -620586 or 14059510. OLE color: 14059510.
HSL color Cylindrical-coordinate representation of color #F687D6: hue angle of 317.3º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F687D6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 214 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.04 |
| HSL | 317.3º | 0.86% | 0.75% | - |
| HSV(B) | 317.3º | 0.45% | 0.96% | - |
| XYZ | 58.81 | 41.78 | 68.58 | - |
| YUV | 177.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 214 | 0 | 0.45 | 0.13 | 0.04 | 317.3 | 0.86 | 0.75 |
| Hex | F6 | 87 | D6 | 0 | 2D | D | 4 | 13D | 56 | 4B |
| Octal | 366 | 207 | 326 | 0 | 55 | 15 | 4 | 475 | 126 | 113 |
| Binary | 11110110 | 10000111 | 11010110 | 0 | 101101 | 1101 | 100 | 100111101 | 1010110 | 1001011 |
Color Harmonies of #F687D6
Complementary color
Monochromatic Colors of #F687D6
Black with #F687D6
Text Example
Text Example
White with #F687D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F687D6; }
p { color: rgb(246,135,214); }
H1.HeaderClassName
{
color: #F687D6;
}
.AnyTagClassName
{
color: #F687D6;
}
</style>
background-color css
<style>
a { background-color: #F687D6; }
a { background-color: rgb(246,135,214); }
div.DivClassName
{
background-color: #F687D6;
}
.BgClassName
{
background-color: #F687D6;
}
</style>
border-color css
<style>
span { border-color: #F687D6; }
span { border-color: rgb(246,135,214); }
td.TdClassName
{
border-color: #F687D6;
}
.TagClassName
{
border-color: #F687D6;
}
</style>