Shades of Tea Rose #F784C0
Tints of Tea Rose #F784C0
RGB
CMYK
RGB Variations
Color information
#F784C0 (or 0xF784C0) is known color: Tea Rose. HEX triplet: F7, 84 and C0. RGB value is (247,132,192). Sum of RGB (Red+Green+Blue) = 247+132+192=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F784C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F784C0 is #087B3F. Grayscale: #ADADAD. Windows color (decimal): -555840 or 12616951. OLE color: 12616951.
HSL color Cylindrical-coordinate representation of color #F784C0: hue angle of 328.7º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F784C0 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 192 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.03 |
| HSL | 328.7º | 0.88% | 0.74% | - |
| HSV(B) | 328.7º | 0.47% | 0.97% | - |
| XYZ | 56.12 | 40.08 | 54.65 | - |
| YUV | 173.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 192 | 0 | 0.47 | 0.22 | 0.03 | 328.7 | 0.88 | 0.74 |
| Hex | F7 | 84 | C0 | 0 | 2F | 16 | 3 | 149 | 58 | 4A |
| Octal | 367 | 204 | 300 | 0 | 57 | 26 | 3 | 511 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11000000 | 0 | 101111 | 10110 | 11 | 101001001 | 1011000 | 1001010 |
Color Harmonies of #F784C0
Complementary color
Monochromatic Colors of #F784C0
Black with #F784C0
Text Example
Text Example
White with #F784C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784C0; }
p { color: rgb(247,132,192); }
H1.HeaderClassName
{
color: #F784C0;
}
.AnyTagClassName
{
color: #F784C0;
}
</style>
background-color css
<style>
a { background-color: #F784C0; }
a { background-color: rgb(247,132,192); }
div.DivClassName
{
background-color: #F784C0;
}
.BgClassName
{
background-color: #F784C0;
}
</style>
border-color css
<style>
span { border-color: #F784C0; }
span { border-color: rgb(247,132,192); }
td.TdClassName
{
border-color: #F784C0;
}
.TagClassName
{
border-color: #F784C0;
}
</style>