Shades of Tea Rose #F77ECC
Tints of Tea Rose #F77ECC
RGB
CMYK
RGB Variations
Color information
#F77ECC (or 0xF77ECC) is known color: Tea Rose. HEX triplet: F7, 7E and CC. RGB value is (247,126,204). Sum of RGB (Red+Green+Blue) = 247+126+204=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ECC is #088133. Grayscale: #AAAAAA. Windows color (decimal): -557364 or 13401847. OLE color: 13401847.
HSL color Cylindrical-coordinate representation of color #F77ECC: hue angle of 321.32º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77ECC is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 204 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 321.32º | 0.88% | 0.73% | - |
| HSV(B) | 321.32º | 0.49% | 0.97% | - |
| XYZ | 56.72 | 39.06 | 61.68 | - |
| YUV | 171.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 204 | 0 | 0.49 | 0.17 | 0.03 | 321.32 | 0.88 | 0.73 |
| Hex | F7 | 7E | CC | 0 | 31 | 11 | 3 | 141 | 58 | 49 |
| Octal | 367 | 176 | 314 | 0 | 61 | 21 | 3 | 501 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11001100 | 0 | 110001 | 10001 | 11 | 101000001 | 1011000 | 1001001 |
Color Harmonies of #F77ECC
Complementary color
Monochromatic Colors of #F77ECC
Black with #F77ECC
Text Example
Text Example
White with #F77ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ECC; }
p { color: rgb(247,126,204); }
H1.HeaderClassName
{
color: #F77ECC;
}
.AnyTagClassName
{
color: #F77ECC;
}
</style>
background-color css
<style>
a { background-color: #F77ECC; }
a { background-color: rgb(247,126,204); }
div.DivClassName
{
background-color: #F77ECC;
}
.BgClassName
{
background-color: #F77ECC;
}
</style>
border-color css
<style>
span { border-color: #F77ECC; }
span { border-color: rgb(247,126,204); }
td.TdClassName
{
border-color: #F77ECC;
}
.TagClassName
{
border-color: #F77ECC;
}
</style>