Shades of Tea Rose #F78BC5
Tints of Tea Rose #F78BC5
RGB
CMYK
RGB Variations
Color information
#F78BC5 (or 0xF78BC5) is known color: Tea Rose. HEX triplet: F7, 8B and C5. RGB value is (247,139,197). Sum of RGB (Red+Green+Blue) = 247+139+197=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BC5 is #08743A. Grayscale: #B1B1B1. Windows color (decimal): -554043 or 12946423. OLE color: 12946423.
HSL color Cylindrical-coordinate representation of color #F78BC5: hue angle of 327.78º 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 #F78BC5 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 197 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.03 |
| HSL | 327.78º | 0.87% | 0.76% | - |
| HSV(B) | 327.78º | 0.44% | 0.97% | - |
| XYZ | 57.67 | 42.27 | 57.94 | - |
| YUV | 177.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 197 | 0 | 0.44 | 0.20 | 0.03 | 327.78 | 0.87 | 0.76 |
| Hex | F7 | 8B | C5 | 0 | 2C | 14 | 3 | 148 | 57 | 4C |
| Octal | 367 | 213 | 305 | 0 | 54 | 24 | 3 | 510 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11000101 | 0 | 101100 | 10100 | 11 | 101001000 | 1010111 | 1001100 |
Color Harmonies of #F78BC5
Complementary color
Monochromatic Colors of #F78BC5
Black with #F78BC5
Text Example
Text Example
White with #F78BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BC5; }
p { color: rgb(247,139,197); }
H1.HeaderClassName
{
color: #F78BC5;
}
.AnyTagClassName
{
color: #F78BC5;
}
</style>
background-color css
<style>
a { background-color: #F78BC5; }
a { background-color: rgb(247,139,197); }
div.DivClassName
{
background-color: #F78BC5;
}
.BgClassName
{
background-color: #F78BC5;
}
</style>
border-color css
<style>
span { border-color: #F78BC5; }
span { border-color: rgb(247,139,197); }
td.TdClassName
{
border-color: #F78BC5;
}
.TagClassName
{
border-color: #F78BC5;
}
</style>