Shades of Pale Magenta #F688D4
Tints of Pale Magenta #F688D4
RGB
CMYK
RGB Variations
Color information
#F688D4 (or 0xF688D4) is known color: Pale Magenta. HEX triplet: F6, 88 and D4. RGB value is (246,136,212). Sum of RGB (Red+Green+Blue) = 246+136+212=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F688D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688D4 is #09772B. Grayscale: #B1B1B1. Windows color (decimal): -620332 or 13928694. OLE color: 13928694.
HSL color Cylindrical-coordinate representation of color #F688D4: hue angle of 318.55º 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 #F688D4 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 212 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.04 |
| HSL | 318.55º | 0.86% | 0.75% | - |
| HSV(B) | 318.55º | 0.45% | 0.96% | - |
| XYZ | 58.69 | 41.95 | 67.29 | - |
| YUV | 177.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 212 | 0 | 0.45 | 0.14 | 0.04 | 318.55 | 0.86 | 0.75 |
| Hex | F6 | 88 | D4 | 0 | 2D | E | 4 | 13F | 56 | 4B |
| Octal | 366 | 210 | 324 | 0 | 55 | 16 | 4 | 477 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11010100 | 0 | 101101 | 1110 | 100 | 100111111 | 1010110 | 1001011 |
Color Harmonies of #F688D4
Complementary color
Monochromatic Colors of #F688D4
Black with #F688D4
Text Example
Text Example
White with #F688D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688D4; }
p { color: rgb(246,136,212); }
H1.HeaderClassName
{
color: #F688D4;
}
.AnyTagClassName
{
color: #F688D4;
}
</style>
background-color css
<style>
a { background-color: #F688D4; }
a { background-color: rgb(246,136,212); }
div.DivClassName
{
background-color: #F688D4;
}
.BgClassName
{
background-color: #F688D4;
}
</style>
border-color css
<style>
span { border-color: #F688D4; }
span { border-color: rgb(246,136,212); }
td.TdClassName
{
border-color: #F688D4;
}
.TagClassName
{
border-color: #F688D4;
}
</style>