Shades of Pale Magenta #F786DE
Tints of Pale Magenta #F786DE
RGB
CMYK
RGB Variations
Color information
#F786DE (or 0xF786DE) is known color: Pale Magenta. HEX triplet: F7, 86 and DE. RGB value is (247,134,222). Sum of RGB (Red+Green+Blue) = 247+134+222=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F786DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786DE is #087921. Grayscale: #B1B1B1. Windows color (decimal): -555298 or 14583543. OLE color: 14583543.
HSL color Cylindrical-coordinate representation of color #F786DE: hue angle of 313.27º 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 #F786DE is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 222 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.03 |
| HSL | 313.27º | 0.88% | 0.75% | - |
| HSV(B) | 313.27º | 0.46% | 0.97% | - |
| XYZ | 60.07 | 42.1 | 74.07 | - |
| YUV | 177.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 222 | 0 | 0.46 | 0.10 | 0.03 | 313.27 | 0.88 | 0.75 |
| Hex | F7 | 86 | DE | 0 | 2E | A | 3 | 139 | 58 | 4B |
| Octal | 367 | 206 | 336 | 0 | 56 | 12 | 3 | 471 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11011110 | 0 | 101110 | 1010 | 11 | 100111001 | 1011000 | 1001011 |
Color Harmonies of #F786DE
Complementary color
Monochromatic Colors of #F786DE
Black with #F786DE
Text Example
Text Example
White with #F786DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786DE; }
p { color: rgb(247,134,222); }
H1.HeaderClassName
{
color: #F786DE;
}
.AnyTagClassName
{
color: #F786DE;
}
</style>
background-color css
<style>
a { background-color: #F786DE; }
a { background-color: rgb(247,134,222); }
div.DivClassName
{
background-color: #F786DE;
}
.BgClassName
{
background-color: #F786DE;
}
</style>
border-color css
<style>
span { border-color: #F786DE; }
span { border-color: rgb(247,134,222); }
td.TdClassName
{
border-color: #F786DE;
}
.TagClassName
{
border-color: #F786DE;
}
</style>