Shades of Pale Magenta #F780EC
Tints of Pale Magenta #F780EC
RGB
CMYK
RGB Variations
Color information
#F780EC (or 0xF780EC) is known color: Pale Magenta. HEX triplet: F7, 80 and EC. RGB value is (247,128,236). Sum of RGB (Red+Green+Blue) = 247+128+236=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F780EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F780EC is #087F13. Grayscale: #AFAFAF. Windows color (decimal): -556820 or 15499511. OLE color: 15499511.
HSL color Cylindrical-coordinate representation of color #F780EC: hue angle of 305.55º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780EC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 236 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.03 |
| HSL | 305.55º | 0.88% | 0.74% | - |
| HSV(B) | 305.55º | 0.48% | 0.97% | - |
| XYZ | 61.22 | 41.27 | 84.1 | - |
| YUV | 175.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 236 | 0 | 0.48 | 0.04 | 0.03 | 305.55 | 0.88 | 0.74 |
| Hex | F7 | 80 | EC | 0 | 30 | 4 | 3 | 132 | 58 | 4A |
| Octal | 367 | 200 | 354 | 0 | 60 | 4 | 3 | 462 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11101100 | 0 | 110000 | 100 | 11 | 100110010 | 1011000 | 1001010 |
Color Harmonies of #F780EC
Complementary color
Monochromatic Colors of #F780EC
Black with #F780EC
Text Example
Text Example
White with #F780EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780EC; }
p { color: rgb(247,128,236); }
H1.HeaderClassName
{
color: #F780EC;
}
.AnyTagClassName
{
color: #F780EC;
}
</style>
background-color css
<style>
a { background-color: #F780EC; }
a { background-color: rgb(247,128,236); }
div.DivClassName
{
background-color: #F780EC;
}
.BgClassName
{
background-color: #F780EC;
}
</style>
border-color css
<style>
span { border-color: #F780EC; }
span { border-color: rgb(247,128,236); }
td.TdClassName
{
border-color: #F780EC;
}
.TagClassName
{
border-color: #F780EC;
}
</style>