Shades of Pale Magenta #F688D5
Tints of Pale Magenta #F688D5
RGB
CMYK
RGB Variations
Color information
#F688D5 (or 0xF688D5) is known color: Pale Magenta. HEX triplet: F6, 88 and D5. RGB value is (246,136,213). Sum of RGB (Red+Green+Blue) = 246+136+213=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F688D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688D5 is #09772A. Grayscale: #B1B1B1. Windows color (decimal): -620331 or 13994230. OLE color: 13994230.
HSL color Cylindrical-coordinate representation of color #F688D5: hue angle of 318º 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 #F688D5 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 213 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.04 |
| HSL | 318º | 0.86% | 0.75% | - |
| HSV(B) | 318º | 0.45% | 0.96% | - |
| XYZ | 58.82 | 42.01 | 67.96 | - |
| YUV | 177.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 213 | 0 | 0.45 | 0.13 | 0.04 | 318 | 0.86 | 0.75 |
| Hex | F6 | 88 | D5 | 0 | 2D | D | 4 | 13E | 56 | 4B |
| Octal | 366 | 210 | 325 | 0 | 55 | 15 | 4 | 476 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11010101 | 0 | 101101 | 1101 | 100 | 100111110 | 1010110 | 1001011 |
Color Harmonies of #F688D5
Complementary color
Monochromatic Colors of #F688D5
Black with #F688D5
Text Example
Text Example
White with #F688D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688D5; }
p { color: rgb(246,136,213); }
H1.HeaderClassName
{
color: #F688D5;
}
.AnyTagClassName
{
color: #F688D5;
}
</style>
background-color css
<style>
a { background-color: #F688D5; }
a { background-color: rgb(246,136,213); }
div.DivClassName
{
background-color: #F688D5;
}
.BgClassName
{
background-color: #F688D5;
}
</style>
border-color css
<style>
span { border-color: #F688D5; }
span { border-color: rgb(246,136,213); }
td.TdClassName
{
border-color: #F688D5;
}
.TagClassName
{
border-color: #F688D5;
}
</style>