Shades of Tea Rose #F78CC1
Tints of Tea Rose #F78CC1
RGB
CMYK
RGB Variations
Color information
#F78CC1 (or 0xF78CC1) is known color: Tea Rose. HEX triplet: F7, 8C and C1. RGB value is (247,140,193). Sum of RGB (Red+Green+Blue) = 247+140+193=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CC1 is #08733E. Grayscale: #B1B1B1. Windows color (decimal): -553791 or 12684535. OLE color: 12684535.
HSL color Cylindrical-coordinate representation of color #F78CC1: hue angle of 330.28º 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 #F78CC1 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 193 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.03 |
| HSL | 330.28º | 0.87% | 0.76% | - |
| HSV(B) | 330.28º | 0.43% | 0.97% | - |
| XYZ | 57.36 | 42.38 | 55.61 | - |
| YUV | 178.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 193 | 0 | 0.43 | 0.22 | 0.03 | 330.28 | 0.87 | 0.76 |
| Hex | F7 | 8C | C1 | 0 | 2B | 16 | 3 | 14A | 57 | 4C |
| Octal | 367 | 214 | 301 | 0 | 53 | 26 | 3 | 512 | 127 | 114 |
| Binary | 11110111 | 10001100 | 11000001 | 0 | 101011 | 10110 | 11 | 101001010 | 1010111 | 1001100 |
Color Harmonies of #F78CC1
Complementary color
Monochromatic Colors of #F78CC1
Black with #F78CC1
Text Example
Text Example
White with #F78CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CC1; }
p { color: rgb(247,140,193); }
H1.HeaderClassName
{
color: #F78CC1;
}
.AnyTagClassName
{
color: #F78CC1;
}
</style>
background-color css
<style>
a { background-color: #F78CC1; }
a { background-color: rgb(247,140,193); }
div.DivClassName
{
background-color: #F78CC1;
}
.BgClassName
{
background-color: #F78CC1;
}
</style>
border-color css
<style>
span { border-color: #F78CC1; }
span { border-color: rgb(247,140,193); }
td.TdClassName
{
border-color: #F78CC1;
}
.TagClassName
{
border-color: #F78CC1;
}
</style>