Shades of Tea Rose #F77FC6
Tints of Tea Rose #F77FC6
RGB
CMYK
RGB Variations
Color information
#F77FC6 (or 0xF77FC6) is known color: Tea Rose. HEX triplet: F7, 7F and C6. RGB value is (247,127,198). Sum of RGB (Red+Green+Blue) = 247+127+198=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FC6 is #088039. Grayscale: #AAAAAA. Windows color (decimal): -557114 or 13008887. OLE color: 13008887.
HSL color Cylindrical-coordinate representation of color #F77FC6: hue angle of 324.5º 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 #F77FC6 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 198 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.03 |
| HSL | 324.5º | 0.88% | 0.73% | - |
| HSV(B) | 324.5º | 0.49% | 0.97% | - |
| XYZ | 56.14 | 39.03 | 58 | - |
| YUV | 170.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 198 | 0 | 0.49 | 0.20 | 0.03 | 324.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | C6 | 0 | 31 | 14 | 3 | 144 | 58 | 49 |
| Octal | 367 | 177 | 306 | 0 | 61 | 24 | 3 | 504 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11000110 | 0 | 110001 | 10100 | 11 | 101000100 | 1011000 | 1001001 |
Color Harmonies of #F77FC6
Complementary color
Monochromatic Colors of #F77FC6
Black with #F77FC6
Text Example
Text Example
White with #F77FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FC6; }
p { color: rgb(247,127,198); }
H1.HeaderClassName
{
color: #F77FC6;
}
.AnyTagClassName
{
color: #F77FC6;
}
</style>
background-color css
<style>
a { background-color: #F77FC6; }
a { background-color: rgb(247,127,198); }
div.DivClassName
{
background-color: #F77FC6;
}
.BgClassName
{
background-color: #F77FC6;
}
</style>
border-color css
<style>
span { border-color: #F77FC6; }
span { border-color: rgb(247,127,198); }
td.TdClassName
{
border-color: #F77FC6;
}
.TagClassName
{
border-color: #F77FC6;
}
</style>