Shades of Tea Rose #F77ECD
Tints of Tea Rose #F77ECD
RGB
CMYK
RGB Variations
Color information
#F77ECD (or 0xF77ECD) is known color: Tea Rose. HEX triplet: F7, 7E and CD. RGB value is (247,126,205). Sum of RGB (Red+Green+Blue) = 247+126+205=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ECD is #088132. Grayscale: #AAAAAA. Windows color (decimal): -557363 or 13467383. OLE color: 13467383.
HSL color Cylindrical-coordinate representation of color #F77ECD: hue angle of 320.83º 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 #F77ECD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 205 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 320.83º | 0.88% | 0.73% | - |
| HSV(B) | 320.83º | 0.49% | 0.97% | - |
| XYZ | 56.84 | 39.1 | 62.31 | - |
| YUV | 171.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 205 | 0 | 0.49 | 0.17 | 0.03 | 320.83 | 0.88 | 0.73 |
| Hex | F7 | 7E | CD | 0 | 31 | 11 | 3 | 141 | 58 | 49 |
| Octal | 367 | 176 | 315 | 0 | 61 | 21 | 3 | 501 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11001101 | 0 | 110001 | 10001 | 11 | 101000001 | 1011000 | 1001001 |
Color Harmonies of #F77ECD
Complementary color
Monochromatic Colors of #F77ECD
Black with #F77ECD
Text Example
Text Example
White with #F77ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ECD; }
p { color: rgb(247,126,205); }
H1.HeaderClassName
{
color: #F77ECD;
}
.AnyTagClassName
{
color: #F77ECD;
}
</style>
background-color css
<style>
a { background-color: #F77ECD; }
a { background-color: rgb(247,126,205); }
div.DivClassName
{
background-color: #F77ECD;
}
.BgClassName
{
background-color: #F77ECD;
}
</style>
border-color css
<style>
span { border-color: #F77ECD; }
span { border-color: rgb(247,126,205); }
td.TdClassName
{
border-color: #F77ECD;
}
.TagClassName
{
border-color: #F77ECD;
}
</style>