Shades of Pale Magenta #F789D5
Tints of Pale Magenta #F789D5
RGB
CMYK
RGB Variations
Color information
#F789D5 (or 0xF789D5) is known color: Pale Magenta. HEX triplet: F7, 89 and D5. RGB value is (247,137,213). Sum of RGB (Red+Green+Blue) = 247+137+213=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F789D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F789D5 is #08762A. Grayscale: #B2B2B2. Windows color (decimal): -554539 or 13994487. OLE color: 13994487.
HSL color Cylindrical-coordinate representation of color #F789D5: hue angle of 318.55º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F789D5 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 213 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.03 |
| HSL | 318.55º | 0.87% | 0.75% | - |
| HSV(B) | 318.55º | 0.45% | 0.97% | - |
| XYZ | 59.31 | 42.47 | 68.02 | - |
| YUV | 178.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 213 | 0 | 0.45 | 0.14 | 0.03 | 318.55 | 0.87 | 0.75 |
| Hex | F7 | 89 | D5 | 0 | 2D | E | 3 | 13F | 57 | 4B |
| Octal | 367 | 211 | 325 | 0 | 55 | 16 | 3 | 477 | 127 | 113 |
| Binary | 11110111 | 10001001 | 11010101 | 0 | 101101 | 1110 | 11 | 100111111 | 1010111 | 1001011 |
Color Harmonies of #F789D5
Complementary color
Monochromatic Colors of #F789D5
Black with #F789D5
Text Example
Text Example
White with #F789D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F789D5; }
p { color: rgb(247,137,213); }
H1.HeaderClassName
{
color: #F789D5;
}
.AnyTagClassName
{
color: #F789D5;
}
</style>
background-color css
<style>
a { background-color: #F789D5; }
a { background-color: rgb(247,137,213); }
div.DivClassName
{
background-color: #F789D5;
}
.BgClassName
{
background-color: #F789D5;
}
</style>
border-color css
<style>
span { border-color: #F789D5; }
span { border-color: rgb(247,137,213); }
td.TdClassName
{
border-color: #F789D5;
}
.TagClassName
{
border-color: #F789D5;
}
</style>