Shades of Pale Magenta #F785EC
Tints of Pale Magenta #F785EC
RGB
CMYK
RGB Variations
Color information
#F785EC (or 0xF785EC) is known color: Pale Magenta. HEX triplet: F7, 85 and EC. RGB value is (247,133,236). Sum of RGB (Red+Green+Blue) = 247+133+236=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F785EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785EC is #087A13. Grayscale: #B2B2B2. Windows color (decimal): -555540 or 15500791. OLE color: 15500791.
HSL color Cylindrical-coordinate representation of color #F785EC: hue angle of 305.79º 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 #F785EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 236 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.03 |
| HSL | 305.79º | 0.88% | 0.75% | - |
| HSV(B) | 305.79º | 0.46% | 0.97% | - |
| XYZ | 61.89 | 42.61 | 84.32 | - |
| YUV | 178.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 236 | 0 | 0.46 | 0.04 | 0.03 | 305.79 | 0.88 | 0.75 |
| Hex | F7 | 85 | EC | 0 | 2E | 4 | 3 | 132 | 58 | 4B |
| Octal | 367 | 205 | 354 | 0 | 56 | 4 | 3 | 462 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11101100 | 0 | 101110 | 100 | 11 | 100110010 | 1011000 | 1001011 |
Color Harmonies of #F785EC
Complementary color
Monochromatic Colors of #F785EC
Black with #F785EC
Text Example
Text Example
White with #F785EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785EC; }
p { color: rgb(247,133,236); }
H1.HeaderClassName
{
color: #F785EC;
}
.AnyTagClassName
{
color: #F785EC;
}
</style>
background-color css
<style>
a { background-color: #F785EC; }
a { background-color: rgb(247,133,236); }
div.DivClassName
{
background-color: #F785EC;
}
.BgClassName
{
background-color: #F785EC;
}
</style>
border-color css
<style>
span { border-color: #F785EC; }
span { border-color: rgb(247,133,236); }
td.TdClassName
{
border-color: #F785EC;
}
.TagClassName
{
border-color: #F785EC;
}
</style>