Shades of Pale Magenta #F784EC
Tints of Pale Magenta #F784EC
RGB
CMYK
RGB Variations
Color information
#F784EC (or 0xF784EC) is known color: Pale Magenta. HEX triplet: F7, 84 and EC. RGB value is (247,132,236). Sum of RGB (Red+Green+Blue) = 247+132+236=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F784EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F784EC is #087B13. Grayscale: #B1B1B1. Windows color (decimal): -555796 or 15500535. OLE color: 15500535.
HSL color Cylindrical-coordinate representation of color #F784EC: hue angle of 305.74º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F784EC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 236 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.03 |
| HSL | 305.74º | 0.88% | 0.74% | - |
| HSV(B) | 305.74º | 0.47% | 0.97% | - |
| XYZ | 61.75 | 42.33 | 84.27 | - |
| YUV | 178.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 236 | 0 | 0.47 | 0.04 | 0.03 | 305.74 | 0.88 | 0.74 |
| Hex | F7 | 84 | EC | 0 | 2F | 4 | 3 | 132 | 58 | 4A |
| Octal | 367 | 204 | 354 | 0 | 57 | 4 | 3 | 462 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11101100 | 0 | 101111 | 100 | 11 | 100110010 | 1011000 | 1001010 |
Color Harmonies of #F784EC
Complementary color
Monochromatic Colors of #F784EC
Black with #F784EC
Text Example
Text Example
White with #F784EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784EC; }
p { color: rgb(247,132,236); }
H1.HeaderClassName
{
color: #F784EC;
}
.AnyTagClassName
{
color: #F784EC;
}
</style>
background-color css
<style>
a { background-color: #F784EC; }
a { background-color: rgb(247,132,236); }
div.DivClassName
{
background-color: #F784EC;
}
.BgClassName
{
background-color: #F784EC;
}
</style>
border-color css
<style>
span { border-color: #F784EC; }
span { border-color: rgb(247,132,236); }
td.TdClassName
{
border-color: #F784EC;
}
.TagClassName
{
border-color: #F784EC;
}
</style>