Shades of Tea Rose #F77CC8
Tints of Tea Rose #F77CC8
RGB
CMYK
RGB Variations
Color information
#F77CC8 (or 0xF77CC8) is known color: Tea Rose. HEX triplet: F7, 7C and C8. RGB value is (247,124,200). Sum of RGB (Red+Green+Blue) = 247+124+200=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CC8 is #088337. Grayscale: #A9A9A9. Windows color (decimal): -557880 or 13139191. OLE color: 13139191.
HSL color Cylindrical-coordinate representation of color #F77CC8: hue angle of 322.93º degrees, saturation: 0.88, 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 #F77CC8 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 200 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.03 |
| HSL | 322.93º | 0.88% | 0.73% | - |
| HSV(B) | 322.93º | 0.5% | 0.97% | - |
| XYZ | 55.99 | 38.36 | 59.1 | - |
| YUV | 169.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 200 | 0 | 0.50 | 0.19 | 0.03 | 322.93 | 0.88 | 0.73 |
| Hex | F7 | 7C | C8 | 0 | 32 | 13 | 3 | 143 | 58 | 49 |
| Octal | 367 | 174 | 310 | 0 | 62 | 23 | 3 | 503 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11001000 | 0 | 110010 | 10011 | 11 | 101000011 | 1011000 | 1001001 |
Color Harmonies of #F77CC8
Complementary color
Monochromatic Colors of #F77CC8
Black with #F77CC8
Text Example
Text Example
White with #F77CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CC8; }
p { color: rgb(247,124,200); }
H1.HeaderClassName
{
color: #F77CC8;
}
.AnyTagClassName
{
color: #F77CC8;
}
</style>
background-color css
<style>
a { background-color: #F77CC8; }
a { background-color: rgb(247,124,200); }
div.DivClassName
{
background-color: #F77CC8;
}
.BgClassName
{
background-color: #F77CC8;
}
</style>
border-color css
<style>
span { border-color: #F77CC8; }
span { border-color: rgb(247,124,200); }
td.TdClassName
{
border-color: #F77CC8;
}
.TagClassName
{
border-color: #F77CC8;
}
</style>