Shades of Tea Rose #F77BC7
Tints of Tea Rose #F77BC7
RGB
CMYK
RGB Variations
Color information
#F77BC7 (or 0xF77BC7) is known color: Tea Rose. HEX triplet: F7, 7B and C7. RGB value is (247,123,199). Sum of RGB (Red+Green+Blue) = 247+123+199=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BC7 is #088438. Grayscale: #A8A8A8. Windows color (decimal): -558137 or 13073399. OLE color: 13073399.
HSL color Cylindrical-coordinate representation of color #F77BC7: hue angle of 323.23º 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 #F77BC7 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 199 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.03 |
| HSL | 323.23º | 0.89% | 0.73% | - |
| HSV(B) | 323.23º | 0.5% | 0.97% | - |
| XYZ | 55.75 | 38.06 | 58.44 | - |
| YUV | 168.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 199 | 0 | 0.50 | 0.19 | 0.03 | 323.23 | 0.89 | 0.73 |
| Hex | F7 | 7B | C7 | 0 | 32 | 13 | 3 | 143 | 59 | 49 |
| Octal | 367 | 173 | 307 | 0 | 62 | 23 | 3 | 503 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11000111 | 0 | 110010 | 10011 | 11 | 101000011 | 1011001 | 1001001 |
Color Harmonies of #F77BC7
Complementary color
Monochromatic Colors of #F77BC7
Black with #F77BC7
Text Example
Text Example
White with #F77BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BC7; }
p { color: rgb(247,123,199); }
H1.HeaderClassName
{
color: #F77BC7;
}
.AnyTagClassName
{
color: #F77BC7;
}
</style>
background-color css
<style>
a { background-color: #F77BC7; }
a { background-color: rgb(247,123,199); }
div.DivClassName
{
background-color: #F77BC7;
}
.BgClassName
{
background-color: #F77BC7;
}
</style>
border-color css
<style>
span { border-color: #F77BC7; }
span { border-color: rgb(247,123,199); }
td.TdClassName
{
border-color: #F77BC7;
}
.TagClassName
{
border-color: #F77BC7;
}
</style>