Shades of Pale Magenta #F980DC
Tints of Pale Magenta #F980DC
RGB
CMYK
RGB Variations
Color information
#F980DC (or 0xF980DC) is known color: Pale Magenta. HEX triplet: F9, 80 and DC. RGB value is (249,128,220). Sum of RGB (Red+Green+Blue) = 249+128+220=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DC is #067F23. Grayscale: #AEAEAE. Windows color (decimal): -425764 or 14450937. OLE color: 14450937.
HSL color Cylindrical-coordinate representation of color #F980DC: hue angle of 314.38º 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 #F980DC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 220 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.02 |
| HSL | 314.38º | 0.91% | 0.74% | - |
| HSV(B) | 314.38º | 0.49% | 0.98% | - |
| XYZ | 59.7 | 40.75 | 72.43 | - |
| YUV | 174.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 220 | 0 | 0.49 | 0.12 | 0.02 | 314.38 | 0.91 | 0.74 |
| Hex | F9 | 80 | DC | 0 | 31 | C | 2 | 13A | 5B | 4A |
| Octal | 371 | 200 | 334 | 0 | 61 | 14 | 2 | 472 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11011100 | 0 | 110001 | 1100 | 10 | 100111010 | 1011011 | 1001010 |
Color Harmonies of #F980DC
Complementary color
Monochromatic Colors of #F980DC
Black with #F980DC
Text Example
Text Example
White with #F980DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980DC; }
p { color: rgb(249,128,220); }
H1.HeaderClassName
{
color: #F980DC;
}
.AnyTagClassName
{
color: #F980DC;
}
</style>
background-color css
<style>
a { background-color: #F980DC; }
a { background-color: rgb(249,128,220); }
div.DivClassName
{
background-color: #F980DC;
}
.BgClassName
{
background-color: #F980DC;
}
</style>
border-color css
<style>
span { border-color: #F980DC; }
span { border-color: rgb(249,128,220); }
td.TdClassName
{
border-color: #F980DC;
}
.TagClassName
{
border-color: #F980DC;
}
</style>