Shades of Pale Magenta #F983D5
Tints of Pale Magenta #F983D5
RGB
CMYK
RGB Variations
Color information
#F983D5 (or 0xF983D5) is known color: Pale Magenta. HEX triplet: F9, 83 and D5. RGB value is (249,131,213). Sum of RGB (Red+Green+Blue) = 249+131+213=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F983D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983D5 is #067C2A. Grayscale: #AFAFAF. Windows color (decimal): -425003 or 13992953. OLE color: 13992953.
HSL color Cylindrical-coordinate representation of color #F983D5: hue angle of 318.31º 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 #F983D5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 213 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.02 |
| HSL | 318.31º | 0.91% | 0.75% | - |
| HSV(B) | 318.31º | 0.47% | 0.98% | - |
| XYZ | 59.19 | 41.18 | 67.78 | - |
| YUV | 175.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 213 | 0 | 0.47 | 0.14 | 0.02 | 318.31 | 0.91 | 0.75 |
| Hex | F9 | 83 | D5 | 0 | 2F | E | 2 | 13E | 5B | 4B |
| Octal | 371 | 203 | 325 | 0 | 57 | 16 | 2 | 476 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11010101 | 0 | 101111 | 1110 | 10 | 100111110 | 1011011 | 1001011 |
Color Harmonies of #F983D5
Complementary color
Monochromatic Colors of #F983D5
Black with #F983D5
Text Example
Text Example
White with #F983D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983D5; }
p { color: rgb(249,131,213); }
H1.HeaderClassName
{
color: #F983D5;
}
.AnyTagClassName
{
color: #F983D5;
}
</style>
background-color css
<style>
a { background-color: #F983D5; }
a { background-color: rgb(249,131,213); }
div.DivClassName
{
background-color: #F983D5;
}
.BgClassName
{
background-color: #F983D5;
}
</style>
border-color css
<style>
span { border-color: #F983D5; }
span { border-color: rgb(249,131,213); }
td.TdClassName
{
border-color: #F983D5;
}
.TagClassName
{
border-color: #F983D5;
}
</style>