Shades of Tea Rose #F77FCC
Tints of Tea Rose #F77FCC
RGB
CMYK
RGB Variations
Color information
#F77FCC (or 0xF77FCC) is known color: Tea Rose. HEX triplet: F7, 7F and CC. RGB value is (247,127,204). Sum of RGB (Red+Green+Blue) = 247+127+204=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FCC is #088033. Grayscale: #ABABAB. Windows color (decimal): -557108 or 13402103. OLE color: 13402103.
HSL color Cylindrical-coordinate representation of color #F77FCC: hue angle of 321.5º 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 #F77FCC is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 204 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 321.5º | 0.88% | 0.73% | - |
| HSV(B) | 321.5º | 0.49% | 0.97% | - |
| XYZ | 56.85 | 39.31 | 61.72 | - |
| YUV | 171.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 204 | 0 | 0.49 | 0.17 | 0.03 | 321.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | CC | 0 | 31 | 11 | 3 | 142 | 58 | 49 |
| Octal | 367 | 177 | 314 | 0 | 61 | 21 | 3 | 502 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11001100 | 0 | 110001 | 10001 | 11 | 101000010 | 1011000 | 1001001 |
Color Harmonies of #F77FCC
Complementary color
Monochromatic Colors of #F77FCC
Black with #F77FCC
Text Example
Text Example
White with #F77FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FCC; }
p { color: rgb(247,127,204); }
H1.HeaderClassName
{
color: #F77FCC;
}
.AnyTagClassName
{
color: #F77FCC;
}
</style>
background-color css
<style>
a { background-color: #F77FCC; }
a { background-color: rgb(247,127,204); }
div.DivClassName
{
background-color: #F77FCC;
}
.BgClassName
{
background-color: #F77FCC;
}
</style>
border-color css
<style>
span { border-color: #F77FCC; }
span { border-color: rgb(247,127,204); }
td.TdClassName
{
border-color: #F77FCC;
}
.TagClassName
{
border-color: #F77FCC;
}
</style>