Shades of Tea Rose #F67ECF
Tints of Tea Rose #F67ECF
RGB
CMYK
RGB Variations
Color information
#F67ECF (or 0xF67ECF) is known color: Tea Rose. HEX triplet: F6, 7E and CF. RGB value is (246,126,207). Sum of RGB (Red+Green+Blue) = 246+126+207=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ECF is #098130. Grayscale: #AAAAAA. Windows color (decimal): -622897 or 13598454. OLE color: 13598454.
HSL color Cylindrical-coordinate representation of color #F67ECF: hue angle of 319.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67ECF is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 207 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.04 |
| HSL | 319.5º | 0.87% | 0.73% | - |
| HSV(B) | 319.5º | 0.49% | 0.96% | - |
| XYZ | 56.73 | 39.02 | 63.57 | - |
| YUV | 171.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 207 | 0 | 0.49 | 0.16 | 0.04 | 319.5 | 0.87 | 0.73 |
| Hex | F6 | 7E | CF | 0 | 31 | 10 | 4 | 140 | 57 | 49 |
| Octal | 366 | 176 | 317 | 0 | 61 | 20 | 4 | 500 | 127 | 111 |
| Binary | 11110110 | 1111110 | 11001111 | 0 | 110001 | 10000 | 100 | 101000000 | 1010111 | 1001001 |
Color Harmonies of #F67ECF
Complementary color
Monochromatic Colors of #F67ECF
Black with #F67ECF
Text Example
Text Example
White with #F67ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ECF; }
p { color: rgb(246,126,207); }
H1.HeaderClassName
{
color: #F67ECF;
}
.AnyTagClassName
{
color: #F67ECF;
}
</style>
background-color css
<style>
a { background-color: #F67ECF; }
a { background-color: rgb(246,126,207); }
div.DivClassName
{
background-color: #F67ECF;
}
.BgClassName
{
background-color: #F67ECF;
}
</style>
border-color css
<style>
span { border-color: #F67ECF; }
span { border-color: rgb(246,126,207); }
td.TdClassName
{
border-color: #F67ECF;
}
.TagClassName
{
border-color: #F67ECF;
}
</style>