Shades of Tea Rose #F68EC8
Tints of Tea Rose #F68EC8
RGB
CMYK
RGB Variations
Color information
#F68EC8 (or 0xF68EC8) is known color: Tea Rose. HEX triplet: F6, 8E and C8. RGB value is (246,142,200). Sum of RGB (Red+Green+Blue) = 246+142+200=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EC8 is #097137. Grayscale: #B3B3B3. Windows color (decimal): -618808 or 13143798. OLE color: 13143798.
HSL color Cylindrical-coordinate representation of color #F68EC8: hue angle of 326.54º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EC8 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 200 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.04 |
| HSL | 326.54º | 0.85% | 0.76% | - |
| HSV(B) | 326.54º | 0.42% | 0.96% | - |
| XYZ | 58.1 | 43.11 | 59.9 | - |
| YUV | 179.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 200 | 0 | 0.42 | 0.19 | 0.04 | 326.54 | 0.85 | 0.76 |
| Hex | F6 | 8E | C8 | 0 | 2A | 13 | 4 | 147 | 55 | 4C |
| Octal | 366 | 216 | 310 | 0 | 52 | 23 | 4 | 507 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11001000 | 0 | 101010 | 10011 | 100 | 101000111 | 1010101 | 1001100 |
Color Harmonies of #F68EC8
Complementary color
Monochromatic Colors of #F68EC8
Black with #F68EC8
Text Example
Text Example
White with #F68EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EC8; }
p { color: rgb(246,142,200); }
H1.HeaderClassName
{
color: #F68EC8;
}
.AnyTagClassName
{
color: #F68EC8;
}
</style>
background-color css
<style>
a { background-color: #F68EC8; }
a { background-color: rgb(246,142,200); }
div.DivClassName
{
background-color: #F68EC8;
}
.BgClassName
{
background-color: #F68EC8;
}
</style>
border-color css
<style>
span { border-color: #F68EC8; }
span { border-color: rgb(246,142,200); }
td.TdClassName
{
border-color: #F68EC8;
}
.TagClassName
{
border-color: #F68EC8;
}
</style>