Shades of Tea Rose #F787CE
Tints of Tea Rose #F787CE
RGB
CMYK
RGB Variations
Color information
#F787CE (or 0xF787CE) is known color: Tea Rose. HEX triplet: F7, 87 and CE. RGB value is (247,135,206). Sum of RGB (Red+Green+Blue) = 247+135+206=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F787CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F787CE is #087831. Grayscale: #B0B0B0. Windows color (decimal): -555058 or 13535223. OLE color: 13535223.
HSL color Cylindrical-coordinate representation of color #F787CE: hue angle of 321.96º degrees, saturation: 0.88, 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 #F787CE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 206 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.03 |
| HSL | 321.96º | 0.88% | 0.75% | - |
| HSV(B) | 321.96º | 0.45% | 0.97% | - |
| XYZ | 58.16 | 41.56 | 63.35 | - |
| YUV | 176.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 206 | 0 | 0.45 | 0.17 | 0.03 | 321.96 | 0.88 | 0.75 |
| Hex | F7 | 87 | CE | 0 | 2D | 11 | 3 | 142 | 58 | 4B |
| Octal | 367 | 207 | 316 | 0 | 55 | 21 | 3 | 502 | 130 | 113 |
| Binary | 11110111 | 10000111 | 11001110 | 0 | 101101 | 10001 | 11 | 101000010 | 1011000 | 1001011 |
Color Harmonies of #F787CE
Complementary color
Monochromatic Colors of #F787CE
Black with #F787CE
Text Example
Text Example
White with #F787CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F787CE; }
p { color: rgb(247,135,206); }
H1.HeaderClassName
{
color: #F787CE;
}
.AnyTagClassName
{
color: #F787CE;
}
</style>
background-color css
<style>
a { background-color: #F787CE; }
a { background-color: rgb(247,135,206); }
div.DivClassName
{
background-color: #F787CE;
}
.BgClassName
{
background-color: #F787CE;
}
</style>
border-color css
<style>
span { border-color: #F787CE; }
span { border-color: rgb(247,135,206); }
td.TdClassName
{
border-color: #F787CE;
}
.TagClassName
{
border-color: #F787CE;
}
</style>