Shades of Tea Rose #F78FCE
Tints of Tea Rose #F78FCE
RGB
CMYK
RGB Variations
Color information
#F78FCE (or 0xF78FCE) is known color: Tea Rose. HEX triplet: F7, 8F and CE. RGB value is (247,143,206). Sum of RGB (Red+Green+Blue) = 247+143+206=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FCE is #087031. Grayscale: #B5B5B5. Windows color (decimal): -553010 or 13537271. OLE color: 13537271.
HSL color Cylindrical-coordinate representation of color #F78FCE: hue angle of 323.65º 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 #F78FCE is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 206 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.03 |
| HSL | 323.65º | 0.87% | 0.76% | - |
| HSV(B) | 323.65º | 0.42% | 0.97% | - |
| XYZ | 59.32 | 43.88 | 63.73 | - |
| YUV | 181.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 206 | 0 | 0.42 | 0.17 | 0.03 | 323.65 | 0.87 | 0.76 |
| Hex | F7 | 8F | CE | 0 | 2A | 11 | 3 | 144 | 57 | 4C |
| Octal | 367 | 217 | 316 | 0 | 52 | 21 | 3 | 504 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11001110 | 0 | 101010 | 10001 | 11 | 101000100 | 1010111 | 1001100 |
Color Harmonies of #F78FCE
Complementary color
Monochromatic Colors of #F78FCE
Black with #F78FCE
Text Example
Text Example
White with #F78FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FCE; }
p { color: rgb(247,143,206); }
H1.HeaderClassName
{
color: #F78FCE;
}
.AnyTagClassName
{
color: #F78FCE;
}
</style>
background-color css
<style>
a { background-color: #F78FCE; }
a { background-color: rgb(247,143,206); }
div.DivClassName
{
background-color: #F78FCE;
}
.BgClassName
{
background-color: #F78FCE;
}
</style>
border-color css
<style>
span { border-color: #F78FCE; }
span { border-color: rgb(247,143,206); }
td.TdClassName
{
border-color: #F78FCE;
}
.TagClassName
{
border-color: #F78FCE;
}
</style>