Shades of Tea Rose #F68ECF
Tints of Tea Rose #F68ECF
RGB
CMYK
RGB Variations
Color information
#F68ECF (or 0xF68ECF) is known color: Tea Rose. HEX triplet: F6, 8E and CF. RGB value is (246,142,207). Sum of RGB (Red+Green+Blue) = 246+142+207=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ECF is #097130. Grayscale: #B4B4B4. Windows color (decimal): -618801 or 13602550. OLE color: 13602550.
HSL color Cylindrical-coordinate representation of color #F68ECF: hue angle of 322.5º 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 #F68ECF is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 207 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.04 |
| HSL | 322.5º | 0.85% | 0.76% | - |
| HSV(B) | 322.5º | 0.42% | 0.96% | - |
| XYZ | 58.94 | 43.44 | 64.31 | - |
| YUV | 180.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 207 | 0 | 0.42 | 0.16 | 0.04 | 322.5 | 0.85 | 0.76 |
| Hex | F6 | 8E | CF | 0 | 2A | 10 | 4 | 142 | 55 | 4C |
| Octal | 366 | 216 | 317 | 0 | 52 | 20 | 4 | 502 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11001111 | 0 | 101010 | 10000 | 100 | 101000010 | 1010101 | 1001100 |
Color Harmonies of #F68ECF
Complementary color
Monochromatic Colors of #F68ECF
Black with #F68ECF
Text Example
Text Example
White with #F68ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ECF; }
p { color: rgb(246,142,207); }
H1.HeaderClassName
{
color: #F68ECF;
}
.AnyTagClassName
{
color: #F68ECF;
}
</style>
background-color css
<style>
a { background-color: #F68ECF; }
a { background-color: rgb(246,142,207); }
div.DivClassName
{
background-color: #F68ECF;
}
.BgClassName
{
background-color: #F68ECF;
}
</style>
border-color css
<style>
span { border-color: #F68ECF; }
span { border-color: rgb(246,142,207); }
td.TdClassName
{
border-color: #F68ECF;
}
.TagClassName
{
border-color: #F68ECF;
}
</style>