Shades of Tea Rose #F989D2
Tints of Tea Rose #F989D2
RGB
CMYK
RGB Variations
Color information
#F989D2 (or 0xF989D2) is known color: Tea Rose. HEX triplet: F9, 89 and D2. RGB value is (249,137,210). Sum of RGB (Red+Green+Blue) = 249+137+210=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F989D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989D2 is #06762D. Grayscale: #B2B2B2. Windows color (decimal): -423470 or 13797881. OLE color: 13797881.
HSL color Cylindrical-coordinate representation of color #F989D2: hue angle of 320.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989D2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 210 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 320.89º | 0.9% | 0.76% | - |
| HSV(B) | 320.89º | 0.45% | 0.98% | - |
| XYZ | 59.65 | 42.68 | 66.07 | - |
| YUV | 178.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 210 | 0 | 0.45 | 0.16 | 0.02 | 320.89 | 0.9 | 0.76 |
| Hex | F9 | 89 | D2 | 0 | 2D | 10 | 2 | 141 | 5A | 4C |
| Octal | 371 | 211 | 322 | 0 | 55 | 20 | 2 | 501 | 132 | 114 |
| Binary | 11111001 | 10001001 | 11010010 | 0 | 101101 | 10000 | 10 | 101000001 | 1011010 | 1001100 |
Color Harmonies of #F989D2
Complementary color
Monochromatic Colors of #F989D2
Black with #F989D2
Text Example
Text Example
White with #F989D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F989D2; }
p { color: rgb(249,137,210); }
H1.HeaderClassName
{
color: #F989D2;
}
.AnyTagClassName
{
color: #F989D2;
}
</style>
background-color css
<style>
a { background-color: #F989D2; }
a { background-color: rgb(249,137,210); }
div.DivClassName
{
background-color: #F989D2;
}
.BgClassName
{
background-color: #F989D2;
}
</style>
border-color css
<style>
span { border-color: #F989D2; }
span { border-color: rgb(249,137,210); }
td.TdClassName
{
border-color: #F989D2;
}
.TagClassName
{
border-color: #F989D2;
}
</style>