Shades of Tea Rose #F67ECD
Tints of Tea Rose #F67ECD
RGB
CMYK
RGB Variations
Color information
#F67ECD (or 0xF67ECD) is known color: Tea Rose. HEX triplet: F6, 7E and CD. RGB value is (246,126,205). Sum of RGB (Red+Green+Blue) = 246+126+205=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ECD is #098132. Grayscale: #AAAAAA. Windows color (decimal): -622899 or 13467382. OLE color: 13467382.
HSL color Cylindrical-coordinate representation of color #F67ECD: hue angle of 320.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 #F67ECD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 205 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.04 |
| HSL | 320.5º | 0.87% | 0.73% | - |
| HSV(B) | 320.5º | 0.49% | 0.96% | - |
| XYZ | 56.49 | 38.92 | 62.29 | - |
| YUV | 170.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 205 | 0 | 0.49 | 0.17 | 0.04 | 320.5 | 0.87 | 0.73 |
| Hex | F6 | 7E | CD | 0 | 31 | 11 | 4 | 140 | 57 | 49 |
| Octal | 366 | 176 | 315 | 0 | 61 | 21 | 4 | 500 | 127 | 111 |
| Binary | 11110110 | 1111110 | 11001101 | 0 | 110001 | 10001 | 100 | 101000000 | 1010111 | 1001001 |
Color Harmonies of #F67ECD
Complementary color
Monochromatic Colors of #F67ECD
Black with #F67ECD
Text Example
Text Example
White with #F67ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ECD; }
p { color: rgb(246,126,205); }
H1.HeaderClassName
{
color: #F67ECD;
}
.AnyTagClassName
{
color: #F67ECD;
}
</style>
background-color css
<style>
a { background-color: #F67ECD; }
a { background-color: rgb(246,126,205); }
div.DivClassName
{
background-color: #F67ECD;
}
.BgClassName
{
background-color: #F67ECD;
}
</style>
border-color css
<style>
span { border-color: #F67ECD; }
span { border-color: rgb(246,126,205); }
td.TdClassName
{
border-color: #F67ECD;
}
.TagClassName
{
border-color: #F67ECD;
}
</style>