Shades of Pale Magenta #F977D7
Tints of Pale Magenta #F977D7
RGB
CMYK
RGB Variations
Color information
#F977D7 (or 0xF977D7) is known color: Pale Magenta. HEX triplet: F9, 77 and D7. RGB value is (249,119,215). Sum of RGB (Red+Green+Blue) = 249+119+215=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F977D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977D7 is #068828. Grayscale: #A8A8A8. Windows color (decimal): -428073 or 14120953. OLE color: 14120953.
HSL color Cylindrical-coordinate representation of color #F977D7: hue angle of 315.69º 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 #F977D7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 215 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.02 |
| HSL | 315.69º | 0.92% | 0.72% | - |
| HSV(B) | 315.69º | 0.52% | 0.98% | - |
| XYZ | 57.93 | 38.24 | 68.62 | - |
| YUV | 168.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 215 | 0 | 0.52 | 0.14 | 0.02 | 315.69 | 0.92 | 0.72 |
| Hex | F9 | 77 | D7 | 0 | 34 | E | 2 | 13C | 5C | 48 |
| Octal | 371 | 167 | 327 | 0 | 64 | 16 | 2 | 474 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11010111 | 0 | 110100 | 1110 | 10 | 100111100 | 1011100 | 1001000 |
Color Harmonies of #F977D7
Complementary color
Monochromatic Colors of #F977D7
Black with #F977D7
Text Example
Text Example
White with #F977D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977D7; }
p { color: rgb(249,119,215); }
H1.HeaderClassName
{
color: #F977D7;
}
.AnyTagClassName
{
color: #F977D7;
}
</style>
background-color css
<style>
a { background-color: #F977D7; }
a { background-color: rgb(249,119,215); }
div.DivClassName
{
background-color: #F977D7;
}
.BgClassName
{
background-color: #F977D7;
}
</style>
border-color css
<style>
span { border-color: #F977D7; }
span { border-color: rgb(249,119,215); }
td.TdClassName
{
border-color: #F977D7;
}
.TagClassName
{
border-color: #F977D7;
}
</style>