Shades of Pale Magenta #F977D9
Tints of Pale Magenta #F977D9
RGB
CMYK
RGB Variations
Color information
#F977D9 (or 0xF977D9) is known color: Pale Magenta. HEX triplet: F9, 77 and D9. RGB value is (249,119,217). Sum of RGB (Red+Green+Blue) = 249+119+217=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F977D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977D9 is #068826. Grayscale: #A8A8A8. Windows color (decimal): -428071 or 14252025. OLE color: 14252025.
HSL color Cylindrical-coordinate representation of color #F977D9: hue angle of 314.77º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977D9 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 217 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.02 |
| HSL | 314.77º | 0.92% | 0.72% | - |
| HSV(B) | 314.77º | 0.52% | 0.98% | - |
| XYZ | 58.19 | 38.34 | 69.98 | - |
| YUV | 169.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 217 | 0 | 0.52 | 0.13 | 0.02 | 314.77 | 0.92 | 0.72 |
| Hex | F9 | 77 | D9 | 0 | 34 | D | 2 | 13B | 5C | 48 |
| Octal | 371 | 167 | 331 | 0 | 64 | 15 | 2 | 473 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11011001 | 0 | 110100 | 1101 | 10 | 100111011 | 1011100 | 1001000 |
Color Harmonies of #F977D9
Complementary color
Monochromatic Colors of #F977D9
Black with #F977D9
Text Example
Text Example
White with #F977D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977D9; }
p { color: rgb(249,119,217); }
H1.HeaderClassName
{
color: #F977D9;
}
.AnyTagClassName
{
color: #F977D9;
}
</style>
background-color css
<style>
a { background-color: #F977D9; }
a { background-color: rgb(249,119,217); }
div.DivClassName
{
background-color: #F977D9;
}
.BgClassName
{
background-color: #F977D9;
}
</style>
border-color css
<style>
span { border-color: #F977D9; }
span { border-color: rgb(249,119,217); }
td.TdClassName
{
border-color: #F977D9;
}
.TagClassName
{
border-color: #F977D9;
}
</style>