Shades of Tea Rose #F989C0
Tints of Tea Rose #F989C0
RGB
CMYK
RGB Variations
Color information
#F989C0 (or 0xF989C0) is known color: Tea Rose. HEX triplet: F9, 89 and C0. RGB value is (249,137,192). Sum of RGB (Red+Green+Blue) = 249+137+192=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F989C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989C0 is #06763F. Grayscale: #B0B0B0. Windows color (decimal): -423488 or 12618233. OLE color: 12618233.
HSL color Cylindrical-coordinate representation of color #F989C0: hue angle of 330.54º 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 #F989C0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 192 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.02 |
| HSL | 330.54º | 0.9% | 0.76% | - |
| HSV(B) | 330.54º | 0.45% | 0.98% | - |
| XYZ | 57.53 | 41.84 | 54.91 | - |
| YUV | 176.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 192 | 0 | 0.45 | 0.23 | 0.02 | 330.54 | 0.9 | 0.76 |
| Hex | F9 | 89 | C0 | 0 | 2D | 17 | 2 | 14B | 5A | 4C |
| Octal | 371 | 211 | 300 | 0 | 55 | 27 | 2 | 513 | 132 | 114 |
| Binary | 11111001 | 10001001 | 11000000 | 0 | 101101 | 10111 | 10 | 101001011 | 1011010 | 1001100 |
Color Harmonies of #F989C0
Complementary color
Monochromatic Colors of #F989C0
Black with #F989C0
Text Example
Text Example
White with #F989C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F989C0; }
p { color: rgb(249,137,192); }
H1.HeaderClassName
{
color: #F989C0;
}
.AnyTagClassName
{
color: #F989C0;
}
</style>
background-color css
<style>
a { background-color: #F989C0; }
a { background-color: rgb(249,137,192); }
div.DivClassName
{
background-color: #F989C0;
}
.BgClassName
{
background-color: #F989C0;
}
</style>
border-color css
<style>
span { border-color: #F989C0; }
span { border-color: rgb(249,137,192); }
td.TdClassName
{
border-color: #F989C0;
}
.TagClassName
{
border-color: #F989C0;
}
</style>