Shades of Pale Magenta #F784ED
Tints of Pale Magenta #F784ED
RGB
CMYK
RGB Variations
Color information
#F784ED (or 0xF784ED) is known color: Pale Magenta. HEX triplet: F7, 84 and ED. RGB value is (247,132,237). Sum of RGB (Red+Green+Blue) = 247+132+237=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F784ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F784ED is #087B12. Grayscale: #B2B2B2. Windows color (decimal): -555795 or 15566071. OLE color: 15566071.
HSL color Cylindrical-coordinate representation of color #F784ED: hue angle of 305.22º 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 #F784ED is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 237 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.03 |
| HSL | 305.22º | 0.88% | 0.74% | - |
| HSV(B) | 305.22º | 0.47% | 0.97% | - |
| XYZ | 61.9 | 42.39 | 85.04 | - |
| YUV | 178.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 237 | 0 | 0.47 | 0.04 | 0.03 | 305.22 | 0.88 | 0.74 |
| Hex | F7 | 84 | ED | 0 | 2F | 4 | 3 | 131 | 58 | 4A |
| Octal | 367 | 204 | 355 | 0 | 57 | 4 | 3 | 461 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11101101 | 0 | 101111 | 100 | 11 | 100110001 | 1011000 | 1001010 |
Color Harmonies of #F784ED
Complementary color
Monochromatic Colors of #F784ED
Black with #F784ED
Text Example
Text Example
White with #F784ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784ED; }
p { color: rgb(247,132,237); }
H1.HeaderClassName
{
color: #F784ED;
}
.AnyTagClassName
{
color: #F784ED;
}
</style>
background-color css
<style>
a { background-color: #F784ED; }
a { background-color: rgb(247,132,237); }
div.DivClassName
{
background-color: #F784ED;
}
.BgClassName
{
background-color: #F784ED;
}
</style>
border-color css
<style>
span { border-color: #F784ED; }
span { border-color: rgb(247,132,237); }
td.TdClassName
{
border-color: #F784ED;
}
.TagClassName
{
border-color: #F784ED;
}
</style>