Shades of Pale Magenta #F688DD
Tints of Pale Magenta #F688DD
RGB
CMYK
RGB Variations
Color information
#F688DD (or 0xF688DD) is known color: Pale Magenta. HEX triplet: F6, 88 and DD. RGB value is (246,136,221). Sum of RGB (Red+Green+Blue) = 246+136+221=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F688DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688DD is #097722. Grayscale: #B2B2B2. Windows color (decimal): -620323 or 14518518. OLE color: 14518518.
HSL color Cylindrical-coordinate representation of color #F688DD: hue angle of 313.64º 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 #F688DD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 221 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.04 |
| HSL | 313.64º | 0.86% | 0.75% | - |
| HSV(B) | 313.64º | 0.45% | 0.96% | - |
| XYZ | 59.86 | 42.42 | 73.44 | - |
| YUV | 178.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 221 | 0 | 0.45 | 0.10 | 0.04 | 313.64 | 0.86 | 0.75 |
| Hex | F6 | 88 | DD | 0 | 2D | A | 4 | 13A | 56 | 4B |
| Octal | 366 | 210 | 335 | 0 | 55 | 12 | 4 | 472 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11011101 | 0 | 101101 | 1010 | 100 | 100111010 | 1010110 | 1001011 |
Color Harmonies of #F688DD
Complementary color
Monochromatic Colors of #F688DD
Black with #F688DD
Text Example
Text Example
White with #F688DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688DD; }
p { color: rgb(246,136,221); }
H1.HeaderClassName
{
color: #F688DD;
}
.AnyTagClassName
{
color: #F688DD;
}
</style>
background-color css
<style>
a { background-color: #F688DD; }
a { background-color: rgb(246,136,221); }
div.DivClassName
{
background-color: #F688DD;
}
.BgClassName
{
background-color: #F688DD;
}
</style>
border-color css
<style>
span { border-color: #F688DD; }
span { border-color: rgb(246,136,221); }
td.TdClassName
{
border-color: #F688DD;
}
.TagClassName
{
border-color: #F688DD;
}
</style>