Shades of Pale Magenta #F687D7
Tints of Pale Magenta #F687D7
RGB
CMYK
RGB Variations
Color information
#F687D7 (or 0xF687D7) is known color: Pale Magenta. HEX triplet: F6, 87 and D7. RGB value is (246,135,215). Sum of RGB (Red+Green+Blue) = 246+135+215=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F687D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F687D7 is #097828. Grayscale: #B1B1B1. Windows color (decimal): -620585 or 14125046. OLE color: 14125046.
HSL color Cylindrical-coordinate representation of color #F687D7: hue angle of 316.76º 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 #F687D7 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 215 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.04 |
| HSL | 316.76º | 0.86% | 0.75% | - |
| HSV(B) | 316.76º | 0.45% | 0.96% | - |
| XYZ | 58.94 | 41.83 | 69.26 | - |
| YUV | 177.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 215 | 0 | 0.45 | 0.13 | 0.04 | 316.76 | 0.86 | 0.75 |
| Hex | F6 | 87 | D7 | 0 | 2D | D | 4 | 13D | 56 | 4B |
| Octal | 366 | 207 | 327 | 0 | 55 | 15 | 4 | 475 | 126 | 113 |
| Binary | 11110110 | 10000111 | 11010111 | 0 | 101101 | 1101 | 100 | 100111101 | 1010110 | 1001011 |
Color Harmonies of #F687D7
Complementary color
Monochromatic Colors of #F687D7
Black with #F687D7
Text Example
Text Example
White with #F687D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F687D7; }
p { color: rgb(246,135,215); }
H1.HeaderClassName
{
color: #F687D7;
}
.AnyTagClassName
{
color: #F687D7;
}
</style>
background-color css
<style>
a { background-color: #F687D7; }
a { background-color: rgb(246,135,215); }
div.DivClassName
{
background-color: #F687D7;
}
.BgClassName
{
background-color: #F687D7;
}
</style>
border-color css
<style>
span { border-color: #F687D7; }
span { border-color: rgb(246,135,215); }
td.TdClassName
{
border-color: #F687D7;
}
.TagClassName
{
border-color: #F687D7;
}
</style>