Shades of Pale Magenta #F788ED
Tints of Pale Magenta #F788ED
RGB
CMYK
RGB Variations
Color information
#F788ED (or 0xF788ED) is known color: Pale Magenta. HEX triplet: F7, 88 and ED. RGB value is (247,136,237). Sum of RGB (Red+Green+Blue) = 247+136+237=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 136 (53.52% from 255 or 21.94% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F788ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F788ED is #087712. Grayscale: #B4B4B4. Windows color (decimal): -554771 or 15567095. OLE color: 15567095.
HSL color Cylindrical-coordinate representation of color #F788ED: hue angle of 305.41º 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 #F788ED is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 237 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.03 |
| HSL | 305.41º | 0.87% | 0.75% | - |
| HSV(B) | 305.41º | 0.45% | 0.97% | - |
| XYZ | 62.45 | 43.5 | 85.23 | - |
| YUV | 180.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 237 | 0 | 0.45 | 0.04 | 0.03 | 305.41 | 0.87 | 0.75 |
| Hex | F7 | 88 | ED | 0 | 2D | 4 | 3 | 131 | 57 | 4B |
| Octal | 367 | 210 | 355 | 0 | 55 | 4 | 3 | 461 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11101101 | 0 | 101101 | 100 | 11 | 100110001 | 1010111 | 1001011 |
Color Harmonies of #F788ED
Complementary color
Monochromatic Colors of #F788ED
Black with #F788ED
Text Example
Text Example
White with #F788ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788ED; }
p { color: rgb(247,136,237); }
H1.HeaderClassName
{
color: #F788ED;
}
.AnyTagClassName
{
color: #F788ED;
}
</style>
background-color css
<style>
a { background-color: #F788ED; }
a { background-color: rgb(247,136,237); }
div.DivClassName
{
background-color: #F788ED;
}
.BgClassName
{
background-color: #F788ED;
}
</style>
border-color css
<style>
span { border-color: #F788ED; }
span { border-color: rgb(247,136,237); }
td.TdClassName
{
border-color: #F788ED;
}
.TagClassName
{
border-color: #F788ED;
}
</style>