Shades of Tea Rose #F788BF
Tints of Tea Rose #F788BF
RGB
CMYK
RGB Variations
Color information
#F788BF (or 0xF788BF) is known color: Tea Rose. HEX triplet: F7, 88 and BF. RGB value is (247,136,191). Sum of RGB (Red+Green+Blue) = 247+136+191=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F788BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788BF is #087740. Grayscale: #AFAFAF. Windows color (decimal): -554817 or 12552439. OLE color: 12552439.
HSL color Cylindrical-coordinate representation of color #F788BF: hue angle of 330.27º 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 #F788BF is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 191 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.03 |
| HSL | 330.27º | 0.87% | 0.75% | - |
| HSV(B) | 330.27º | 0.45% | 0.97% | - |
| XYZ | 56.57 | 41.14 | 54.25 | - |
| YUV | 175.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 191 | 0 | 0.45 | 0.23 | 0.03 | 330.27 | 0.87 | 0.75 |
| Hex | F7 | 88 | BF | 0 | 2D | 17 | 3 | 14A | 57 | 4B |
| Octal | 367 | 210 | 277 | 0 | 55 | 27 | 3 | 512 | 127 | 113 |
| Binary | 11110111 | 10001000 | 10111111 | 0 | 101101 | 10111 | 11 | 101001010 | 1010111 | 1001011 |
Color Harmonies of #F788BF
Complementary color
Monochromatic Colors of #F788BF
Black with #F788BF
Text Example
Text Example
White with #F788BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788BF; }
p { color: rgb(247,136,191); }
H1.HeaderClassName
{
color: #F788BF;
}
.AnyTagClassName
{
color: #F788BF;
}
</style>
background-color css
<style>
a { background-color: #F788BF; }
a { background-color: rgb(247,136,191); }
div.DivClassName
{
background-color: #F788BF;
}
.BgClassName
{
background-color: #F788BF;
}
</style>
border-color css
<style>
span { border-color: #F788BF; }
span { border-color: rgb(247,136,191); }
td.TdClassName
{
border-color: #F788BF;
}
.TagClassName
{
border-color: #F788BF;
}
</style>