Shades of Tea Rose #F689BD
Tints of Tea Rose #F689BD
RGB
CMYK
RGB Variations
Color information
#F689BD (or 0xF689BD) is known color: Tea Rose. HEX triplet: F6, 89 and BD. RGB value is (246,137,189). Sum of RGB (Red+Green+Blue) = 246+137+189=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BD is #097642. Grayscale: #AFAFAF. Windows color (decimal): -620099 or 12421622. OLE color: 12421622.
HSL color Cylindrical-coordinate representation of color #F689BD: hue angle of 331.38º 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 #F689BD is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 189 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 331.38º | 0.86% | 0.75% | - |
| HSV(B) | 331.38º | 0.44% | 0.96% | - |
| XYZ | 56.14 | 41.16 | 53.13 | - |
| YUV | 175.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 189 | 0 | 0.44 | 0.23 | 0.04 | 331.38 | 0.86 | 0.75 |
| Hex | F6 | 89 | BD | 0 | 2C | 17 | 4 | 14B | 56 | 4B |
| Octal | 366 | 211 | 275 | 0 | 54 | 27 | 4 | 513 | 126 | 113 |
| Binary | 11110110 | 10001001 | 10111101 | 0 | 101100 | 10111 | 100 | 101001011 | 1010110 | 1001011 |
Color Harmonies of #F689BD
Complementary color
Monochromatic Colors of #F689BD
Black with #F689BD
Text Example
Text Example
White with #F689BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689BD; }
p { color: rgb(246,137,189); }
H1.HeaderClassName
{
color: #F689BD;
}
.AnyTagClassName
{
color: #F689BD;
}
</style>
background-color css
<style>
a { background-color: #F689BD; }
a { background-color: rgb(246,137,189); }
div.DivClassName
{
background-color: #F689BD;
}
.BgClassName
{
background-color: #F689BD;
}
</style>
border-color css
<style>
span { border-color: #F689BD; }
span { border-color: rgb(246,137,189); }
td.TdClassName
{
border-color: #F689BD;
}
.TagClassName
{
border-color: #F689BD;
}
</style>