Shades of Tea Rose #F78CCD
Tints of Tea Rose #F78CCD
RGB
CMYK
RGB Variations
Color information
#F78CCD (or 0xF78CCD) is known color: Tea Rose. HEX triplet: F7, 8C and CD. RGB value is (247,140,205). Sum of RGB (Red+Green+Blue) = 247+140+205=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CCD is #087332. Grayscale: #B3B3B3. Windows color (decimal): -553779 or 13470967. OLE color: 13470967.
HSL color Cylindrical-coordinate representation of color #F78CCD: hue angle of 323.55º 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 #F78CCD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 205 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.03 |
| HSL | 323.55º | 0.87% | 0.76% | - |
| HSV(B) | 323.55º | 0.43% | 0.97% | - |
| XYZ | 58.76 | 42.94 | 62.95 | - |
| YUV | 179.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 205 | 0 | 0.43 | 0.17 | 0.03 | 323.55 | 0.87 | 0.76 |
| Hex | F7 | 8C | CD | 0 | 2B | 11 | 3 | 144 | 57 | 4C |
| Octal | 367 | 214 | 315 | 0 | 53 | 21 | 3 | 504 | 127 | 114 |
| Binary | 11110111 | 10001100 | 11001101 | 0 | 101011 | 10001 | 11 | 101000100 | 1010111 | 1001100 |
Color Harmonies of #F78CCD
Complementary color
Monochromatic Colors of #F78CCD
Black with #F78CCD
Text Example
Text Example
White with #F78CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CCD; }
p { color: rgb(247,140,205); }
H1.HeaderClassName
{
color: #F78CCD;
}
.AnyTagClassName
{
color: #F78CCD;
}
</style>
background-color css
<style>
a { background-color: #F78CCD; }
a { background-color: rgb(247,140,205); }
div.DivClassName
{
background-color: #F78CCD;
}
.BgClassName
{
background-color: #F78CCD;
}
</style>
border-color css
<style>
span { border-color: #F78CCD; }
span { border-color: rgb(247,140,205); }
td.TdClassName
{
border-color: #F78CCD;
}
.TagClassName
{
border-color: #F78CCD;
}
</style>