Shades of Pale Magenta #F980DB
Tints of Pale Magenta #F980DB
RGB
CMYK
RGB Variations
Color information
#F980DB (or 0xF980DB) is known color: Pale Magenta. HEX triplet: F9, 80 and DB. RGB value is (249,128,219). Sum of RGB (Red+Green+Blue) = 249+128+219=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DB is #067F24. Grayscale: #AEAEAE. Windows color (decimal): -425765 or 14385401. OLE color: 14385401.
HSL color Cylindrical-coordinate representation of color #F980DB: hue angle of 314.88º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F980DB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 219 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.02 |
| HSL | 314.88º | 0.91% | 0.74% | - |
| HSV(B) | 314.88º | 0.49% | 0.98% | - |
| XYZ | 59.57 | 40.69 | 71.73 | - |
| YUV | 174.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 219 | 0 | 0.49 | 0.12 | 0.02 | 314.88 | 0.91 | 0.74 |
| Hex | F9 | 80 | DB | 0 | 31 | C | 2 | 13B | 5B | 4A |
| Octal | 371 | 200 | 333 | 0 | 61 | 14 | 2 | 473 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11011011 | 0 | 110001 | 1100 | 10 | 100111011 | 1011011 | 1001010 |
Color Harmonies of #F980DB
Complementary color
Monochromatic Colors of #F980DB
Black with #F980DB
Text Example
Text Example
White with #F980DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980DB; }
p { color: rgb(249,128,219); }
H1.HeaderClassName
{
color: #F980DB;
}
.AnyTagClassName
{
color: #F980DB;
}
</style>
background-color css
<style>
a { background-color: #F980DB; }
a { background-color: rgb(249,128,219); }
div.DivClassName
{
background-color: #F980DB;
}
.BgClassName
{
background-color: #F980DB;
}
</style>
border-color css
<style>
span { border-color: #F980DB; }
span { border-color: rgb(249,128,219); }
td.TdClassName
{
border-color: #F980DB;
}
.TagClassName
{
border-color: #F980DB;
}
</style>