Shades of Tea Rose #F77FCD
Tints of Tea Rose #F77FCD
RGB
CMYK
RGB Variations
Color information
#F77FCD (or 0xF77FCD) is known color: Tea Rose. HEX triplet: F7, 7F and CD. RGB value is (247,127,205). Sum of RGB (Red+Green+Blue) = 247+127+205=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FCD is #088032. Grayscale: #ABABAB. Windows color (decimal): -557107 or 13467639. OLE color: 13467639.
HSL color Cylindrical-coordinate representation of color #F77FCD: hue angle of 321º 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 #F77FCD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 205 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 321º | 0.88% | 0.73% | - |
| HSV(B) | 321º | 0.49% | 0.97% | - |
| XYZ | 56.97 | 39.36 | 62.35 | - |
| YUV | 171.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 205 | 0 | 0.49 | 0.17 | 0.03 | 321 | 0.88 | 0.73 |
| Hex | F7 | 7F | CD | 0 | 31 | 11 | 3 | 141 | 58 | 49 |
| Octal | 367 | 177 | 315 | 0 | 61 | 21 | 3 | 501 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11001101 | 0 | 110001 | 10001 | 11 | 101000001 | 1011000 | 1001001 |
Color Harmonies of #F77FCD
Complementary color
Monochromatic Colors of #F77FCD
Black with #F77FCD
Text Example
Text Example
White with #F77FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FCD; }
p { color: rgb(247,127,205); }
H1.HeaderClassName
{
color: #F77FCD;
}
.AnyTagClassName
{
color: #F77FCD;
}
</style>
background-color css
<style>
a { background-color: #F77FCD; }
a { background-color: rgb(247,127,205); }
div.DivClassName
{
background-color: #F77FCD;
}
.BgClassName
{
background-color: #F77FCD;
}
</style>
border-color css
<style>
span { border-color: #F77FCD; }
span { border-color: rgb(247,127,205); }
td.TdClassName
{
border-color: #F77FCD;
}
.TagClassName
{
border-color: #F77FCD;
}
</style>