Shades of Pale Magenta #F981DD
Tints of Pale Magenta #F981DD
RGB
CMYK
RGB Variations
Color information
#F981DD (or 0xF981DD) is known color: Pale Magenta. HEX triplet: F9, 81 and DD. RGB value is (249,129,221). Sum of RGB (Red+Green+Blue) = 249+129+221=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DD is #067E22. Grayscale: #AFAFAF. Windows color (decimal): -425507 or 14516729. OLE color: 14516729.
HSL color Cylindrical-coordinate representation of color #F981DD: hue angle of 314º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981DD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 221 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.02 |
| HSL | 314º | 0.91% | 0.74% | - |
| HSV(B) | 314º | 0.48% | 0.98% | - |
| XYZ | 59.97 | 41.06 | 73.17 | - |
| YUV | 175.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 221 | 0 | 0.48 | 0.11 | 0.02 | 314 | 0.91 | 0.74 |
| Hex | F9 | 81 | DD | 0 | 30 | B | 2 | 13A | 5B | 4A |
| Octal | 371 | 201 | 335 | 0 | 60 | 13 | 2 | 472 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11011101 | 0 | 110000 | 1011 | 10 | 100111010 | 1011011 | 1001010 |
Color Harmonies of #F981DD
Complementary color
Monochromatic Colors of #F981DD
Black with #F981DD
Text Example
Text Example
White with #F981DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981DD; }
p { color: rgb(249,129,221); }
H1.HeaderClassName
{
color: #F981DD;
}
.AnyTagClassName
{
color: #F981DD;
}
</style>
background-color css
<style>
a { background-color: #F981DD; }
a { background-color: rgb(249,129,221); }
div.DivClassName
{
background-color: #F981DD;
}
.BgClassName
{
background-color: #F981DD;
}
</style>
border-color css
<style>
span { border-color: #F981DD; }
span { border-color: rgb(249,129,221); }
td.TdClassName
{
border-color: #F981DD;
}
.TagClassName
{
border-color: #F981DD;
}
</style>