Shades of Pale Magenta #F788DC
Tints of Pale Magenta #F788DC
RGB
CMYK
RGB Variations
Color information
#F788DC (or 0xF788DC) is known color: Pale Magenta. HEX triplet: F7, 88 and DC. RGB value is (247,136,220). Sum of RGB (Red+Green+Blue) = 247+136+220=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F788DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788DC is #087723. Grayscale: #B2B2B2. Windows color (decimal): -554788 or 14452983. OLE color: 14452983.
HSL color Cylindrical-coordinate representation of color #F788DC: hue angle of 314.59º 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 #F788DC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 220 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.03 |
| HSL | 314.59º | 0.87% | 0.75% | - |
| HSV(B) | 314.59º | 0.45% | 0.97% | - |
| XYZ | 60.08 | 42.55 | 72.76 | - |
| YUV | 178.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 220 | 0 | 0.45 | 0.11 | 0.03 | 314.59 | 0.87 | 0.75 |
| Hex | F7 | 88 | DC | 0 | 2D | B | 3 | 13B | 57 | 4B |
| Octal | 367 | 210 | 334 | 0 | 55 | 13 | 3 | 473 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11011100 | 0 | 101101 | 1011 | 11 | 100111011 | 1010111 | 1001011 |
Color Harmonies of #F788DC
Complementary color
Monochromatic Colors of #F788DC
Black with #F788DC
Text Example
Text Example
White with #F788DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788DC; }
p { color: rgb(247,136,220); }
H1.HeaderClassName
{
color: #F788DC;
}
.AnyTagClassName
{
color: #F788DC;
}
</style>
background-color css
<style>
a { background-color: #F788DC; }
a { background-color: rgb(247,136,220); }
div.DivClassName
{
background-color: #F788DC;
}
.BgClassName
{
background-color: #F788DC;
}
</style>
border-color css
<style>
span { border-color: #F788DC; }
span { border-color: rgb(247,136,220); }
td.TdClassName
{
border-color: #F788DC;
}
.TagClassName
{
border-color: #F788DC;
}
</style>