Shades of Tea Rose #F689BF
Tints of Tea Rose #F689BF
RGB
CMYK
RGB Variations
Color information
#F689BF (or 0xF689BF) is known color: Tea Rose. HEX triplet: F6, 89 and BF. RGB value is (246,137,191). Sum of RGB (Red+Green+Blue) = 246+137+191=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BF is #097640. Grayscale: #AFAFAF. Windows color (decimal): -620097 or 12552694. OLE color: 12552694.
HSL color Cylindrical-coordinate representation of color #F689BF: hue angle of 330.28º 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 #F689BF is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 191 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.04 |
| HSL | 330.28º | 0.86% | 0.75% | - |
| HSV(B) | 330.28º | 0.44% | 0.96% | - |
| XYZ | 56.36 | 41.25 | 54.28 | - |
| YUV | 175.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 191 | 0 | 0.44 | 0.22 | 0.04 | 330.28 | 0.86 | 0.75 |
| Hex | F6 | 89 | BF | 0 | 2C | 16 | 4 | 14A | 56 | 4B |
| Octal | 366 | 211 | 277 | 0 | 54 | 26 | 4 | 512 | 126 | 113 |
| Binary | 11110110 | 10001001 | 10111111 | 0 | 101100 | 10110 | 100 | 101001010 | 1010110 | 1001011 |
Color Harmonies of #F689BF
Complementary color
Monochromatic Colors of #F689BF
Black with #F689BF
Text Example
Text Example
White with #F689BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689BF; }
p { color: rgb(246,137,191); }
H1.HeaderClassName
{
color: #F689BF;
}
.AnyTagClassName
{
color: #F689BF;
}
</style>
background-color css
<style>
a { background-color: #F689BF; }
a { background-color: rgb(246,137,191); }
div.DivClassName
{
background-color: #F689BF;
}
.BgClassName
{
background-color: #F689BF;
}
</style>
border-color css
<style>
span { border-color: #F689BF; }
span { border-color: rgb(246,137,191); }
td.TdClassName
{
border-color: #F689BF;
}
.TagClassName
{
border-color: #F689BF;
}
</style>