Shades of Tea Rose #F784C4
Tints of Tea Rose #F784C4
RGB
CMYK
RGB Variations
Color information
#F784C4 (or 0xF784C4) is known color: Tea Rose. HEX triplet: F7, 84 and C4. RGB value is (247,132,196). Sum of RGB (Red+Green+Blue) = 247+132+196=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F784C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F784C4 is #087B3B. Grayscale: #ADADAD. Windows color (decimal): -555836 or 12879095. OLE color: 12879095.
HSL color Cylindrical-coordinate representation of color #F784C4: hue angle of 326.61º 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 #F784C4 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 196 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.03 |
| HSL | 326.61º | 0.88% | 0.74% | - |
| HSV(B) | 326.61º | 0.47% | 0.97% | - |
| XYZ | 56.57 | 40.26 | 57.01 | - |
| YUV | 173.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 196 | 0 | 0.47 | 0.21 | 0.03 | 326.61 | 0.88 | 0.74 |
| Hex | F7 | 84 | C4 | 0 | 2F | 15 | 3 | 147 | 58 | 4A |
| Octal | 367 | 204 | 304 | 0 | 57 | 25 | 3 | 507 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11000100 | 0 | 101111 | 10101 | 11 | 101000111 | 1011000 | 1001010 |
Color Harmonies of #F784C4
Complementary color
Monochromatic Colors of #F784C4
Black with #F784C4
Text Example
Text Example
White with #F784C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784C4; }
p { color: rgb(247,132,196); }
H1.HeaderClassName
{
color: #F784C4;
}
.AnyTagClassName
{
color: #F784C4;
}
</style>
background-color css
<style>
a { background-color: #F784C4; }
a { background-color: rgb(247,132,196); }
div.DivClassName
{
background-color: #F784C4;
}
.BgClassName
{
background-color: #F784C4;
}
</style>
border-color css
<style>
span { border-color: #F784C4; }
span { border-color: rgb(247,132,196); }
td.TdClassName
{
border-color: #F784C4;
}
.TagClassName
{
border-color: #F784C4;
}
</style>