Shades of Tea Rose #F77DC9
Tints of Tea Rose #F77DC9
RGB
CMYK
RGB Variations
Color information
#F77DC9 (or 0xF77DC9) is known color: Tea Rose. HEX triplet: F7, 7D and C9. RGB value is (247,125,201). Sum of RGB (Red+Green+Blue) = 247+125+201=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DC9 is #088236. Grayscale: #A9A9A9. Windows color (decimal): -557623 or 13204983. OLE color: 13204983.
HSL color Cylindrical-coordinate representation of color #F77DC9: hue angle of 322.62º 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 #F77DC9 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 201 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.03 |
| HSL | 322.62º | 0.88% | 0.73% | - |
| HSV(B) | 322.62º | 0.49% | 0.97% | - |
| XYZ | 56.23 | 38.66 | 59.76 | - |
| YUV | 170.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 201 | 0 | 0.49 | 0.19 | 0.03 | 322.62 | 0.88 | 0.73 |
| Hex | F7 | 7D | C9 | 0 | 31 | 13 | 3 | 143 | 58 | 49 |
| Octal | 367 | 175 | 311 | 0 | 61 | 23 | 3 | 503 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11001001 | 0 | 110001 | 10011 | 11 | 101000011 | 1011000 | 1001001 |
Color Harmonies of #F77DC9
Complementary color
Monochromatic Colors of #F77DC9
Black with #F77DC9
Text Example
Text Example
White with #F77DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DC9; }
p { color: rgb(247,125,201); }
H1.HeaderClassName
{
color: #F77DC9;
}
.AnyTagClassName
{
color: #F77DC9;
}
</style>
background-color css
<style>
a { background-color: #F77DC9; }
a { background-color: rgb(247,125,201); }
div.DivClassName
{
background-color: #F77DC9;
}
.BgClassName
{
background-color: #F77DC9;
}
</style>
border-color css
<style>
span { border-color: #F77DC9; }
span { border-color: rgb(247,125,201); }
td.TdClassName
{
border-color: #F77DC9;
}
.TagClassName
{
border-color: #F77DC9;
}
</style>