Shades of Tea Rose #F77EC5
Tints of Tea Rose #F77EC5
RGB
CMYK
RGB Variations
Color information
#F77EC5 (or 0xF77EC5) is known color: Tea Rose. HEX triplet: F7, 7E and C5. RGB value is (247,126,197). Sum of RGB (Red+Green+Blue) = 247+126+197=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77EC5 is #08813A. Grayscale: #AAAAAA. Windows color (decimal): -557371 or 12943095. OLE color: 12943095.
HSL color Cylindrical-coordinate representation of color #F77EC5: hue angle of 324.79º 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 #F77EC5 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 197 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.03 |
| HSL | 324.79º | 0.88% | 0.73% | - |
| HSV(B) | 324.79º | 0.49% | 0.97% | - |
| XYZ | 55.9 | 38.73 | 57.35 | - |
| YUV | 170.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 197 | 0 | 0.49 | 0.20 | 0.03 | 324.79 | 0.88 | 0.73 |
| Hex | F7 | 7E | C5 | 0 | 31 | 14 | 3 | 145 | 58 | 49 |
| Octal | 367 | 176 | 305 | 0 | 61 | 24 | 3 | 505 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11000101 | 0 | 110001 | 10100 | 11 | 101000101 | 1011000 | 1001001 |
Color Harmonies of #F77EC5
Complementary color
Monochromatic Colors of #F77EC5
Black with #F77EC5
Text Example
Text Example
White with #F77EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EC5; }
p { color: rgb(247,126,197); }
H1.HeaderClassName
{
color: #F77EC5;
}
.AnyTagClassName
{
color: #F77EC5;
}
</style>
background-color css
<style>
a { background-color: #F77EC5; }
a { background-color: rgb(247,126,197); }
div.DivClassName
{
background-color: #F77EC5;
}
.BgClassName
{
background-color: #F77EC5;
}
</style>
border-color css
<style>
span { border-color: #F77EC5; }
span { border-color: rgb(247,126,197); }
td.TdClassName
{
border-color: #F77EC5;
}
.TagClassName
{
border-color: #F77EC5;
}
</style>