Shades of Tea Rose #F689D2
Tints of Tea Rose #F689D2
RGB
CMYK
RGB Variations
Color information
#F689D2 (or 0xF689D2) is known color: Tea Rose. HEX triplet: F6, 89 and D2. RGB value is (246,137,210). Sum of RGB (Red+Green+Blue) = 246+137+210=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F689D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689D2 is #09762D. Grayscale: #B1B1B1. Windows color (decimal): -620078 or 13797878. OLE color: 13797878.
HSL color Cylindrical-coordinate representation of color #F689D2: hue angle of 319.82º 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 #F689D2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 210 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.04 |
| HSL | 319.82º | 0.86% | 0.75% | - |
| HSV(B) | 319.82º | 0.44% | 0.96% | - |
| XYZ | 58.58 | 42.14 | 66.02 | - |
| YUV | 177.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 210 | 0 | 0.44 | 0.15 | 0.04 | 319.82 | 0.86 | 0.75 |
| Hex | F6 | 89 | D2 | 0 | 2C | F | 4 | 140 | 56 | 4B |
| Octal | 366 | 211 | 322 | 0 | 54 | 17 | 4 | 500 | 126 | 113 |
| Binary | 11110110 | 10001001 | 11010010 | 0 | 101100 | 1111 | 100 | 101000000 | 1010110 | 1001011 |
Color Harmonies of #F689D2
Complementary color
Monochromatic Colors of #F689D2
Black with #F689D2
Text Example
Text Example
White with #F689D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689D2; }
p { color: rgb(246,137,210); }
H1.HeaderClassName
{
color: #F689D2;
}
.AnyTagClassName
{
color: #F689D2;
}
</style>
background-color css
<style>
a { background-color: #F689D2; }
a { background-color: rgb(246,137,210); }
div.DivClassName
{
background-color: #F689D2;
}
.BgClassName
{
background-color: #F689D2;
}
</style>
border-color css
<style>
span { border-color: #F689D2; }
span { border-color: rgb(246,137,210); }
td.TdClassName
{
border-color: #F689D2;
}
.TagClassName
{
border-color: #F689D2;
}
</style>