Shades of Tea Rose #F788BC
Tints of Tea Rose #F788BC
RGB
CMYK
RGB Variations
Color information
#F788BC (or 0xF788BC) is known color: Tea Rose. HEX triplet: F7, 88 and BC. RGB value is (247,136,188). Sum of RGB (Red+Green+Blue) = 247+136+188=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F788BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788BC is #087743. Grayscale: #AFAFAF. Windows color (decimal): -554820 or 12355831. OLE color: 12355831.
HSL color Cylindrical-coordinate representation of color #F788BC: hue angle of 331.89º 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 #F788BC is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 188 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.03 |
| HSL | 331.89º | 0.87% | 0.75% | - |
| HSV(B) | 331.89º | 0.45% | 0.97% | - |
| XYZ | 56.24 | 41.01 | 52.53 | - |
| YUV | 175.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 188 | 0 | 0.45 | 0.24 | 0.03 | 331.89 | 0.87 | 0.75 |
| Hex | F7 | 88 | BC | 0 | 2D | 18 | 3 | 14C | 57 | 4B |
| Octal | 367 | 210 | 274 | 0 | 55 | 30 | 3 | 514 | 127 | 113 |
| Binary | 11110111 | 10001000 | 10111100 | 0 | 101101 | 11000 | 11 | 101001100 | 1010111 | 1001011 |
Color Harmonies of #F788BC
Complementary color
Monochromatic Colors of #F788BC
Black with #F788BC
Text Example
Text Example
White with #F788BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788BC; }
p { color: rgb(247,136,188); }
H1.HeaderClassName
{
color: #F788BC;
}
.AnyTagClassName
{
color: #F788BC;
}
</style>
background-color css
<style>
a { background-color: #F788BC; }
a { background-color: rgb(247,136,188); }
div.DivClassName
{
background-color: #F788BC;
}
.BgClassName
{
background-color: #F788BC;
}
</style>
border-color css
<style>
span { border-color: #F788BC; }
span { border-color: rgb(247,136,188); }
td.TdClassName
{
border-color: #F788BC;
}
.TagClassName
{
border-color: #F788BC;
}
</style>