Shades of Tea Rose #F788D3
Tints of Tea Rose #F788D3
RGB
CMYK
RGB Variations
Color information
#F788D3 (or 0xF788D3) is known color: Tea Rose. HEX triplet: F7, 88 and D3. RGB value is (247,136,211). Sum of RGB (Red+Green+Blue) = 247+136+211=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F788D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788D3 is #08772C. Grayscale: #B1B1B1. Windows color (decimal): -554797 or 13863159. OLE color: 13863159.
HSL color Cylindrical-coordinate representation of color #F788D3: hue angle of 319.46º 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 #F788D3 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 211 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.03 |
| HSL | 319.46º | 0.87% | 0.75% | - |
| HSV(B) | 319.46º | 0.45% | 0.97% | - |
| XYZ | 58.92 | 42.09 | 66.65 | - |
| YUV | 177.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 211 | 0 | 0.45 | 0.15 | 0.03 | 319.46 | 0.87 | 0.75 |
| Hex | F7 | 88 | D3 | 0 | 2D | F | 3 | 13F | 57 | 4B |
| Octal | 367 | 210 | 323 | 0 | 55 | 17 | 3 | 477 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11010011 | 0 | 101101 | 1111 | 11 | 100111111 | 1010111 | 1001011 |
Color Harmonies of #F788D3
Complementary color
Monochromatic Colors of #F788D3
Black with #F788D3
Text Example
Text Example
White with #F788D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788D3; }
p { color: rgb(247,136,211); }
H1.HeaderClassName
{
color: #F788D3;
}
.AnyTagClassName
{
color: #F788D3;
}
</style>
background-color css
<style>
a { background-color: #F788D3; }
a { background-color: rgb(247,136,211); }
div.DivClassName
{
background-color: #F788D3;
}
.BgClassName
{
background-color: #F788D3;
}
</style>
border-color css
<style>
span { border-color: #F788D3; }
span { border-color: rgb(247,136,211); }
td.TdClassName
{
border-color: #F788D3;
}
.TagClassName
{
border-color: #F788D3;
}
</style>