Shades of Tea Rose #F68EC5
Tints of Tea Rose #F68EC5
RGB
CMYK
RGB Variations
Color information
#F68EC5 (or 0xF68EC5) is known color: Tea Rose. HEX triplet: F6, 8E and C5. RGB value is (246,142,197). Sum of RGB (Red+Green+Blue) = 246+142+197=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EC5 is #09713A. Grayscale: #B3B3B3. Windows color (decimal): -618811 or 12947190. OLE color: 12947190.
HSL color Cylindrical-coordinate representation of color #F68EC5: hue angle of 328.27º 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 #F68EC5 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 197 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.04 |
| HSL | 328.27º | 0.85% | 0.76% | - |
| HSV(B) | 328.27º | 0.42% | 0.96% | - |
| XYZ | 57.76 | 42.97 | 58.07 | - |
| YUV | 179.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 197 | 0 | 0.42 | 0.20 | 0.04 | 328.27 | 0.85 | 0.76 |
| Hex | F6 | 8E | C5 | 0 | 2A | 14 | 4 | 148 | 55 | 4C |
| Octal | 366 | 216 | 305 | 0 | 52 | 24 | 4 | 510 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11000101 | 0 | 101010 | 10100 | 100 | 101001000 | 1010101 | 1001100 |
Color Harmonies of #F68EC5
Complementary color
Monochromatic Colors of #F68EC5
Black with #F68EC5
Text Example
Text Example
White with #F68EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EC5; }
p { color: rgb(246,142,197); }
H1.HeaderClassName
{
color: #F68EC5;
}
.AnyTagClassName
{
color: #F68EC5;
}
</style>
background-color css
<style>
a { background-color: #F68EC5; }
a { background-color: rgb(246,142,197); }
div.DivClassName
{
background-color: #F68EC5;
}
.BgClassName
{
background-color: #F68EC5;
}
</style>
border-color css
<style>
span { border-color: #F68EC5; }
span { border-color: rgb(246,142,197); }
td.TdClassName
{
border-color: #F68EC5;
}
.TagClassName
{
border-color: #F68EC5;
}
</style>