Shades of Pale Magenta #F986D5
Tints of Pale Magenta #F986D5
RGB
CMYK
RGB Variations
Color information
#F986D5 (or 0xF986D5) is known color: Pale Magenta. HEX triplet: F9, 86 and D5. RGB value is (249,134,213). Sum of RGB (Red+Green+Blue) = 249+134+213=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F986D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986D5 is #06792A. Grayscale: #B1B1B1. Windows color (decimal): -424235 or 13993721. OLE color: 13993721.
HSL color Cylindrical-coordinate representation of color #F986D5: hue angle of 318.78º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986D5 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 213 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.02 |
| HSL | 318.78º | 0.91% | 0.75% | - |
| HSV(B) | 318.78º | 0.46% | 0.98% | - |
| XYZ | 59.6 | 41.99 | 67.92 | - |
| YUV | 177.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 213 | 0 | 0.46 | 0.14 | 0.02 | 318.78 | 0.91 | 0.75 |
| Hex | F9 | 86 | D5 | 0 | 2E | E | 2 | 13F | 5B | 4B |
| Octal | 371 | 206 | 325 | 0 | 56 | 16 | 2 | 477 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11010101 | 0 | 101110 | 1110 | 10 | 100111111 | 1011011 | 1001011 |
Color Harmonies of #F986D5
Complementary color
Monochromatic Colors of #F986D5
Black with #F986D5
Text Example
Text Example
White with #F986D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986D5; }
p { color: rgb(249,134,213); }
H1.HeaderClassName
{
color: #F986D5;
}
.AnyTagClassName
{
color: #F986D5;
}
</style>
background-color css
<style>
a { background-color: #F986D5; }
a { background-color: rgb(249,134,213); }
div.DivClassName
{
background-color: #F986D5;
}
.BgClassName
{
background-color: #F986D5;
}
</style>
border-color css
<style>
span { border-color: #F986D5; }
span { border-color: rgb(249,134,213); }
td.TdClassName
{
border-color: #F986D5;
}
.TagClassName
{
border-color: #F986D5;
}
</style>