Shades of Tea Rose #F77BC8
Tints of Tea Rose #F77BC8
RGB
CMYK
RGB Variations
Color information
#F77BC8 (or 0xF77BC8) is known color: Tea Rose. HEX triplet: F7, 7B and C8. RGB value is (247,123,200). Sum of RGB (Red+Green+Blue) = 247+123+200=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BC8 is #088437. Grayscale: #A8A8A8. Windows color (decimal): -558136 or 13138935. OLE color: 13138935.
HSL color Cylindrical-coordinate representation of color #F77BC8: hue angle of 322.74º 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 #F77BC8 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 200 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.03 |
| HSL | 322.74º | 0.89% | 0.73% | - |
| HSV(B) | 322.74º | 0.5% | 0.97% | - |
| XYZ | 55.87 | 38.11 | 59.06 | - |
| YUV | 168.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 200 | 0 | 0.50 | 0.19 | 0.03 | 322.74 | 0.89 | 0.73 |
| Hex | F7 | 7B | C8 | 0 | 32 | 13 | 3 | 143 | 59 | 49 |
| Octal | 367 | 173 | 310 | 0 | 62 | 23 | 3 | 503 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11001000 | 0 | 110010 | 10011 | 11 | 101000011 | 1011001 | 1001001 |
Color Harmonies of #F77BC8
Complementary color
Monochromatic Colors of #F77BC8
Black with #F77BC8
Text Example
Text Example
White with #F77BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BC8; }
p { color: rgb(247,123,200); }
H1.HeaderClassName
{
color: #F77BC8;
}
.AnyTagClassName
{
color: #F77BC8;
}
</style>
background-color css
<style>
a { background-color: #F77BC8; }
a { background-color: rgb(247,123,200); }
div.DivClassName
{
background-color: #F77BC8;
}
.BgClassName
{
background-color: #F77BC8;
}
</style>
border-color css
<style>
span { border-color: #F77BC8; }
span { border-color: rgb(247,123,200); }
td.TdClassName
{
border-color: #F77BC8;
}
.TagClassName
{
border-color: #F77BC8;
}
</style>