Shades of Pale Magenta #F786D9
Tints of Pale Magenta #F786D9
RGB
CMYK
RGB Variations
Color information
#F786D9 (or 0xF786D9) is known color: Pale Magenta. HEX triplet: F7, 86 and D9. RGB value is (247,134,217). Sum of RGB (Red+Green+Blue) = 247+134+217=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F786D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786D9 is #087926. Grayscale: #B1B1B1. Windows color (decimal): -555303 or 14255863. OLE color: 14255863.
HSL color Cylindrical-coordinate representation of color #F786D9: hue angle of 315.93º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786D9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 217 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.03 |
| HSL | 315.93º | 0.88% | 0.75% | - |
| HSV(B) | 315.93º | 0.46% | 0.97% | - |
| XYZ | 59.41 | 41.83 | 70.59 | - |
| YUV | 177.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 217 | 0 | 0.46 | 0.12 | 0.03 | 315.93 | 0.88 | 0.75 |
| Hex | F7 | 86 | D9 | 0 | 2E | C | 3 | 13C | 58 | 4B |
| Octal | 367 | 206 | 331 | 0 | 56 | 14 | 3 | 474 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11011001 | 0 | 101110 | 1100 | 11 | 100111100 | 1011000 | 1001011 |
Color Harmonies of #F786D9
Complementary color
Monochromatic Colors of #F786D9
Black with #F786D9
Text Example
Text Example
White with #F786D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786D9; }
p { color: rgb(247,134,217); }
H1.HeaderClassName
{
color: #F786D9;
}
.AnyTagClassName
{
color: #F786D9;
}
</style>
background-color css
<style>
a { background-color: #F786D9; }
a { background-color: rgb(247,134,217); }
div.DivClassName
{
background-color: #F786D9;
}
.BgClassName
{
background-color: #F786D9;
}
</style>
border-color css
<style>
span { border-color: #F786D9; }
span { border-color: rgb(247,134,217); }
td.TdClassName
{
border-color: #F786D9;
}
.TagClassName
{
border-color: #F786D9;
}
</style>