Shades of Tea Rose #F77AC7
Tints of Tea Rose #F77AC7
RGB
CMYK
RGB Variations
Color information
#F77AC7 (or 0xF77AC7) is known color: Tea Rose. HEX triplet: F7, 7A and C7. RGB value is (247,122,199). Sum of RGB (Red+Green+Blue) = 247+122+199=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AC7 is #088538. Grayscale: #A7A7A7. Windows color (decimal): -558393 or 13073143. OLE color: 13073143.
HSL color Cylindrical-coordinate representation of color #F77AC7: hue angle of 323.04º 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 #F77AC7 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 199 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.03 |
| HSL | 323.04º | 0.89% | 0.72% | - |
| HSV(B) | 323.04º | 0.51% | 0.97% | - |
| XYZ | 55.63 | 37.82 | 58.4 | - |
| YUV | 168.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 199 | 0 | 0.51 | 0.19 | 0.03 | 323.04 | 0.89 | 0.72 |
| Hex | F7 | 7A | C7 | 0 | 33 | 13 | 3 | 143 | 59 | 48 |
| Octal | 367 | 172 | 307 | 0 | 63 | 23 | 3 | 503 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11000111 | 0 | 110011 | 10011 | 11 | 101000011 | 1011001 | 1001000 |
Color Harmonies of #F77AC7
Complementary color
Monochromatic Colors of #F77AC7
Black with #F77AC7
Text Example
Text Example
White with #F77AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AC7; }
p { color: rgb(247,122,199); }
H1.HeaderClassName
{
color: #F77AC7;
}
.AnyTagClassName
{
color: #F77AC7;
}
</style>
background-color css
<style>
a { background-color: #F77AC7; }
a { background-color: rgb(247,122,199); }
div.DivClassName
{
background-color: #F77AC7;
}
.BgClassName
{
background-color: #F77AC7;
}
</style>
border-color css
<style>
span { border-color: #F77AC7; }
span { border-color: rgb(247,122,199); }
td.TdClassName
{
border-color: #F77AC7;
}
.TagClassName
{
border-color: #F77AC7;
}
</style>