Shades of Pale Magenta #F977D8
Tints of Pale Magenta #F977D8
RGB
CMYK
RGB Variations
Color information
#F977D8 (or 0xF977D8) is known color: Pale Magenta. HEX triplet: F9, 77 and D8. RGB value is (249,119,216). Sum of RGB (Red+Green+Blue) = 249+119+216=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F977D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977D8 is #068827. Grayscale: #A8A8A8. Windows color (decimal): -428072 or 14186489. OLE color: 14186489.
HSL color Cylindrical-coordinate representation of color #F977D8: hue angle of 315.23º 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 #F977D8 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 216 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.02 |
| HSL | 315.23º | 0.92% | 0.72% | - |
| HSV(B) | 315.23º | 0.52% | 0.98% | - |
| XYZ | 58.06 | 38.29 | 69.3 | - |
| YUV | 168.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 216 | 0 | 0.52 | 0.13 | 0.02 | 315.23 | 0.92 | 0.72 |
| Hex | F9 | 77 | D8 | 0 | 34 | D | 2 | 13B | 5C | 48 |
| Octal | 371 | 167 | 330 | 0 | 64 | 15 | 2 | 473 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11011000 | 0 | 110100 | 1101 | 10 | 100111011 | 1011100 | 1001000 |
Color Harmonies of #F977D8
Complementary color
Monochromatic Colors of #F977D8
Black with #F977D8
Text Example
Text Example
White with #F977D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977D8; }
p { color: rgb(249,119,216); }
H1.HeaderClassName
{
color: #F977D8;
}
.AnyTagClassName
{
color: #F977D8;
}
</style>
background-color css
<style>
a { background-color: #F977D8; }
a { background-color: rgb(249,119,216); }
div.DivClassName
{
background-color: #F977D8;
}
.BgClassName
{
background-color: #F977D8;
}
</style>
border-color css
<style>
span { border-color: #F977D8; }
span { border-color: rgb(249,119,216); }
td.TdClassName
{
border-color: #F977D8;
}
.TagClassName
{
border-color: #F977D8;
}
</style>