Shades of Tea Rose #F78ACD
Tints of Tea Rose #F78ACD
RGB
CMYK
RGB Variations
Color information
#F78ACD (or 0xF78ACD) is known color: Tea Rose. HEX triplet: F7, 8A and CD. RGB value is (247,138,205). Sum of RGB (Red+Green+Blue) = 247+138+205=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ACD is #087532. Grayscale: #B2B2B2. Windows color (decimal): -554291 or 13470455. OLE color: 13470455.
HSL color Cylindrical-coordinate representation of color #F78ACD: hue angle of 323.12º 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 #F78ACD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 205 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.03 |
| HSL | 323.12º | 0.87% | 0.75% | - |
| HSV(B) | 323.12º | 0.44% | 0.97% | - |
| XYZ | 58.47 | 42.36 | 62.85 | - |
| YUV | 178.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 205 | 0 | 0.44 | 0.17 | 0.03 | 323.12 | 0.87 | 0.75 |
| Hex | F7 | 8A | CD | 0 | 2C | 11 | 3 | 143 | 57 | 4B |
| Octal | 367 | 212 | 315 | 0 | 54 | 21 | 3 | 503 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11001101 | 0 | 101100 | 10001 | 11 | 101000011 | 1010111 | 1001011 |
Color Harmonies of #F78ACD
Complementary color
Monochromatic Colors of #F78ACD
Black with #F78ACD
Text Example
Text Example
White with #F78ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ACD; }
p { color: rgb(247,138,205); }
H1.HeaderClassName
{
color: #F78ACD;
}
.AnyTagClassName
{
color: #F78ACD;
}
</style>
background-color css
<style>
a { background-color: #F78ACD; }
a { background-color: rgb(247,138,205); }
div.DivClassName
{
background-color: #F78ACD;
}
.BgClassName
{
background-color: #F78ACD;
}
</style>
border-color css
<style>
span { border-color: #F78ACD; }
span { border-color: rgb(247,138,205); }
td.TdClassName
{
border-color: #F78ACD;
}
.TagClassName
{
border-color: #F78ACD;
}
</style>