Shades of Tea Rose #F986D1
Tints of Tea Rose #F986D1
RGB
CMYK
RGB Variations
Color information
#F986D1 (or 0xF986D1) is known color: Tea Rose. HEX triplet: F9, 86 and D1. RGB value is (249,134,209). Sum of RGB (Red+Green+Blue) = 249+134+209=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F986D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986D1 is #06792E. Grayscale: #B0B0B0. Windows color (decimal): -424239 or 13731577. OLE color: 13731577.
HSL color Cylindrical-coordinate representation of color #F986D1: hue angle of 320.87º 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 #F986D1 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 209 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.02 |
| HSL | 320.87º | 0.91% | 0.75% | - |
| HSV(B) | 320.87º | 0.46% | 0.98% | - |
| XYZ | 59.1 | 41.79 | 65.27 | - |
| YUV | 176.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 209 | 0 | 0.46 | 0.16 | 0.02 | 320.87 | 0.91 | 0.75 |
| Hex | F9 | 86 | D1 | 0 | 2E | 10 | 2 | 141 | 5B | 4B |
| Octal | 371 | 206 | 321 | 0 | 56 | 20 | 2 | 501 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11010001 | 0 | 101110 | 10000 | 10 | 101000001 | 1011011 | 1001011 |
Color Harmonies of #F986D1
Complementary color
Monochromatic Colors of #F986D1
Black with #F986D1
Text Example
Text Example
White with #F986D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986D1; }
p { color: rgb(249,134,209); }
H1.HeaderClassName
{
color: #F986D1;
}
.AnyTagClassName
{
color: #F986D1;
}
</style>
background-color css
<style>
a { background-color: #F986D1; }
a { background-color: rgb(249,134,209); }
div.DivClassName
{
background-color: #F986D1;
}
.BgClassName
{
background-color: #F986D1;
}
</style>
border-color css
<style>
span { border-color: #F986D1; }
span { border-color: rgb(249,134,209); }
td.TdClassName
{
border-color: #F986D1;
}
.TagClassName
{
border-color: #F986D1;
}
</style>