Shades of Tea Rose #F786C8
Tints of Tea Rose #F786C8
RGB
CMYK
RGB Variations
Color information
#F786C8 (or 0xF786C8) is known color: Tea Rose. HEX triplet: F7, 86 and C8. RGB value is (247,134,200). Sum of RGB (Red+Green+Blue) = 247+134+200=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F786C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786C8 is #087937. Grayscale: #AFAFAF. Windows color (decimal): -555320 or 13141751. OLE color: 13141751.
HSL color Cylindrical-coordinate representation of color #F786C8: hue angle of 324.96º 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 #F786C8 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 200 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.03 |
| HSL | 324.96º | 0.88% | 0.75% | - |
| HSV(B) | 324.96º | 0.46% | 0.97% | - |
| XYZ | 57.31 | 40.99 | 59.54 | - |
| YUV | 175.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 200 | 0 | 0.46 | 0.19 | 0.03 | 324.96 | 0.88 | 0.75 |
| Hex | F7 | 86 | C8 | 0 | 2E | 13 | 3 | 145 | 58 | 4B |
| Octal | 367 | 206 | 310 | 0 | 56 | 23 | 3 | 505 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11001000 | 0 | 101110 | 10011 | 11 | 101000101 | 1011000 | 1001011 |
Color Harmonies of #F786C8
Complementary color
Monochromatic Colors of #F786C8
Black with #F786C8
Text Example
Text Example
White with #F786C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786C8; }
p { color: rgb(247,134,200); }
H1.HeaderClassName
{
color: #F786C8;
}
.AnyTagClassName
{
color: #F786C8;
}
</style>
background-color css
<style>
a { background-color: #F786C8; }
a { background-color: rgb(247,134,200); }
div.DivClassName
{
background-color: #F786C8;
}
.BgClassName
{
background-color: #F786C8;
}
</style>
border-color css
<style>
span { border-color: #F786C8; }
span { border-color: rgb(247,134,200); }
td.TdClassName
{
border-color: #F786C8;
}
.TagClassName
{
border-color: #F786C8;
}
</style>