Shades of Tea Rose #F786C5
Tints of Tea Rose #F786C5
RGB
CMYK
RGB Variations
Color information
#F786C5 (or 0xF786C5) is known color: Tea Rose. HEX triplet: F7, 86 and C5. RGB value is (247,134,197). Sum of RGB (Red+Green+Blue) = 247+134+197=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F786C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786C5 is #08793A. Grayscale: #AEAEAE. Windows color (decimal): -555323 or 12945143. OLE color: 12945143.
HSL color Cylindrical-coordinate representation of color #F786C5: hue angle of 326.55º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786C5 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 197 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.03 |
| HSL | 326.55º | 0.88% | 0.75% | - |
| HSV(B) | 326.55º | 0.46% | 0.97% | - |
| XYZ | 56.96 | 40.86 | 57.71 | - |
| YUV | 174.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 197 | 0 | 0.46 | 0.20 | 0.03 | 326.55 | 0.88 | 0.75 |
| Hex | F7 | 86 | C5 | 0 | 2E | 14 | 3 | 147 | 58 | 4B |
| Octal | 367 | 206 | 305 | 0 | 56 | 24 | 3 | 507 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11000101 | 0 | 101110 | 10100 | 11 | 101000111 | 1011000 | 1001011 |
Color Harmonies of #F786C5
Complementary color
Monochromatic Colors of #F786C5
Black with #F786C5
Text Example
Text Example
White with #F786C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786C5; }
p { color: rgb(247,134,197); }
H1.HeaderClassName
{
color: #F786C5;
}
.AnyTagClassName
{
color: #F786C5;
}
</style>
background-color css
<style>
a { background-color: #F786C5; }
a { background-color: rgb(247,134,197); }
div.DivClassName
{
background-color: #F786C5;
}
.BgClassName
{
background-color: #F786C5;
}
</style>
border-color css
<style>
span { border-color: #F786C5; }
span { border-color: rgb(247,134,197); }
td.TdClassName
{
border-color: #F786C5;
}
.TagClassName
{
border-color: #F786C5;
}
</style>