Shades of Tea Rose #F688D1
Tints of Tea Rose #F688D1
RGB
CMYK
RGB Variations
Color information
#F688D1 (or 0xF688D1) is known color: Tea Rose. HEX triplet: F6, 88 and D1. RGB value is (246,136,209). Sum of RGB (Red+Green+Blue) = 246+136+209=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F688D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688D1 is #09772E. Grayscale: #B1B1B1. Windows color (decimal): -620335 or 13732086. OLE color: 13732086.
HSL color Cylindrical-coordinate representation of color #F688D1: hue angle of 320.18º 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 #F688D1 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 209 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.04 |
| HSL | 320.18º | 0.86% | 0.75% | - |
| HSV(B) | 320.18º | 0.45% | 0.96% | - |
| XYZ | 58.32 | 41.8 | 65.32 | - |
| YUV | 177.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 209 | 0 | 0.45 | 0.15 | 0.04 | 320.18 | 0.86 | 0.75 |
| Hex | F6 | 88 | D1 | 0 | 2D | F | 4 | 140 | 56 | 4B |
| Octal | 366 | 210 | 321 | 0 | 55 | 17 | 4 | 500 | 126 | 113 |
| Binary | 11110110 | 10001000 | 11010001 | 0 | 101101 | 1111 | 100 | 101000000 | 1010110 | 1001011 |
Color Harmonies of #F688D1
Complementary color
Monochromatic Colors of #F688D1
Black with #F688D1
Text Example
Text Example
White with #F688D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688D1; }
p { color: rgb(246,136,209); }
H1.HeaderClassName
{
color: #F688D1;
}
.AnyTagClassName
{
color: #F688D1;
}
</style>
background-color css
<style>
a { background-color: #F688D1; }
a { background-color: rgb(246,136,209); }
div.DivClassName
{
background-color: #F688D1;
}
.BgClassName
{
background-color: #F688D1;
}
</style>
border-color css
<style>
span { border-color: #F688D1; }
span { border-color: rgb(246,136,209); }
td.TdClassName
{
border-color: #F688D1;
}
.TagClassName
{
border-color: #F688D1;
}
</style>