Shades of Tea Rose #F78CC5
Tints of Tea Rose #F78CC5
RGB
CMYK
RGB Variations
Color information
#F78CC5 (or 0xF78CC5) is known color: Tea Rose. HEX triplet: F7, 8C and C5. RGB value is (247,140,197). Sum of RGB (Red+Green+Blue) = 247+140+197=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CC5 is #08733A. Grayscale: #B2B2B2. Windows color (decimal): -553787 or 12946679. OLE color: 12946679.
HSL color Cylindrical-coordinate representation of color #F78CC5: hue angle of 328.04º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78CC5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 197 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.03 |
| HSL | 328.04º | 0.87% | 0.76% | - |
| HSV(B) | 328.04º | 0.43% | 0.97% | - |
| XYZ | 57.81 | 42.56 | 57.99 | - |
| YUV | 178.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 197 | 0 | 0.43 | 0.20 | 0.03 | 328.04 | 0.87 | 0.76 |
| Hex | F7 | 8C | C5 | 0 | 2B | 14 | 3 | 148 | 57 | 4C |
| Octal | 367 | 214 | 305 | 0 | 53 | 24 | 3 | 510 | 127 | 114 |
| Binary | 11110111 | 10001100 | 11000101 | 0 | 101011 | 10100 | 11 | 101001000 | 1010111 | 1001100 |
Color Harmonies of #F78CC5
Complementary color
Monochromatic Colors of #F78CC5
Black with #F78CC5
Text Example
Text Example
White with #F78CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CC5; }
p { color: rgb(247,140,197); }
H1.HeaderClassName
{
color: #F78CC5;
}
.AnyTagClassName
{
color: #F78CC5;
}
</style>
background-color css
<style>
a { background-color: #F78CC5; }
a { background-color: rgb(247,140,197); }
div.DivClassName
{
background-color: #F78CC5;
}
.BgClassName
{
background-color: #F78CC5;
}
</style>
border-color css
<style>
span { border-color: #F78CC5; }
span { border-color: rgb(247,140,197); }
td.TdClassName
{
border-color: #F78CC5;
}
.TagClassName
{
border-color: #F78CC5;
}
</style>