Shades of Pale Magenta #F788DF
Tints of Pale Magenta #F788DF
RGB
CMYK
RGB Variations
Color information
#F788DF (or 0xF788DF) is known color: Pale Magenta. HEX triplet: F7, 88 and DF. RGB value is (247,136,223). Sum of RGB (Red+Green+Blue) = 247+136+223=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F788DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788DF is #087720. Grayscale: #B2B2B2. Windows color (decimal): -554785 or 14649591. OLE color: 14649591.
HSL color Cylindrical-coordinate representation of color #F788DF: hue angle of 312.97º 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 #F788DF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 223 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.03 |
| HSL | 312.97º | 0.87% | 0.75% | - |
| HSV(B) | 312.97º | 0.45% | 0.97% | - |
| XYZ | 60.48 | 42.71 | 74.87 | - |
| YUV | 179.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 223 | 0 | 0.45 | 0.10 | 0.03 | 312.97 | 0.87 | 0.75 |
| Hex | F7 | 88 | DF | 0 | 2D | A | 3 | 139 | 57 | 4B |
| Octal | 367 | 210 | 337 | 0 | 55 | 12 | 3 | 471 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11011111 | 0 | 101101 | 1010 | 11 | 100111001 | 1010111 | 1001011 |
Color Harmonies of #F788DF
Complementary color
Monochromatic Colors of #F788DF
Black with #F788DF
Text Example
Text Example
White with #F788DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788DF; }
p { color: rgb(247,136,223); }
H1.HeaderClassName
{
color: #F788DF;
}
.AnyTagClassName
{
color: #F788DF;
}
</style>
background-color css
<style>
a { background-color: #F788DF; }
a { background-color: rgb(247,136,223); }
div.DivClassName
{
background-color: #F788DF;
}
.BgClassName
{
background-color: #F788DF;
}
</style>
border-color css
<style>
span { border-color: #F788DF; }
span { border-color: rgb(247,136,223); }
td.TdClassName
{
border-color: #F788DF;
}
.TagClassName
{
border-color: #F788DF;
}
</style>