Shades of Tea Rose #F78FCD
Tints of Tea Rose #F78FCD
RGB
CMYK
RGB Variations
Color information
#F78FCD (or 0xF78FCD) is known color: Tea Rose. HEX triplet: F7, 8F and CD. RGB value is (247,143,205). Sum of RGB (Red+Green+Blue) = 247+143+205=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FCD is #087032. Grayscale: #B5B5B5. Windows color (decimal): -553011 or 13471735. OLE color: 13471735.
HSL color Cylindrical-coordinate representation of color #F78FCD: hue angle of 324.23º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FCD is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 205 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.03 |
| HSL | 324.23º | 0.87% | 0.76% | - |
| HSV(B) | 324.23º | 0.42% | 0.97% | - |
| XYZ | 59.2 | 43.83 | 63.1 | - |
| YUV | 181.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 205 | 0 | 0.42 | 0.17 | 0.03 | 324.23 | 0.87 | 0.76 |
| Hex | F7 | 8F | CD | 0 | 2A | 11 | 3 | 144 | 57 | 4C |
| Octal | 367 | 217 | 315 | 0 | 52 | 21 | 3 | 504 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11001101 | 0 | 101010 | 10001 | 11 | 101000100 | 1010111 | 1001100 |
Color Harmonies of #F78FCD
Complementary color
Monochromatic Colors of #F78FCD
Black with #F78FCD
Text Example
Text Example
White with #F78FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FCD; }
p { color: rgb(247,143,205); }
H1.HeaderClassName
{
color: #F78FCD;
}
.AnyTagClassName
{
color: #F78FCD;
}
</style>
background-color css
<style>
a { background-color: #F78FCD; }
a { background-color: rgb(247,143,205); }
div.DivClassName
{
background-color: #F78FCD;
}
.BgClassName
{
background-color: #F78FCD;
}
</style>
border-color css
<style>
span { border-color: #F78FCD; }
span { border-color: rgb(247,143,205); }
td.TdClassName
{
border-color: #F78FCD;
}
.TagClassName
{
border-color: #F78FCD;
}
</style>