Shades of Tea Rose #F787D0
Tints of Tea Rose #F787D0
RGB
CMYK
RGB Variations
Color information
#F787D0 (or 0xF787D0) is known color: Tea Rose. HEX triplet: F7, 87 and D0. RGB value is (247,135,208). Sum of RGB (Red+Green+Blue) = 247+135+208=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F787D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F787D0 is #08782F. Grayscale: #B0B0B0. Windows color (decimal): -555056 or 13666295. OLE color: 13666295.
HSL color Cylindrical-coordinate representation of color #F787D0: hue angle of 320.89º 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 #F787D0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 208 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.03 |
| HSL | 320.89º | 0.88% | 0.75% | - |
| HSV(B) | 320.89º | 0.45% | 0.97% | - |
| XYZ | 58.41 | 41.66 | 64.64 | - |
| YUV | 176.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 208 | 0 | 0.45 | 0.16 | 0.03 | 320.89 | 0.88 | 0.75 |
| Hex | F7 | 87 | D0 | 0 | 2D | 10 | 3 | 141 | 58 | 4B |
| Octal | 367 | 207 | 320 | 0 | 55 | 20 | 3 | 501 | 130 | 113 |
| Binary | 11110111 | 10000111 | 11010000 | 0 | 101101 | 10000 | 11 | 101000001 | 1011000 | 1001011 |
Color Harmonies of #F787D0
Complementary color
Monochromatic Colors of #F787D0
Black with #F787D0
Text Example
Text Example
White with #F787D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F787D0; }
p { color: rgb(247,135,208); }
H1.HeaderClassName
{
color: #F787D0;
}
.AnyTagClassName
{
color: #F787D0;
}
</style>
background-color css
<style>
a { background-color: #F787D0; }
a { background-color: rgb(247,135,208); }
div.DivClassName
{
background-color: #F787D0;
}
.BgClassName
{
background-color: #F787D0;
}
</style>
border-color css
<style>
span { border-color: #F787D0; }
span { border-color: rgb(247,135,208); }
td.TdClassName
{
border-color: #F787D0;
}
.TagClassName
{
border-color: #F787D0;
}
</style>