Shades of Pale Magenta #F782ED
Tints of Pale Magenta #F782ED
RGB
CMYK
RGB Variations
Color information
#F782ED (or 0xF782ED) is known color: Pale Magenta. HEX triplet: F7, 82 and ED. RGB value is (247,130,237). Sum of RGB (Red+Green+Blue) = 247+130+237=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F782ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F782ED is #087D12. Grayscale: #B0B0B0. Windows color (decimal): -556307 or 15565559. OLE color: 15565559.
HSL color Cylindrical-coordinate representation of color #F782ED: hue angle of 305.13º 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 #F782ED is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 237 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.03 |
| HSL | 305.13º | 0.88% | 0.74% | - |
| HSV(B) | 305.13º | 0.47% | 0.97% | - |
| XYZ | 61.63 | 41.85 | 84.95 | - |
| YUV | 177.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 237 | 0 | 0.47 | 0.04 | 0.03 | 305.13 | 0.88 | 0.74 |
| Hex | F7 | 82 | ED | 0 | 2F | 4 | 3 | 131 | 58 | 4A |
| Octal | 367 | 202 | 355 | 0 | 57 | 4 | 3 | 461 | 130 | 112 |
| Binary | 11110111 | 10000010 | 11101101 | 0 | 101111 | 100 | 11 | 100110001 | 1011000 | 1001010 |
Color Harmonies of #F782ED
Complementary color
Monochromatic Colors of #F782ED
Black with #F782ED
Text Example
Text Example
White with #F782ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F782ED; }
p { color: rgb(247,130,237); }
H1.HeaderClassName
{
color: #F782ED;
}
.AnyTagClassName
{
color: #F782ED;
}
</style>
background-color css
<style>
a { background-color: #F782ED; }
a { background-color: rgb(247,130,237); }
div.DivClassName
{
background-color: #F782ED;
}
.BgClassName
{
background-color: #F782ED;
}
</style>
border-color css
<style>
span { border-color: #F782ED; }
span { border-color: rgb(247,130,237); }
td.TdClassName
{
border-color: #F782ED;
}
.TagClassName
{
border-color: #F782ED;
}
</style>