Shades of Tea Rose #F788BD
Tints of Tea Rose #F788BD
RGB
CMYK
RGB Variations
Color information
#F788BD (or 0xF788BD) is known color: Tea Rose. HEX triplet: F7, 88 and BD. RGB value is (247,136,189). Sum of RGB (Red+Green+Blue) = 247+136+189=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F788BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788BD is #087742. Grayscale: #AFAFAF. Windows color (decimal): -554819 or 12421367. OLE color: 12421367.
HSL color Cylindrical-coordinate representation of color #F788BD: hue angle of 331.35º 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 #F788BD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 189 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.03 |
| HSL | 331.35º | 0.87% | 0.75% | - |
| HSV(B) | 331.35º | 0.45% | 0.97% | - |
| XYZ | 56.35 | 41.06 | 53.1 | - |
| YUV | 175.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 189 | 0 | 0.45 | 0.23 | 0.03 | 331.35 | 0.87 | 0.75 |
| Hex | F7 | 88 | BD | 0 | 2D | 17 | 3 | 14B | 57 | 4B |
| Octal | 367 | 210 | 275 | 0 | 55 | 27 | 3 | 513 | 127 | 113 |
| Binary | 11110111 | 10001000 | 10111101 | 0 | 101101 | 10111 | 11 | 101001011 | 1010111 | 1001011 |
Color Harmonies of #F788BD
Complementary color
Monochromatic Colors of #F788BD
Black with #F788BD
Text Example
Text Example
White with #F788BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788BD; }
p { color: rgb(247,136,189); }
H1.HeaderClassName
{
color: #F788BD;
}
.AnyTagClassName
{
color: #F788BD;
}
</style>
background-color css
<style>
a { background-color: #F788BD; }
a { background-color: rgb(247,136,189); }
div.DivClassName
{
background-color: #F788BD;
}
.BgClassName
{
background-color: #F788BD;
}
</style>
border-color css
<style>
span { border-color: #F788BD; }
span { border-color: rgb(247,136,189); }
td.TdClassName
{
border-color: #F788BD;
}
.TagClassName
{
border-color: #F788BD;
}
</style>