Shades of Tea Rose #F68DCD
Tints of Tea Rose #F68DCD
RGB
CMYK
RGB Variations
Color information
#F68DCD (or 0xF68DCD) is known color: Tea Rose. HEX triplet: F6, 8D and CD. RGB value is (246,141,205). Sum of RGB (Red+Green+Blue) = 246+141+205=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DCD is #097232. Grayscale: #B3B3B3. Windows color (decimal): -619059 or 13471222. OLE color: 13471222.
HSL color Cylindrical-coordinate representation of color #F68DCD: hue angle of 323.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DCD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 205 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 323.43º | 0.85% | 0.76% | - |
| HSV(B) | 323.43º | 0.43% | 0.96% | - |
| XYZ | 58.55 | 43.05 | 62.98 | - |
| YUV | 179.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 205 | 0 | 0.43 | 0.17 | 0.04 | 323.43 | 0.85 | 0.76 |
| Hex | F6 | 8D | CD | 0 | 2B | 11 | 4 | 143 | 55 | 4C |
| Octal | 366 | 215 | 315 | 0 | 53 | 21 | 4 | 503 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11001101 | 0 | 101011 | 10001 | 100 | 101000011 | 1010101 | 1001100 |
Color Harmonies of #F68DCD
Complementary color
Monochromatic Colors of #F68DCD
Black with #F68DCD
Text Example
Text Example
White with #F68DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DCD; }
p { color: rgb(246,141,205); }
H1.HeaderClassName
{
color: #F68DCD;
}
.AnyTagClassName
{
color: #F68DCD;
}
</style>
background-color css
<style>
a { background-color: #F68DCD; }
a { background-color: rgb(246,141,205); }
div.DivClassName
{
background-color: #F68DCD;
}
.BgClassName
{
background-color: #F68DCD;
}
</style>
border-color css
<style>
span { border-color: #F68DCD; }
span { border-color: rgb(246,141,205); }
td.TdClassName
{
border-color: #F68DCD;
}
.TagClassName
{
border-color: #F68DCD;
}
</style>