Shades of Tea Rose #F78FBC
Tints of Tea Rose #F78FBC
RGB
CMYK
RGB Variations
Color information
#F78FBC (or 0xF78FBC) is known color: Tea Rose. HEX triplet: F7, 8F and BC. RGB value is (247,143,188). Sum of RGB (Red+Green+Blue) = 247+143+188=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FBC is #087043. Grayscale: #B3B3B3. Windows color (decimal): -553028 or 12357623. OLE color: 12357623.
HSL color Cylindrical-coordinate representation of color #F78FBC: hue angle of 334.04º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FBC is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 188 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.03 |
| HSL | 334.04º | 0.87% | 0.76% | - |
| HSV(B) | 334.04º | 0.42% | 0.97% | - |
| XYZ | 57.26 | 43.05 | 52.87 | - |
| YUV | 179.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 188 | 0 | 0.42 | 0.24 | 0.03 | 334.04 | 0.87 | 0.76 |
| Hex | F7 | 8F | BC | 0 | 2A | 18 | 3 | 14E | 57 | 4C |
| Octal | 367 | 217 | 274 | 0 | 52 | 30 | 3 | 516 | 127 | 114 |
| Binary | 11110111 | 10001111 | 10111100 | 0 | 101010 | 11000 | 11 | 101001110 | 1010111 | 1001100 |
Color Harmonies of #F78FBC
Complementary color
Monochromatic Colors of #F78FBC
Black with #F78FBC
Text Example
Text Example
White with #F78FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FBC; }
p { color: rgb(247,143,188); }
H1.HeaderClassName
{
color: #F78FBC;
}
.AnyTagClassName
{
color: #F78FBC;
}
</style>
background-color css
<style>
a { background-color: #F78FBC; }
a { background-color: rgb(247,143,188); }
div.DivClassName
{
background-color: #F78FBC;
}
.BgClassName
{
background-color: #F78FBC;
}
</style>
border-color css
<style>
span { border-color: #F78FBC; }
span { border-color: rgb(247,143,188); }
td.TdClassName
{
border-color: #F78FBC;
}
.TagClassName
{
border-color: #F78FBC;
}
</style>