Shades of Tea Rose #F688D0
Tints of Tea Rose #F688D0
RGB
CMYK
RGB Variations
Color information
#F688D0 (or 0xF688D0) is known color: Tea Rose. HEX triplet: F6, 88 and D0. RGB value is (246,136,208). Sum of RGB (Red+Green+Blue) = 246+136+208=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F688D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688D0 is #09772F. Grayscale: #B0B0B0. Windows color (decimal): -620336 or 13666550. OLE color: 13666550.
HSL color Cylindrical-coordinate representation of color #F688D0: hue angle of 320.73º 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 #F688D0 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 208 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.04 |
| HSL | 320.73º | 0.86% | 0.75% | - |
| HSV(B) | 320.73º | 0.45% | 0.96% | - |
| XYZ | 58.2 | 41.76 | 64.67 | - |
| YUV | 177.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 208 | 0 | 0.45 | 0.15 | 0.04 | 320.73 | 0.86 | 0.75 |
| Hex | F6 | 88 | D0 | 0 | 2D | F | 4 | 141 | 56 | 4B |
| Octal | 366 | 210 | 320 | 0 | 55 | 17 | 4 | 501 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11010000 | 0 | 101101 | 1111 | 100 | 101000001 | 1010110 | 1001011 |
Color Harmonies of #F688D0
Complementary color
Monochromatic Colors of #F688D0
Black with #F688D0
Text Example
Text Example
White with #F688D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688D0; }
p { color: rgb(246,136,208); }
H1.HeaderClassName
{
color: #F688D0;
}
.AnyTagClassName
{
color: #F688D0;
}
</style>
background-color css
<style>
a { background-color: #F688D0; }
a { background-color: rgb(246,136,208); }
div.DivClassName
{
background-color: #F688D0;
}
.BgClassName
{
background-color: #F688D0;
}
</style>
border-color css
<style>
span { border-color: #F688D0; }
span { border-color: rgb(246,136,208); }
td.TdClassName
{
border-color: #F688D0;
}
.TagClassName
{
border-color: #F688D0;
}
</style>