Shades of Pale Magenta #F786DC
Tints of Pale Magenta #F786DC
RGB
CMYK
RGB Variations
Color information
#F786DC (or 0xF786DC) is known color: Pale Magenta. HEX triplet: F7, 86 and DC. RGB value is (247,134,220). Sum of RGB (Red+Green+Blue) = 247+134+220=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F786DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786DC is #087923. Grayscale: #B1B1B1. Windows color (decimal): -555300 or 14452471. OLE color: 14452471.
HSL color Cylindrical-coordinate representation of color #F786DC: hue angle of 314.34º 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 #F786DC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 220 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.03 |
| HSL | 314.34º | 0.88% | 0.75% | - |
| HSV(B) | 314.34º | 0.46% | 0.97% | - |
| XYZ | 59.8 | 41.99 | 72.66 | - |
| YUV | 177.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 220 | 0 | 0.46 | 0.11 | 0.03 | 314.34 | 0.88 | 0.75 |
| Hex | F7 | 86 | DC | 0 | 2E | B | 3 | 13A | 58 | 4B |
| Octal | 367 | 206 | 334 | 0 | 56 | 13 | 3 | 472 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11011100 | 0 | 101110 | 1011 | 11 | 100111010 | 1011000 | 1001011 |
Color Harmonies of #F786DC
Complementary color
Monochromatic Colors of #F786DC
Black with #F786DC
Text Example
Text Example
White with #F786DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786DC; }
p { color: rgb(247,134,220); }
H1.HeaderClassName
{
color: #F786DC;
}
.AnyTagClassName
{
color: #F786DC;
}
</style>
background-color css
<style>
a { background-color: #F786DC; }
a { background-color: rgb(247,134,220); }
div.DivClassName
{
background-color: #F786DC;
}
.BgClassName
{
background-color: #F786DC;
}
</style>
border-color css
<style>
span { border-color: #F786DC; }
span { border-color: rgb(247,134,220); }
td.TdClassName
{
border-color: #F786DC;
}
.TagClassName
{
border-color: #F786DC;
}
</style>