Shades of Tea Rose #F788C8
Tints of Tea Rose #F788C8
RGB
CMYK
RGB Variations
Color information
#F788C8 (or 0xF788C8) is known color: Tea Rose. HEX triplet: F7, 88 and C8. RGB value is (247,136,200). Sum of RGB (Red+Green+Blue) = 247+136+200=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F788C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788C8 is #087737. Grayscale: #B0B0B0. Windows color (decimal): -554808 or 13142263. OLE color: 13142263.
HSL color Cylindrical-coordinate representation of color #F788C8: hue angle of 325.41º 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 #F788C8 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 200 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.03 |
| HSL | 325.41º | 0.87% | 0.75% | - |
| HSV(B) | 325.41º | 0.45% | 0.97% | - |
| XYZ | 57.59 | 41.55 | 59.63 | - |
| YUV | 176.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 200 | 0 | 0.45 | 0.19 | 0.03 | 325.41 | 0.87 | 0.75 |
| Hex | F7 | 88 | C8 | 0 | 2D | 13 | 3 | 145 | 57 | 4B |
| Octal | 367 | 210 | 310 | 0 | 55 | 23 | 3 | 505 | 127 | 113 |
| Binary | 11110111 | 10001000 | 11001000 | 0 | 101101 | 10011 | 11 | 101000101 | 1010111 | 1001011 |
Color Harmonies of #F788C8
Complementary color
Monochromatic Colors of #F788C8
Black with #F788C8
Text Example
Text Example
White with #F788C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F788C8; }
p { color: rgb(247,136,200); }
H1.HeaderClassName
{
color: #F788C8;
}
.AnyTagClassName
{
color: #F788C8;
}
</style>
background-color css
<style>
a { background-color: #F788C8; }
a { background-color: rgb(247,136,200); }
div.DivClassName
{
background-color: #F788C8;
}
.BgClassName
{
background-color: #F788C8;
}
</style>
border-color css
<style>
span { border-color: #F788C8; }
span { border-color: rgb(247,136,200); }
td.TdClassName
{
border-color: #F788C8;
}
.TagClassName
{
border-color: #F788C8;
}
</style>