Shades of Tea Rose #F77BC9
Tints of Tea Rose #F77BC9
RGB
CMYK
RGB Variations
Color information
#F77BC9 (or 0xF77BC9) is known color: Tea Rose. HEX triplet: F7, 7B and C9. RGB value is (247,123,201). Sum of RGB (Red+Green+Blue) = 247+123+201=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BC9 is #088436. Grayscale: #A8A8A8. Windows color (decimal): -558135 or 13204471. OLE color: 13204471.
HSL color Cylindrical-coordinate representation of color #F77BC9: hue angle of 322.26º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BC9 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 201 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.03 |
| HSL | 322.26º | 0.89% | 0.73% | - |
| HSV(B) | 322.26º | 0.5% | 0.97% | - |
| XYZ | 55.98 | 38.16 | 59.67 | - |
| YUV | 168.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 201 | 0 | 0.50 | 0.19 | 0.03 | 322.26 | 0.89 | 0.73 |
| Hex | F7 | 7B | C9 | 0 | 32 | 13 | 3 | 142 | 59 | 49 |
| Octal | 367 | 173 | 311 | 0 | 62 | 23 | 3 | 502 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11001001 | 0 | 110010 | 10011 | 11 | 101000010 | 1011001 | 1001001 |
Color Harmonies of #F77BC9
Complementary color
Monochromatic Colors of #F77BC9
Black with #F77BC9
Text Example
Text Example
White with #F77BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BC9; }
p { color: rgb(247,123,201); }
H1.HeaderClassName
{
color: #F77BC9;
}
.AnyTagClassName
{
color: #F77BC9;
}
</style>
background-color css
<style>
a { background-color: #F77BC9; }
a { background-color: rgb(247,123,201); }
div.DivClassName
{
background-color: #F77BC9;
}
.BgClassName
{
background-color: #F77BC9;
}
</style>
border-color css
<style>
span { border-color: #F77BC9; }
span { border-color: rgb(247,123,201); }
td.TdClassName
{
border-color: #F77BC9;
}
.TagClassName
{
border-color: #F77BC9;
}
</style>