Shades of Pale Magenta #F977DD
Tints of Pale Magenta #F977DD
RGB
CMYK
RGB Variations
Color information
#F977DD (or 0xF977DD) is known color: Pale Magenta. HEX triplet: F9, 77 and DD. RGB value is (249,119,221). Sum of RGB (Red+Green+Blue) = 249+119+221=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F977DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977DD is #068822. Grayscale: #A9A9A9. Windows color (decimal): -428067 or 14514169. OLE color: 14514169.
HSL color Cylindrical-coordinate representation of color #F977DD: hue angle of 312.92º 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 #F977DD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 221 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.02 |
| HSL | 312.92º | 0.92% | 0.72% | - |
| HSV(B) | 312.92º | 0.52% | 0.98% | - |
| XYZ | 58.71 | 38.55 | 72.75 | - |
| YUV | 169.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 221 | 0 | 0.52 | 0.11 | 0.02 | 312.92 | 0.92 | 0.72 |
| Hex | F9 | 77 | DD | 0 | 34 | B | 2 | 139 | 5C | 48 |
| Octal | 371 | 167 | 335 | 0 | 64 | 13 | 2 | 471 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11011101 | 0 | 110100 | 1011 | 10 | 100111001 | 1011100 | 1001000 |
Color Harmonies of #F977DD
Complementary color
Monochromatic Colors of #F977DD
Black with #F977DD
Text Example
Text Example
White with #F977DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977DD; }
p { color: rgb(249,119,221); }
H1.HeaderClassName
{
color: #F977DD;
}
.AnyTagClassName
{
color: #F977DD;
}
</style>
background-color css
<style>
a { background-color: #F977DD; }
a { background-color: rgb(249,119,221); }
div.DivClassName
{
background-color: #F977DD;
}
.BgClassName
{
background-color: #F977DD;
}
</style>
border-color css
<style>
span { border-color: #F977DD; }
span { border-color: rgb(249,119,221); }
td.TdClassName
{
border-color: #F977DD;
}
.TagClassName
{
border-color: #F977DD;
}
</style>