Shades of Tea Rose #F77DC5
Tints of Tea Rose #F77DC5
RGB
CMYK
RGB Variations
Color information
#F77DC5 (or 0xF77DC5) is known color: Tea Rose. HEX triplet: F7, 7D and C5. RGB value is (247,125,197). Sum of RGB (Red+Green+Blue) = 247+125+197=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DC5 is #08823A. Grayscale: #A9A9A9. Windows color (decimal): -557627 or 12942839. OLE color: 12942839.
HSL color Cylindrical-coordinate representation of color #F77DC5: hue angle of 324.59º 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 #F77DC5 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 197 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.03 |
| HSL | 324.59º | 0.88% | 0.73% | - |
| HSV(B) | 324.59º | 0.49% | 0.97% | - |
| XYZ | 55.77 | 38.47 | 57.31 | - |
| YUV | 169.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 197 | 0 | 0.49 | 0.20 | 0.03 | 324.59 | 0.88 | 0.73 |
| Hex | F7 | 7D | C5 | 0 | 31 | 14 | 3 | 145 | 58 | 49 |
| Octal | 367 | 175 | 305 | 0 | 61 | 24 | 3 | 505 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11000101 | 0 | 110001 | 10100 | 11 | 101000101 | 1011000 | 1001001 |
Color Harmonies of #F77DC5
Complementary color
Monochromatic Colors of #F77DC5
Black with #F77DC5
Text Example
Text Example
White with #F77DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DC5; }
p { color: rgb(247,125,197); }
H1.HeaderClassName
{
color: #F77DC5;
}
.AnyTagClassName
{
color: #F77DC5;
}
</style>
background-color css
<style>
a { background-color: #F77DC5; }
a { background-color: rgb(247,125,197); }
div.DivClassName
{
background-color: #F77DC5;
}
.BgClassName
{
background-color: #F77DC5;
}
</style>
border-color css
<style>
span { border-color: #F77DC5; }
span { border-color: rgb(247,125,197); }
td.TdClassName
{
border-color: #F77DC5;
}
.TagClassName
{
border-color: #F77DC5;
}
</style>