Shades of Pale Magenta #F788D6
Tints of Pale Magenta #F788D6
RGB
CMYK
RGB Variations
Color information
#F788D6 (or 0xF788D6) is known color: Pale Magenta. HEX triplet: F7, 88 and D6. RGB value is (247,136,214). Sum of RGB (Red+Green+Blue) = 247+136+214=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F788D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788D6 is #087729. Grayscale: #B1B1B1. Windows color (decimal): -554794 or 14059767. OLE color: 14059767.
HSL color Cylindrical-coordinate representation of color #F788D6: hue angle of 317.84º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F788D6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 214 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.03 |
| HSL | 317.84º | 0.87% | 0.75% | - |
| HSV(B) | 317.84º | 0.45% | 0.97% | - |
| XYZ | 59.3 | 42.24 | 68.65 | - |
| YUV | 178.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 214 | 0 | 0.45 | 0.13 | 0.03 | 317.84 | 0.87 | 0.75 |
| Hex | F7 | 88 | D6 | 0 | 2D | D | 3 | 13E | 57 | 4B |
| Octal | 367 | 210 | 326 | 0 | 55 | 15 | 3 | 476 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11010110 | 0 | 101101 | 1101 | 11 | 100111110 | 1010111 | 1001011 |
Color Harmonies of #F788D6
Complementary color
Monochromatic Colors of #F788D6
Black with #F788D6
Text Example
Text Example
White with #F788D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788D6; }
p { color: rgb(247,136,214); }
H1.HeaderClassName
{
color: #F788D6;
}
.AnyTagClassName
{
color: #F788D6;
}
</style>
background-color css
<style>
a { background-color: #F788D6; }
a { background-color: rgb(247,136,214); }
div.DivClassName
{
background-color: #F788D6;
}
.BgClassName
{
background-color: #F788D6;
}
</style>
border-color css
<style>
span { border-color: #F788D6; }
span { border-color: rgb(247,136,214); }
td.TdClassName
{
border-color: #F788D6;
}
.TagClassName
{
border-color: #F788D6;
}
</style>