Shades of Tea Rose #F784D2
Tints of Tea Rose #F784D2
RGB
CMYK
RGB Variations
Color information
#F784D2 (or 0xF784D2) is known color: Tea Rose. HEX triplet: F7, 84 and D2. RGB value is (247,132,210). Sum of RGB (Red+Green+Blue) = 247+132+210=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F784D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F784D2 is #087B2D. Grayscale: #AFAFAF. Windows color (decimal): -555822 or 13796599. OLE color: 13796599.
HSL color Cylindrical-coordinate representation of color #F784D2: hue angle of 319.3º 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 #F784D2 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 210 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.03 |
| HSL | 319.3º | 0.88% | 0.74% | - |
| HSV(B) | 319.3º | 0.47% | 0.97% | - |
| XYZ | 58.24 | 40.93 | 65.8 | - |
| YUV | 175.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 210 | 0 | 0.47 | 0.15 | 0.03 | 319.3 | 0.88 | 0.74 |
| Hex | F7 | 84 | D2 | 0 | 2F | F | 3 | 13F | 58 | 4A |
| Octal | 367 | 204 | 322 | 0 | 57 | 17 | 3 | 477 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11010010 | 0 | 101111 | 1111 | 11 | 100111111 | 1011000 | 1001010 |
Color Harmonies of #F784D2
Complementary color
Monochromatic Colors of #F784D2
Black with #F784D2
Text Example
Text Example
White with #F784D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784D2; }
p { color: rgb(247,132,210); }
H1.HeaderClassName
{
color: #F784D2;
}
.AnyTagClassName
{
color: #F784D2;
}
</style>
background-color css
<style>
a { background-color: #F784D2; }
a { background-color: rgb(247,132,210); }
div.DivClassName
{
background-color: #F784D2;
}
.BgClassName
{
background-color: #F784D2;
}
</style>
border-color css
<style>
span { border-color: #F784D2; }
span { border-color: rgb(247,132,210); }
td.TdClassName
{
border-color: #F784D2;
}
.TagClassName
{
border-color: #F784D2;
}
</style>