Shades of Pale Magenta #F785ED
Tints of Pale Magenta #F785ED
RGB
CMYK
RGB Variations
Color information
#F785ED (or 0xF785ED) is known color: Pale Magenta. HEX triplet: F7, 85 and ED. RGB value is (247,133,237). Sum of RGB (Red+Green+Blue) = 247+133+237=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F785ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785ED is #087A12. Grayscale: #B2B2B2. Windows color (decimal): -555539 or 15566327. OLE color: 15566327.
HSL color Cylindrical-coordinate representation of color #F785ED: hue angle of 305.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785ED is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 237 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.03 |
| HSL | 305.26º | 0.88% | 0.75% | - |
| HSV(B) | 305.26º | 0.46% | 0.97% | - |
| XYZ | 62.03 | 42.66 | 85.09 | - |
| YUV | 178.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 237 | 0 | 0.46 | 0.04 | 0.03 | 305.26 | 0.88 | 0.75 |
| Hex | F7 | 85 | ED | 0 | 2E | 4 | 3 | 131 | 58 | 4B |
| Octal | 367 | 205 | 355 | 0 | 56 | 4 | 3 | 461 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11101101 | 0 | 101110 | 100 | 11 | 100110001 | 1011000 | 1001011 |
Color Harmonies of #F785ED
Complementary color
Monochromatic Colors of #F785ED
Black with #F785ED
Text Example
Text Example
White with #F785ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785ED; }
p { color: rgb(247,133,237); }
H1.HeaderClassName
{
color: #F785ED;
}
.AnyTagClassName
{
color: #F785ED;
}
</style>
background-color css
<style>
a { background-color: #F785ED; }
a { background-color: rgb(247,133,237); }
div.DivClassName
{
background-color: #F785ED;
}
.BgClassName
{
background-color: #F785ED;
}
</style>
border-color css
<style>
span { border-color: #F785ED; }
span { border-color: rgb(247,133,237); }
td.TdClassName
{
border-color: #F785ED;
}
.TagClassName
{
border-color: #F785ED;
}
</style>