Shades of Pale Magenta #F78DED
Tints of Pale Magenta #F78DED
RGB
CMYK
RGB Variations
Color information
#F78DED (or 0xF78DED) is known color: Pale Magenta. HEX triplet: F7, 8D and ED. RGB value is (247,141,237). Sum of RGB (Red+Green+Blue) = 247+141+237=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78DED is #087212. Grayscale: #B7B7B7. Windows color (decimal): -553491 or 15568375. OLE color: 15568375.
HSL color Cylindrical-coordinate representation of color #F78DED: hue angle of 305.66º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78DED is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 237 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.03 |
| HSL | 305.66º | 0.87% | 0.76% | - |
| HSV(B) | 305.66º | 0.43% | 0.97% | - |
| XYZ | 63.17 | 44.94 | 85.47 | - |
| YUV | 183.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 237 | 0 | 0.43 | 0.04 | 0.03 | 305.66 | 0.87 | 0.76 |
| Hex | F7 | 8D | ED | 0 | 2B | 4 | 3 | 132 | 57 | 4C |
| Octal | 367 | 215 | 355 | 0 | 53 | 4 | 3 | 462 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11101101 | 0 | 101011 | 100 | 11 | 100110010 | 1010111 | 1001100 |
Color Harmonies of #F78DED
Complementary color
Monochromatic Colors of #F78DED
Black with #F78DED
Text Example
Text Example
White with #F78DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DED; }
p { color: rgb(247,141,237); }
H1.HeaderClassName
{
color: #F78DED;
}
.AnyTagClassName
{
color: #F78DED;
}
</style>
background-color css
<style>
a { background-color: #F78DED; }
a { background-color: rgb(247,141,237); }
div.DivClassName
{
background-color: #F78DED;
}
.BgClassName
{
background-color: #F78DED;
}
</style>
border-color css
<style>
span { border-color: #F78DED; }
span { border-color: rgb(247,141,237); }
td.TdClassName
{
border-color: #F78DED;
}
.TagClassName
{
border-color: #F78DED;
}
</style>