Shades of Tea Rose #F689BE
Tints of Tea Rose #F689BE
RGB
CMYK
RGB Variations
Color information
#F689BE (or 0xF689BE) is known color: Tea Rose. HEX triplet: F6, 89 and BE. RGB value is (246,137,190). Sum of RGB (Red+Green+Blue) = 246+137+190=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BE is #097641. Grayscale: #AFAFAF. Windows color (decimal): -620098 or 12487158. OLE color: 12487158.
HSL color Cylindrical-coordinate representation of color #F689BE: hue angle of 330.83º 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 #F689BE is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 190 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 330.83º | 0.86% | 0.75% | - |
| HSV(B) | 330.83º | 0.44% | 0.96% | - |
| XYZ | 56.25 | 41.2 | 53.7 | - |
| YUV | 175.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 190 | 0 | 0.44 | 0.23 | 0.04 | 330.83 | 0.86 | 0.75 |
| Hex | F6 | 89 | BE | 0 | 2C | 17 | 4 | 14B | 56 | 4B |
| Octal | 366 | 211 | 276 | 0 | 54 | 27 | 4 | 513 | 126 | 113 |
| Binary | 11110110 | 10001001 | 10111110 | 0 | 101100 | 10111 | 100 | 101001011 | 1010110 | 1001011 |
Color Harmonies of #F689BE
Complementary color
Monochromatic Colors of #F689BE
Black with #F689BE
Text Example
Text Example
White with #F689BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689BE; }
p { color: rgb(246,137,190); }
H1.HeaderClassName
{
color: #F689BE;
}
.AnyTagClassName
{
color: #F689BE;
}
</style>
background-color css
<style>
a { background-color: #F689BE; }
a { background-color: rgb(246,137,190); }
div.DivClassName
{
background-color: #F689BE;
}
.BgClassName
{
background-color: #F689BE;
}
</style>
border-color css
<style>
span { border-color: #F689BE; }
span { border-color: rgb(246,137,190); }
td.TdClassName
{
border-color: #F689BE;
}
.TagClassName
{
border-color: #F689BE;
}
</style>