Shades of Tea Rose #F78BC9
Tints of Tea Rose #F78BC9
RGB
CMYK
RGB Variations
Color information
#F78BC9 (or 0xF78BC9) is known color: Tea Rose. HEX triplet: F7, 8B and C9. RGB value is (247,139,201). Sum of RGB (Red+Green+Blue) = 247+139+201=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BC9 is #087436. Grayscale: #B2B2B2. Windows color (decimal): -554039 or 13208567. OLE color: 13208567.
HSL color Cylindrical-coordinate representation of color #F78BC9: hue angle of 325.56º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78BC9 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 201 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.03 |
| HSL | 325.56º | 0.87% | 0.76% | - |
| HSV(B) | 325.56º | 0.44% | 0.97% | - |
| XYZ | 58.13 | 42.46 | 60.39 | - |
| YUV | 178.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 201 | 0 | 0.44 | 0.19 | 0.03 | 325.56 | 0.87 | 0.76 |
| Hex | F7 | 8B | C9 | 0 | 2C | 13 | 3 | 146 | 57 | 4C |
| Octal | 367 | 213 | 311 | 0 | 54 | 23 | 3 | 506 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11001001 | 0 | 101100 | 10011 | 11 | 101000110 | 1010111 | 1001100 |
Color Harmonies of #F78BC9
Complementary color
Monochromatic Colors of #F78BC9
Black with #F78BC9
Text Example
Text Example
White with #F78BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BC9; }
p { color: rgb(247,139,201); }
H1.HeaderClassName
{
color: #F78BC9;
}
.AnyTagClassName
{
color: #F78BC9;
}
</style>
background-color css
<style>
a { background-color: #F78BC9; }
a { background-color: rgb(247,139,201); }
div.DivClassName
{
background-color: #F78BC9;
}
.BgClassName
{
background-color: #F78BC9;
}
</style>
border-color css
<style>
span { border-color: #F78BC9; }
span { border-color: rgb(247,139,201); }
td.TdClassName
{
border-color: #F78BC9;
}
.TagClassName
{
border-color: #F78BC9;
}
</style>