Shades of Tea Rose #F77ECE
Tints of Tea Rose #F77ECE
RGB
CMYK
RGB Variations
Color information
#F77ECE (or 0xF77ECE) is known color: Tea Rose. HEX triplet: F7, 7E and CE. RGB value is (247,126,206). Sum of RGB (Red+Green+Blue) = 247+126+206=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ECE is #088131. Grayscale: #ABABAB. Windows color (decimal): -557362 or 13532919. OLE color: 13532919.
HSL color Cylindrical-coordinate representation of color #F77ECE: hue angle of 320.33º 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 #F77ECE is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 206 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 320.33º | 0.88% | 0.73% | - |
| HSV(B) | 320.33º | 0.49% | 0.97% | - |
| XYZ | 56.96 | 39.15 | 62.95 | - |
| YUV | 171.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 206 | 0 | 0.49 | 0.17 | 0.03 | 320.33 | 0.88 | 0.73 |
| Hex | F7 | 7E | CE | 0 | 31 | 11 | 3 | 140 | 58 | 49 |
| Octal | 367 | 176 | 316 | 0 | 61 | 21 | 3 | 500 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11001110 | 0 | 110001 | 10001 | 11 | 101000000 | 1011000 | 1001001 |
Color Harmonies of #F77ECE
Complementary color
Monochromatic Colors of #F77ECE
Black with #F77ECE
Text Example
Text Example
White with #F77ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ECE; }
p { color: rgb(247,126,206); }
H1.HeaderClassName
{
color: #F77ECE;
}
.AnyTagClassName
{
color: #F77ECE;
}
</style>
background-color css
<style>
a { background-color: #F77ECE; }
a { background-color: rgb(247,126,206); }
div.DivClassName
{
background-color: #F77ECE;
}
.BgClassName
{
background-color: #F77ECE;
}
</style>
border-color css
<style>
span { border-color: #F77ECE; }
span { border-color: rgb(247,126,206); }
td.TdClassName
{
border-color: #F77ECE;
}
.TagClassName
{
border-color: #F77ECE;
}
</style>