Shades of Tea Rose #F77CCD
Tints of Tea Rose #F77CCD
RGB
CMYK
RGB Variations
Color information
#F77CCD (or 0xF77CCD) is known color: Tea Rose. HEX triplet: F7, 7C and CD. RGB value is (247,124,205). Sum of RGB (Red+Green+Blue) = 247+124+205=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CCD is #088332. Grayscale: #A9A9A9. Windows color (decimal): -557875 or 13466871. OLE color: 13466871.
HSL color Cylindrical-coordinate representation of color #F77CCD: hue angle of 320.49º 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 #F77CCD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 205 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.03 |
| HSL | 320.49º | 0.88% | 0.73% | - |
| HSV(B) | 320.49º | 0.5% | 0.97% | - |
| XYZ | 56.58 | 38.6 | 62.23 | - |
| YUV | 170.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 205 | 0 | 0.50 | 0.17 | 0.03 | 320.49 | 0.88 | 0.73 |
| Hex | F7 | 7C | CD | 0 | 32 | 11 | 3 | 140 | 58 | 49 |
| Octal | 367 | 174 | 315 | 0 | 62 | 21 | 3 | 500 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11001101 | 0 | 110010 | 10001 | 11 | 101000000 | 1011000 | 1001001 |
Color Harmonies of #F77CCD
Complementary color
Monochromatic Colors of #F77CCD
Black with #F77CCD
Text Example
Text Example
White with #F77CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CCD; }
p { color: rgb(247,124,205); }
H1.HeaderClassName
{
color: #F77CCD;
}
.AnyTagClassName
{
color: #F77CCD;
}
</style>
background-color css
<style>
a { background-color: #F77CCD; }
a { background-color: rgb(247,124,205); }
div.DivClassName
{
background-color: #F77CCD;
}
.BgClassName
{
background-color: #F77CCD;
}
</style>
border-color css
<style>
span { border-color: #F77CCD; }
span { border-color: rgb(247,124,205); }
td.TdClassName
{
border-color: #F77CCD;
}
.TagClassName
{
border-color: #F77CCD;
}
</style>