Shades of Pale Magenta #F977DB
Tints of Pale Magenta #F977DB
RGB
CMYK
RGB Variations
Color information
#F977DB (or 0xF977DB) is known color: Pale Magenta. HEX triplet: F9, 77 and DB. RGB value is (249,119,219). Sum of RGB (Red+Green+Blue) = 249+119+219=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F977DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977DB is #068824. Grayscale: #A9A9A9. Windows color (decimal): -428069 or 14383097. OLE color: 14383097.
HSL color Cylindrical-coordinate representation of color #F977DB: hue angle of 313.85º 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 #F977DB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 219 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.02 |
| HSL | 313.85º | 0.92% | 0.72% | - |
| HSV(B) | 313.85º | 0.52% | 0.98% | - |
| XYZ | 58.45 | 38.45 | 71.36 | - |
| YUV | 169.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 219 | 0 | 0.52 | 0.12 | 0.02 | 313.85 | 0.92 | 0.72 |
| Hex | F9 | 77 | DB | 0 | 34 | C | 2 | 13A | 5C | 48 |
| Octal | 371 | 167 | 333 | 0 | 64 | 14 | 2 | 472 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11011011 | 0 | 110100 | 1100 | 10 | 100111010 | 1011100 | 1001000 |
Color Harmonies of #F977DB
Complementary color
Monochromatic Colors of #F977DB
Black with #F977DB
Text Example
Text Example
White with #F977DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977DB; }
p { color: rgb(249,119,219); }
H1.HeaderClassName
{
color: #F977DB;
}
.AnyTagClassName
{
color: #F977DB;
}
</style>
background-color css
<style>
a { background-color: #F977DB; }
a { background-color: rgb(249,119,219); }
div.DivClassName
{
background-color: #F977DB;
}
.BgClassName
{
background-color: #F977DB;
}
</style>
border-color css
<style>
span { border-color: #F977DB; }
span { border-color: rgb(249,119,219); }
td.TdClassName
{
border-color: #F977DB;
}
.TagClassName
{
border-color: #F977DB;
}
</style>