Shades of Pale Magenta #F785D7
Tints of Pale Magenta #F785D7
RGB
CMYK
RGB Variations
Color information
#F785D7 (or 0xF785D7) is known color: Pale Magenta. HEX triplet: F7, 85 and D7. RGB value is (247,133,215). Sum of RGB (Red+Green+Blue) = 247+133+215=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F785D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785D7 is #087A28. Grayscale: #B0B0B0. Windows color (decimal): -555561 or 14124535. OLE color: 14124535.
HSL color Cylindrical-coordinate representation of color #F785D7: hue angle of 316.84º 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 #F785D7 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 215 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.03 |
| HSL | 316.84º | 0.88% | 0.75% | - |
| HSV(B) | 316.84º | 0.46% | 0.97% | - |
| XYZ | 59.01 | 41.46 | 69.18 | - |
| YUV | 176.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 215 | 0 | 0.46 | 0.13 | 0.03 | 316.84 | 0.88 | 0.75 |
| Hex | F7 | 85 | D7 | 0 | 2E | D | 3 | 13D | 58 | 4B |
| Octal | 367 | 205 | 327 | 0 | 56 | 15 | 3 | 475 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11010111 | 0 | 101110 | 1101 | 11 | 100111101 | 1011000 | 1001011 |
Color Harmonies of #F785D7
Complementary color
Monochromatic Colors of #F785D7
Black with #F785D7
Text Example
Text Example
White with #F785D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785D7; }
p { color: rgb(247,133,215); }
H1.HeaderClassName
{
color: #F785D7;
}
.AnyTagClassName
{
color: #F785D7;
}
</style>
background-color css
<style>
a { background-color: #F785D7; }
a { background-color: rgb(247,133,215); }
div.DivClassName
{
background-color: #F785D7;
}
.BgClassName
{
background-color: #F785D7;
}
</style>
border-color css
<style>
span { border-color: #F785D7; }
span { border-color: rgb(247,133,215); }
td.TdClassName
{
border-color: #F785D7;
}
.TagClassName
{
border-color: #F785D7;
}
</style>