Shades of Tea Rose #F78ACC
Tints of Tea Rose #F78ACC
RGB
CMYK
RGB Variations
Color information
#F78ACC (or 0xF78ACC) is known color: Tea Rose. HEX triplet: F7, 8A and CC. RGB value is (247,138,204). Sum of RGB (Red+Green+Blue) = 247+138+204=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ACC is #087533. Grayscale: #B1B1B1. Windows color (decimal): -554292 or 13404919. OLE color: 13404919.
HSL color Cylindrical-coordinate representation of color #F78ACC: hue angle of 323.67º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78ACC is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 204 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.03 |
| HSL | 323.67º | 0.87% | 0.75% | - |
| HSV(B) | 323.67º | 0.44% | 0.97% | - |
| XYZ | 58.35 | 42.31 | 62.22 | - |
| YUV | 178.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 204 | 0 | 0.44 | 0.17 | 0.03 | 323.67 | 0.87 | 0.75 |
| Hex | F7 | 8A | CC | 0 | 2C | 11 | 3 | 144 | 57 | 4B |
| Octal | 367 | 212 | 314 | 0 | 54 | 21 | 3 | 504 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11001100 | 0 | 101100 | 10001 | 11 | 101000100 | 1010111 | 1001011 |
Color Harmonies of #F78ACC
Complementary color
Monochromatic Colors of #F78ACC
Black with #F78ACC
Text Example
Text Example
White with #F78ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ACC; }
p { color: rgb(247,138,204); }
H1.HeaderClassName
{
color: #F78ACC;
}
.AnyTagClassName
{
color: #F78ACC;
}
</style>
background-color css
<style>
a { background-color: #F78ACC; }
a { background-color: rgb(247,138,204); }
div.DivClassName
{
background-color: #F78ACC;
}
.BgClassName
{
background-color: #F78ACC;
}
</style>
border-color css
<style>
span { border-color: #F78ACC; }
span { border-color: rgb(247,138,204); }
td.TdClassName
{
border-color: #F78ACC;
}
.TagClassName
{
border-color: #F78ACC;
}
</style>