Shades of Pale Magenta #F688DB
Tints of Pale Magenta #F688DB
RGB
CMYK
RGB Variations
Color information
#F688DB (or 0xF688DB) is known color: Pale Magenta. HEX triplet: F6, 88 and DB. RGB value is (246,136,219). Sum of RGB (Red+Green+Blue) = 246+136+219=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F688DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688DB is #097724. Grayscale: #B2B2B2. Windows color (decimal): -620325 or 14387446. OLE color: 14387446.
HSL color Cylindrical-coordinate representation of color #F688DB: hue angle of 314.73º 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 #F688DB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 219 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.04 |
| HSL | 314.73º | 0.86% | 0.75% | - |
| HSV(B) | 314.73º | 0.45% | 0.96% | - |
| XYZ | 59.6 | 42.32 | 72.04 | - |
| YUV | 178.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 219 | 0 | 0.45 | 0.11 | 0.04 | 314.73 | 0.86 | 0.75 |
| Hex | F6 | 88 | DB | 0 | 2D | B | 4 | 13B | 56 | 4B |
| Octal | 366 | 210 | 333 | 0 | 55 | 13 | 4 | 473 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11011011 | 0 | 101101 | 1011 | 100 | 100111011 | 1010110 | 1001011 |
Color Harmonies of #F688DB
Complementary color
Monochromatic Colors of #F688DB
Black with #F688DB
Text Example
Text Example
White with #F688DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688DB; }
p { color: rgb(246,136,219); }
H1.HeaderClassName
{
color: #F688DB;
}
.AnyTagClassName
{
color: #F688DB;
}
</style>
background-color css
<style>
a { background-color: #F688DB; }
a { background-color: rgb(246,136,219); }
div.DivClassName
{
background-color: #F688DB;
}
.BgClassName
{
background-color: #F688DB;
}
</style>
border-color css
<style>
span { border-color: #F688DB; }
span { border-color: rgb(246,136,219); }
td.TdClassName
{
border-color: #F688DB;
}
.TagClassName
{
border-color: #F688DB;
}
</style>