Shades of Pale Magenta #F980DD
Tints of Pale Magenta #F980DD
RGB
CMYK
RGB Variations
Color information
#F980DD (or 0xF980DD) is known color: Pale Magenta. HEX triplet: F9, 80 and DD. RGB value is (249,128,221). Sum of RGB (Red+Green+Blue) = 249+128+221=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DD is #067F22. Grayscale: #AEAEAE. Windows color (decimal): -425763 or 14516473. OLE color: 14516473.
HSL color Cylindrical-coordinate representation of color #F980DD: hue angle of 313.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 #F980DD is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 221 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.02 |
| HSL | 313.88º | 0.91% | 0.74% | - |
| HSV(B) | 313.88º | 0.49% | 0.98% | - |
| XYZ | 59.84 | 40.8 | 73.13 | - |
| YUV | 174.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 221 | 0 | 0.49 | 0.11 | 0.02 | 313.88 | 0.91 | 0.74 |
| Hex | F9 | 80 | DD | 0 | 31 | B | 2 | 13A | 5B | 4A |
| Octal | 371 | 200 | 335 | 0 | 61 | 13 | 2 | 472 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11011101 | 0 | 110001 | 1011 | 10 | 100111010 | 1011011 | 1001010 |
Color Harmonies of #F980DD
Complementary color
Monochromatic Colors of #F980DD
Black with #F980DD
Text Example
Text Example
White with #F980DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980DD; }
p { color: rgb(249,128,221); }
H1.HeaderClassName
{
color: #F980DD;
}
.AnyTagClassName
{
color: #F980DD;
}
</style>
background-color css
<style>
a { background-color: #F980DD; }
a { background-color: rgb(249,128,221); }
div.DivClassName
{
background-color: #F980DD;
}
.BgClassName
{
background-color: #F980DD;
}
</style>
border-color css
<style>
span { border-color: #F980DD; }
span { border-color: rgb(249,128,221); }
td.TdClassName
{
border-color: #F980DD;
}
.TagClassName
{
border-color: #F980DD;
}
</style>