Shades of Pale Magenta #F986DF
Tints of Pale Magenta #F986DF
RGB
CMYK
RGB Variations
Color information
#F986DF (or 0xF986DF) is known color: Pale Magenta. HEX triplet: F9, 86 and DF. RGB value is (249,134,223). Sum of RGB (Red+Green+Blue) = 249+134+223=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F986DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986DF is #067920. Grayscale: #B2B2B2. Windows color (decimal): -424225 or 14649081. OLE color: 14649081.
HSL color Cylindrical-coordinate representation of color #F986DF: hue angle of 313.57º 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 #F986DF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 223 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.02 |
| HSL | 313.57º | 0.91% | 0.75% | - |
| HSV(B) | 313.57º | 0.46% | 0.98% | - |
| XYZ | 60.91 | 42.52 | 74.81 | - |
| YUV | 178.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 223 | 0 | 0.46 | 0.10 | 0.02 | 313.57 | 0.91 | 0.75 |
| Hex | F9 | 86 | DF | 0 | 2E | A | 2 | 13A | 5B | 4B |
| Octal | 371 | 206 | 337 | 0 | 56 | 12 | 2 | 472 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11011111 | 0 | 101110 | 1010 | 10 | 100111010 | 1011011 | 1001011 |
Color Harmonies of #F986DF
Complementary color
Monochromatic Colors of #F986DF
Black with #F986DF
Text Example
Text Example
White with #F986DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986DF; }
p { color: rgb(249,134,223); }
H1.HeaderClassName
{
color: #F986DF;
}
.AnyTagClassName
{
color: #F986DF;
}
</style>
background-color css
<style>
a { background-color: #F986DF; }
a { background-color: rgb(249,134,223); }
div.DivClassName
{
background-color: #F986DF;
}
.BgClassName
{
background-color: #F986DF;
}
</style>
border-color css
<style>
span { border-color: #F986DF; }
span { border-color: rgb(249,134,223); }
td.TdClassName
{
border-color: #F986DF;
}
.TagClassName
{
border-color: #F986DF;
}
</style>