Shades of Tea Rose #F78BBE
Tints of Tea Rose #F78BBE
RGB
CMYK
RGB Variations
Color information
#F78BBE (or 0xF78BBE) is known color: Tea Rose. HEX triplet: F7, 8B and BE. RGB value is (247,139,190). Sum of RGB (Red+Green+Blue) = 247+139+190=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BBE is #087441. Grayscale: #B1B1B1. Windows color (decimal): -554050 or 12487671. OLE color: 12487671.
HSL color Cylindrical-coordinate representation of color #F78BBE: hue angle of 331.67º 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 #F78BBE is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 190 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.03 |
| HSL | 331.67º | 0.87% | 0.76% | - |
| HSV(B) | 331.67º | 0.44% | 0.97% | - |
| XYZ | 56.88 | 41.96 | 53.82 | - |
| YUV | 177.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 190 | 0 | 0.44 | 0.23 | 0.03 | 331.67 | 0.87 | 0.76 |
| Hex | F7 | 8B | BE | 0 | 2C | 17 | 3 | 14C | 57 | 4C |
| Octal | 367 | 213 | 276 | 0 | 54 | 27 | 3 | 514 | 127 | 114 |
| Binary | 11110111 | 10001011 | 10111110 | 0 | 101100 | 10111 | 11 | 101001100 | 1010111 | 1001100 |
Color Harmonies of #F78BBE
Complementary color
Monochromatic Colors of #F78BBE
Black with #F78BBE
Text Example
Text Example
White with #F78BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BBE; }
p { color: rgb(247,139,190); }
H1.HeaderClassName
{
color: #F78BBE;
}
.AnyTagClassName
{
color: #F78BBE;
}
</style>
background-color css
<style>
a { background-color: #F78BBE; }
a { background-color: rgb(247,139,190); }
div.DivClassName
{
background-color: #F78BBE;
}
.BgClassName
{
background-color: #F78BBE;
}
</style>
border-color css
<style>
span { border-color: #F78BBE; }
span { border-color: rgb(247,139,190); }
td.TdClassName
{
border-color: #F78BBE;
}
.TagClassName
{
border-color: #F78BBE;
}
</style>