Shades of Pale Magenta #F782EC
Tints of Pale Magenta #F782EC
RGB
CMYK
RGB Variations
Color information
#F782EC (or 0xF782EC) is known color: Pale Magenta. HEX triplet: F7, 82 and EC. RGB value is (247,130,236). Sum of RGB (Red+Green+Blue) = 247+130+236=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F782EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F782EC is #087D13. Grayscale: #B0B0B0. Windows color (decimal): -556308 or 15500023. OLE color: 15500023.
HSL color Cylindrical-coordinate representation of color #F782EC: hue angle of 305.64º 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 #F782EC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 236 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.03 |
| HSL | 305.64º | 0.88% | 0.74% | - |
| HSV(B) | 305.64º | 0.47% | 0.97% | - |
| XYZ | 61.48 | 41.8 | 84.18 | - |
| YUV | 177.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 236 | 0 | 0.47 | 0.04 | 0.03 | 305.64 | 0.88 | 0.74 |
| Hex | F7 | 82 | EC | 0 | 2F | 4 | 3 | 132 | 58 | 4A |
| Octal | 367 | 202 | 354 | 0 | 57 | 4 | 3 | 462 | 130 | 112 |
| Binary | 11110111 | 10000010 | 11101100 | 0 | 101111 | 100 | 11 | 100110010 | 1011000 | 1001010 |
Color Harmonies of #F782EC
Complementary color
Monochromatic Colors of #F782EC
Black with #F782EC
Text Example
Text Example
White with #F782EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F782EC; }
p { color: rgb(247,130,236); }
H1.HeaderClassName
{
color: #F782EC;
}
.AnyTagClassName
{
color: #F782EC;
}
</style>
background-color css
<style>
a { background-color: #F782EC; }
a { background-color: rgb(247,130,236); }
div.DivClassName
{
background-color: #F782EC;
}
.BgClassName
{
background-color: #F782EC;
}
</style>
border-color css
<style>
span { border-color: #F782EC; }
span { border-color: rgb(247,130,236); }
td.TdClassName
{
border-color: #F782EC;
}
.TagClassName
{
border-color: #F782EC;
}
</style>