Shades of Pale Magenta #F984DD
Tints of Pale Magenta #F984DD
RGB
CMYK
RGB Variations
Color information
#F984DD (or 0xF984DD) is known color: Pale Magenta. HEX triplet: F9, 84 and DD. RGB value is (249,132,221). Sum of RGB (Red+Green+Blue) = 249+132+221=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F984DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984DD is #067B22. Grayscale: #B0B0B0. Windows color (decimal): -424739 or 14517497. OLE color: 14517497.
HSL color Cylindrical-coordinate representation of color #F984DD: hue angle of 314.36º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984DD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 221 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.02 |
| HSL | 314.36º | 0.91% | 0.75% | - |
| HSV(B) | 314.36º | 0.47% | 0.98% | - |
| XYZ | 60.37 | 41.86 | 73.31 | - |
| YUV | 177.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 221 | 0 | 0.47 | 0.11 | 0.02 | 314.36 | 0.91 | 0.75 |
| Hex | F9 | 84 | DD | 0 | 2F | B | 2 | 13A | 5B | 4B |
| Octal | 371 | 204 | 335 | 0 | 57 | 13 | 2 | 472 | 133 | 113 |
| Binary | 11111001 | 10000100 | 11011101 | 0 | 101111 | 1011 | 10 | 100111010 | 1011011 | 1001011 |
Color Harmonies of #F984DD
Complementary color
Monochromatic Colors of #F984DD
Black with #F984DD
Text Example
Text Example
White with #F984DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984DD; }
p { color: rgb(249,132,221); }
H1.HeaderClassName
{
color: #F984DD;
}
.AnyTagClassName
{
color: #F984DD;
}
</style>
background-color css
<style>
a { background-color: #F984DD; }
a { background-color: rgb(249,132,221); }
div.DivClassName
{
background-color: #F984DD;
}
.BgClassName
{
background-color: #F984DD;
}
</style>
border-color css
<style>
span { border-color: #F984DD; }
span { border-color: rgb(249,132,221); }
td.TdClassName
{
border-color: #F984DD;
}
.TagClassName
{
border-color: #F984DD;
}
</style>