Shades of Tea Rose #F689BC
Tints of Tea Rose #F689BC
RGB
CMYK
RGB Variations
Color information
#F689BC (or 0xF689BC) is known color: Tea Rose. HEX triplet: F6, 89 and BC. RGB value is (246,137,188). Sum of RGB (Red+Green+Blue) = 246+137+188=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BC is #097643. Grayscale: #AFAFAF. Windows color (decimal): -620100 or 12356086. OLE color: 12356086.
HSL color Cylindrical-coordinate representation of color #F689BC: hue angle of 331.93º 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 #F689BC is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 188 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.04 |
| HSL | 331.93º | 0.86% | 0.75% | - |
| HSV(B) | 331.93º | 0.44% | 0.96% | - |
| XYZ | 56.03 | 41.11 | 52.56 | - |
| YUV | 175.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 188 | 0 | 0.44 | 0.24 | 0.04 | 331.93 | 0.86 | 0.75 |
| Hex | F6 | 89 | BC | 0 | 2C | 18 | 4 | 14C | 56 | 4B |
| Octal | 366 | 211 | 274 | 0 | 54 | 30 | 4 | 514 | 126 | 113 |
| Binary | 11110110 | 10001001 | 10111100 | 0 | 101100 | 11000 | 100 | 101001100 | 1010110 | 1001011 |
Color Harmonies of #F689BC
Complementary color
Monochromatic Colors of #F689BC
Black with #F689BC
Text Example
Text Example
White with #F689BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689BC; }
p { color: rgb(246,137,188); }
H1.HeaderClassName
{
color: #F689BC;
}
.AnyTagClassName
{
color: #F689BC;
}
</style>
background-color css
<style>
a { background-color: #F689BC; }
a { background-color: rgb(246,137,188); }
div.DivClassName
{
background-color: #F689BC;
}
.BgClassName
{
background-color: #F689BC;
}
</style>
border-color css
<style>
span { border-color: #F689BC; }
span { border-color: rgb(246,137,188); }
td.TdClassName
{
border-color: #F689BC;
}
.TagClassName
{
border-color: #F689BC;
}
</style>