Shades of Pale Magenta #F688DC
Tints of Pale Magenta #F688DC
RGB
CMYK
RGB Variations
Color information
#F688DC (or 0xF688DC) is known color: Pale Magenta. HEX triplet: F6, 88 and DC. RGB value is (246,136,220). Sum of RGB (Red+Green+Blue) = 246+136+220=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F688DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688DC is #097723. Grayscale: #B2B2B2. Windows color (decimal): -620324 or 14452982. OLE color: 14452982.
HSL color Cylindrical-coordinate representation of color #F688DC: hue angle of 314.18º 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 #F688DC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 220 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.04 |
| HSL | 314.18º | 0.86% | 0.75% | - |
| HSV(B) | 314.18º | 0.45% | 0.96% | - |
| XYZ | 59.73 | 42.37 | 72.74 | - |
| YUV | 178.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 220 | 0 | 0.45 | 0.11 | 0.04 | 314.18 | 0.86 | 0.75 |
| Hex | F6 | 88 | DC | 0 | 2D | B | 4 | 13A | 56 | 4B |
| Octal | 366 | 210 | 334 | 0 | 55 | 13 | 4 | 472 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11011100 | 0 | 101101 | 1011 | 100 | 100111010 | 1010110 | 1001011 |
Color Harmonies of #F688DC
Complementary color
Monochromatic Colors of #F688DC
Black with #F688DC
Text Example
Text Example
White with #F688DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688DC; }
p { color: rgb(246,136,220); }
H1.HeaderClassName
{
color: #F688DC;
}
.AnyTagClassName
{
color: #F688DC;
}
</style>
background-color css
<style>
a { background-color: #F688DC; }
a { background-color: rgb(246,136,220); }
div.DivClassName
{
background-color: #F688DC;
}
.BgClassName
{
background-color: #F688DC;
}
</style>
border-color css
<style>
span { border-color: #F688DC; }
span { border-color: rgb(246,136,220); }
td.TdClassName
{
border-color: #F688DC;
}
.TagClassName
{
border-color: #F688DC;
}
</style>