Shades of Pale Magenta #F788D7
Tints of Pale Magenta #F788D7
RGB
CMYK
RGB Variations
Color information
#F788D7 (or 0xF788D7) is known color: Pale Magenta. HEX triplet: F7, 88 and D7. RGB value is (247,136,215). Sum of RGB (Red+Green+Blue) = 247+136+215=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F788D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788D7 is #087728. Grayscale: #B1B1B1. Windows color (decimal): -554793 or 14125303. OLE color: 14125303.
HSL color Cylindrical-coordinate representation of color #F788D7: hue angle of 317.3º 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 #F788D7 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 215 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.03 |
| HSL | 317.3º | 0.87% | 0.75% | - |
| HSV(B) | 317.3º | 0.45% | 0.97% | - |
| XYZ | 59.43 | 42.29 | 69.32 | - |
| YUV | 178.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 215 | 0 | 0.45 | 0.13 | 0.03 | 317.3 | 0.87 | 0.75 |
| Hex | F7 | 88 | D7 | 0 | 2D | D | 3 | 13D | 57 | 4B |
| Octal | 367 | 210 | 327 | 0 | 55 | 15 | 3 | 475 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11010111 | 0 | 101101 | 1101 | 11 | 100111101 | 1010111 | 1001011 |
Color Harmonies of #F788D7
Complementary color
Monochromatic Colors of #F788D7
Black with #F788D7
Text Example
Text Example
White with #F788D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788D7; }
p { color: rgb(247,136,215); }
H1.HeaderClassName
{
color: #F788D7;
}
.AnyTagClassName
{
color: #F788D7;
}
</style>
background-color css
<style>
a { background-color: #F788D7; }
a { background-color: rgb(247,136,215); }
div.DivClassName
{
background-color: #F788D7;
}
.BgClassName
{
background-color: #F788D7;
}
</style>
border-color css
<style>
span { border-color: #F788D7; }
span { border-color: rgb(247,136,215); }
td.TdClassName
{
border-color: #F788D7;
}
.TagClassName
{
border-color: #F788D7;
}
</style>