Shades of Tea Rose #F789CC
Tints of Tea Rose #F789CC
RGB
CMYK
RGB Variations
Color information
#F789CC (or 0xF789CC) is known color: Tea Rose. HEX triplet: F7, 89 and CC. RGB value is (247,137,204). Sum of RGB (Red+Green+Blue) = 247+137+204=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F789CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F789CC is #087633. Grayscale: #B1B1B1. Windows color (decimal): -554548 or 13404663. OLE color: 13404663.
HSL color Cylindrical-coordinate representation of color #F789CC: hue angle of 323.45º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F789CC is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 204 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.03 |
| HSL | 323.45º | 0.87% | 0.75% | - |
| HSV(B) | 323.45º | 0.45% | 0.97% | - |
| XYZ | 58.2 | 42.03 | 62.17 | - |
| YUV | 177.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 204 | 0 | 0.45 | 0.17 | 0.03 | 323.45 | 0.87 | 0.75 |
| Hex | F7 | 89 | CC | 0 | 2D | 11 | 3 | 143 | 57 | 4B |
| Octal | 367 | 211 | 314 | 0 | 55 | 21 | 3 | 503 | 127 | 113 |
| Binary | 11110111 | 10001001 | 11001100 | 0 | 101101 | 10001 | 11 | 101000011 | 1010111 | 1001011 |
Color Harmonies of #F789CC
Complementary color
Monochromatic Colors of #F789CC
Black with #F789CC
Text Example
Text Example
White with #F789CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F789CC; }
p { color: rgb(247,137,204); }
H1.HeaderClassName
{
color: #F789CC;
}
.AnyTagClassName
{
color: #F789CC;
}
</style>
background-color css
<style>
a { background-color: #F789CC; }
a { background-color: rgb(247,137,204); }
div.DivClassName
{
background-color: #F789CC;
}
.BgClassName
{
background-color: #F789CC;
}
</style>
border-color css
<style>
span { border-color: #F789CC; }
span { border-color: rgb(247,137,204); }
td.TdClassName
{
border-color: #F789CC;
}
.TagClassName
{
border-color: #F789CC;
}
</style>