Shades of Tea Rose #F77AC6
Tints of Tea Rose #F77AC6
RGB
CMYK
RGB Variations
Color information
#F77AC6 (or 0xF77AC6) is known color: Tea Rose. HEX triplet: F7, 7A and C6. RGB value is (247,122,198). Sum of RGB (Red+Green+Blue) = 247+122+198=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AC6 is #088539. Grayscale: #A7A7A7. Windows color (decimal): -558394 or 13007607. OLE color: 13007607.
HSL color Cylindrical-coordinate representation of color #F77AC6: hue angle of 323.52º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AC6 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 198 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.03 |
| HSL | 323.52º | 0.89% | 0.72% | - |
| HSV(B) | 323.52º | 0.51% | 0.97% | - |
| XYZ | 55.51 | 37.77 | 57.79 | - |
| YUV | 168.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 198 | 0 | 0.51 | 0.20 | 0.03 | 323.52 | 0.89 | 0.72 |
| Hex | F7 | 7A | C6 | 0 | 33 | 14 | 3 | 144 | 59 | 48 |
| Octal | 367 | 172 | 306 | 0 | 63 | 24 | 3 | 504 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11000110 | 0 | 110011 | 10100 | 11 | 101000100 | 1011001 | 1001000 |
Color Harmonies of #F77AC6
Complementary color
Monochromatic Colors of #F77AC6
Black with #F77AC6
Text Example
Text Example
White with #F77AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AC6; }
p { color: rgb(247,122,198); }
H1.HeaderClassName
{
color: #F77AC6;
}
.AnyTagClassName
{
color: #F77AC6;
}
</style>
background-color css
<style>
a { background-color: #F77AC6; }
a { background-color: rgb(247,122,198); }
div.DivClassName
{
background-color: #F77AC6;
}
.BgClassName
{
background-color: #F77AC6;
}
</style>
border-color css
<style>
span { border-color: #F77AC6; }
span { border-color: rgb(247,122,198); }
td.TdClassName
{
border-color: #F77AC6;
}
.TagClassName
{
border-color: #F77AC6;
}
</style>