Shades of Tea Rose #F77CC7
Tints of Tea Rose #F77CC7
RGB
CMYK
RGB Variations
Color information
#F77CC7 (or 0xF77CC7) is known color: Tea Rose. HEX triplet: F7, 7C and C7. RGB value is (247,124,199). Sum of RGB (Red+Green+Blue) = 247+124+199=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CC7 is #088338. Grayscale: #A9A9A9. Windows color (decimal): -557881 or 13073655. OLE color: 13073655.
HSL color Cylindrical-coordinate representation of color #F77CC7: hue angle of 323.41º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CC7 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 199 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.03 |
| HSL | 323.41º | 0.88% | 0.73% | - |
| HSV(B) | 323.41º | 0.5% | 0.97% | - |
| XYZ | 55.87 | 38.31 | 58.48 | - |
| YUV | 169.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 199 | 0 | 0.50 | 0.19 | 0.03 | 323.41 | 0.88 | 0.73 |
| Hex | F7 | 7C | C7 | 0 | 32 | 13 | 3 | 143 | 58 | 49 |
| Octal | 367 | 174 | 307 | 0 | 62 | 23 | 3 | 503 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11000111 | 0 | 110010 | 10011 | 11 | 101000011 | 1011000 | 1001001 |
Color Harmonies of #F77CC7
Complementary color
Monochromatic Colors of #F77CC7
Black with #F77CC7
Text Example
Text Example
White with #F77CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CC7; }
p { color: rgb(247,124,199); }
H1.HeaderClassName
{
color: #F77CC7;
}
.AnyTagClassName
{
color: #F77CC7;
}
</style>
background-color css
<style>
a { background-color: #F77CC7; }
a { background-color: rgb(247,124,199); }
div.DivClassName
{
background-color: #F77CC7;
}
.BgClassName
{
background-color: #F77CC7;
}
</style>
border-color css
<style>
span { border-color: #F77CC7; }
span { border-color: rgb(247,124,199); }
td.TdClassName
{
border-color: #F77CC7;
}
.TagClassName
{
border-color: #F77CC7;
}
</style>