Shades of Tea Rose #F77CCA
Tints of Tea Rose #F77CCA
RGB
CMYK
RGB Variations
Color information
#F77CCA (or 0xF77CCA) is known color: Tea Rose. HEX triplet: F7, 7C and CA. RGB value is (247,124,202). Sum of RGB (Red+Green+Blue) = 247+124+202=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CCA is #088335. Grayscale: #A9A9A9. Windows color (decimal): -557878 or 13270263. OLE color: 13270263.
HSL color Cylindrical-coordinate representation of color #F77CCA: hue angle of 321.95º 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 #F77CCA is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 202 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.03 |
| HSL | 321.95º | 0.88% | 0.73% | - |
| HSV(B) | 321.95º | 0.5% | 0.97% | - |
| XYZ | 56.23 | 38.45 | 60.34 | - |
| YUV | 169.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 202 | 0 | 0.50 | 0.18 | 0.03 | 321.95 | 0.88 | 0.73 |
| Hex | F7 | 7C | CA | 0 | 32 | 12 | 3 | 142 | 58 | 49 |
| Octal | 367 | 174 | 312 | 0 | 62 | 22 | 3 | 502 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11001010 | 0 | 110010 | 10010 | 11 | 101000010 | 1011000 | 1001001 |
Color Harmonies of #F77CCA
Complementary color
Monochromatic Colors of #F77CCA
Black with #F77CCA
Text Example
Text Example
White with #F77CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CCA; }
p { color: rgb(247,124,202); }
H1.HeaderClassName
{
color: #F77CCA;
}
.AnyTagClassName
{
color: #F77CCA;
}
</style>
background-color css
<style>
a { background-color: #F77CCA; }
a { background-color: rgb(247,124,202); }
div.DivClassName
{
background-color: #F77CCA;
}
.BgClassName
{
background-color: #F77CCA;
}
</style>
border-color css
<style>
span { border-color: #F77CCA; }
span { border-color: rgb(247,124,202); }
td.TdClassName
{
border-color: #F77CCA;
}
.TagClassName
{
border-color: #F77CCA;
}
</style>