Shades of Tea Rose #F689BB
Tints of Tea Rose #F689BB
RGB
CMYK
RGB Variations
Color information
#F689BB (or 0xF689BB) is known color: Tea Rose. HEX triplet: F6, 89 and BB. RGB value is (246,137,187). Sum of RGB (Red+Green+Blue) = 246+137+187=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BB is #097644. Grayscale: #AFAFAF. Windows color (decimal): -620101 or 12290550. OLE color: 12290550.
HSL color Cylindrical-coordinate representation of color #F689BB: hue angle of 332.48º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F689BB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 187 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.04 |
| HSL | 332.48º | 0.86% | 0.75% | - |
| HSV(B) | 332.48º | 0.44% | 0.96% | - |
| XYZ | 55.92 | 41.07 | 51.99 | - |
| YUV | 175.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 187 | 0 | 0.44 | 0.24 | 0.04 | 332.48 | 0.86 | 0.75 |
| Hex | F6 | 89 | BB | 0 | 2C | 18 | 4 | 14C | 56 | 4B |
| Octal | 366 | 211 | 273 | 0 | 54 | 30 | 4 | 514 | 126 | 113 |
| Binary | 11110110 | 10001001 | 10111011 | 0 | 101100 | 11000 | 100 | 101001100 | 1010110 | 1001011 |
Color Harmonies of #F689BB
Complementary color
Monochromatic Colors of #F689BB
Black with #F689BB
Text Example
Text Example
White with #F689BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689BB; }
p { color: rgb(246,137,187); }
H1.HeaderClassName
{
color: #F689BB;
}
.AnyTagClassName
{
color: #F689BB;
}
</style>
background-color css
<style>
a { background-color: #F689BB; }
a { background-color: rgb(246,137,187); }
div.DivClassName
{
background-color: #F689BB;
}
.BgClassName
{
background-color: #F689BB;
}
</style>
border-color css
<style>
span { border-color: #F689BB; }
span { border-color: rgb(246,137,187); }
td.TdClassName
{
border-color: #F689BB;
}
.TagClassName
{
border-color: #F689BB;
}
</style>