Shades of Tea Rose #F18ECF
Tints of Tea Rose #F18ECF
RGB
CMYK
RGB Variations
Color information
#F18ECF (or 0xF18ECF) is known color: Tea Rose. HEX triplet: F1, 8E and CF. RGB value is (241,142,207). Sum of RGB (Red+Green+Blue) = 241+142+207=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ECF is #0E7130. Grayscale: #B2B2B2. Windows color (decimal): -946481 or 13602545. OLE color: 13602545.
HSL color Cylindrical-coordinate representation of color #F18ECF: hue angle of 320.61º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18ECF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 207 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.05 |
| HSL | 320.61º | 0.78% | 0.75% | - |
| HSV(B) | 320.61º | 0.41% | 0.95% | - |
| XYZ | 57.21 | 42.55 | 64.23 | - |
| YUV | 179.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 207 | 0 | 0.41 | 0.14 | 0.05 | 320.61 | 0.78 | 0.75 |
| Hex | F1 | 8E | CF | 0 | 29 | E | 5 | 141 | 4E | 4B |
| Octal | 361 | 216 | 317 | 0 | 51 | 16 | 5 | 501 | 116 | 113 |
| Binary | 11110001 | 10001110 | 11001111 | 0 | 101001 | 1110 | 101 | 101000001 | 1001110 | 1001011 |
Color Harmonies of #F18ECF
Complementary color
Monochromatic Colors of #F18ECF
Black with #F18ECF
Text Example
Text Example
White with #F18ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ECF; }
p { color: rgb(241,142,207); }
H1.HeaderClassName
{
color: #F18ECF;
}
.AnyTagClassName
{
color: #F18ECF;
}
</style>
background-color css
<style>
a { background-color: #F18ECF; }
a { background-color: rgb(241,142,207); }
div.DivClassName
{
background-color: #F18ECF;
}
.BgClassName
{
background-color: #F18ECF;
}
</style>
border-color css
<style>
span { border-color: #F18ECF; }
span { border-color: rgb(241,142,207); }
td.TdClassName
{
border-color: #F18ECF;
}
.TagClassName
{
border-color: #F18ECF;
}
</style>