Shades of Pale Magenta #F983D9
Tints of Pale Magenta #F983D9
RGB
CMYK
RGB Variations
Color information
#F983D9 (or 0xF983D9) is known color: Pale Magenta. HEX triplet: F9, 83 and D9. RGB value is (249,131,217). Sum of RGB (Red+Green+Blue) = 249+131+217=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F983D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983D9 is #067C26. Grayscale: #AFAFAF. Windows color (decimal): -424999 or 14255097. OLE color: 14255097.
HSL color Cylindrical-coordinate representation of color #F983D9: hue angle of 316.27º 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 #F983D9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 217 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.02 |
| HSL | 316.27º | 0.91% | 0.75% | - |
| HSV(B) | 316.27º | 0.47% | 0.98% | - |
| XYZ | 59.71 | 41.38 | 70.49 | - |
| YUV | 176.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 217 | 0 | 0.47 | 0.13 | 0.02 | 316.27 | 0.91 | 0.75 |
| Hex | F9 | 83 | D9 | 0 | 2F | D | 2 | 13C | 5B | 4B |
| Octal | 371 | 203 | 331 | 0 | 57 | 15 | 2 | 474 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11011001 | 0 | 101111 | 1101 | 10 | 100111100 | 1011011 | 1001011 |
Color Harmonies of #F983D9
Complementary color
Monochromatic Colors of #F983D9
Black with #F983D9
Text Example
Text Example
White with #F983D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983D9; }
p { color: rgb(249,131,217); }
H1.HeaderClassName
{
color: #F983D9;
}
.AnyTagClassName
{
color: #F983D9;
}
</style>
background-color css
<style>
a { background-color: #F983D9; }
a { background-color: rgb(249,131,217); }
div.DivClassName
{
background-color: #F983D9;
}
.BgClassName
{
background-color: #F983D9;
}
</style>
border-color css
<style>
span { border-color: #F983D9; }
span { border-color: rgb(249,131,217); }
td.TdClassName
{
border-color: #F983D9;
}
.TagClassName
{
border-color: #F983D9;
}
</style>