Shades of Tea Rose #F688D2
Tints of Tea Rose #F688D2
RGB
CMYK
RGB Variations
Color information
#F688D2 (or 0xF688D2) is known color: Tea Rose. HEX triplet: F6, 88 and D2. RGB value is (246,136,210). Sum of RGB (Red+Green+Blue) = 246+136+210=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F688D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688D2 is #09772D. Grayscale: #B1B1B1. Windows color (decimal): -620334 or 13797622. OLE color: 13797622.
HSL color Cylindrical-coordinate representation of color #F688D2: hue angle of 319.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F688D2 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 210 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.04 |
| HSL | 319.64º | 0.86% | 0.75% | - |
| HSV(B) | 319.64º | 0.45% | 0.96% | - |
| XYZ | 58.44 | 41.85 | 65.97 | - |
| YUV | 177.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 210 | 0 | 0.45 | 0.15 | 0.04 | 319.64 | 0.86 | 0.75 |
| Hex | F6 | 88 | D2 | 0 | 2D | F | 4 | 140 | 56 | 4B |
| Octal | 366 | 210 | 322 | 0 | 55 | 17 | 4 | 500 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11010010 | 0 | 101101 | 1111 | 100 | 101000000 | 1010110 | 1001011 |
Color Harmonies of #F688D2
Complementary color
Monochromatic Colors of #F688D2
Black with #F688D2
Text Example
Text Example
White with #F688D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688D2; }
p { color: rgb(246,136,210); }
H1.HeaderClassName
{
color: #F688D2;
}
.AnyTagClassName
{
color: #F688D2;
}
</style>
background-color css
<style>
a { background-color: #F688D2; }
a { background-color: rgb(246,136,210); }
div.DivClassName
{
background-color: #F688D2;
}
.BgClassName
{
background-color: #F688D2;
}
</style>
border-color css
<style>
span { border-color: #F688D2; }
span { border-color: rgb(246,136,210); }
td.TdClassName
{
border-color: #F688D2;
}
.TagClassName
{
border-color: #F688D2;
}
</style>