Shades of Pale Magenta #F977DC
Tints of Pale Magenta #F977DC
RGB
CMYK
RGB Variations
Color information
#F977DC (or 0xF977DC) is known color: Pale Magenta. HEX triplet: F9, 77 and DC. RGB value is (249,119,220). Sum of RGB (Red+Green+Blue) = 249+119+220=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F977DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977DC is #068823. Grayscale: #A9A9A9. Windows color (decimal): -428068 or 14448633. OLE color: 14448633.
HSL color Cylindrical-coordinate representation of color #F977DC: hue angle of 313.38º 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 #F977DC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 220 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.02 |
| HSL | 313.38º | 0.92% | 0.72% | - |
| HSV(B) | 313.38º | 0.52% | 0.98% | - |
| XYZ | 58.58 | 38.5 | 72.05 | - |
| YUV | 169.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 220 | 0 | 0.52 | 0.12 | 0.02 | 313.38 | 0.92 | 0.72 |
| Hex | F9 | 77 | DC | 0 | 34 | C | 2 | 139 | 5C | 48 |
| Octal | 371 | 167 | 334 | 0 | 64 | 14 | 2 | 471 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11011100 | 0 | 110100 | 1100 | 10 | 100111001 | 1011100 | 1001000 |
Color Harmonies of #F977DC
Complementary color
Monochromatic Colors of #F977DC
Black with #F977DC
Text Example
Text Example
White with #F977DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977DC; }
p { color: rgb(249,119,220); }
H1.HeaderClassName
{
color: #F977DC;
}
.AnyTagClassName
{
color: #F977DC;
}
</style>
background-color css
<style>
a { background-color: #F977DC; }
a { background-color: rgb(249,119,220); }
div.DivClassName
{
background-color: #F977DC;
}
.BgClassName
{
background-color: #F977DC;
}
</style>
border-color css
<style>
span { border-color: #F977DC; }
span { border-color: rgb(249,119,220); }
td.TdClassName
{
border-color: #F977DC;
}
.TagClassName
{
border-color: #F977DC;
}
</style>