Shades of Tea Rose #F786D3
Tints of Tea Rose #F786D3
RGB
CMYK
RGB Variations
Color information
#F786D3 (or 0xF786D3) is known color: Tea Rose. HEX triplet: F7, 86 and D3. RGB value is (247,134,211). Sum of RGB (Red+Green+Blue) = 247+134+211=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F786D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786D3 is #08792C. Grayscale: #B0B0B0. Windows color (decimal): -555309 or 13862647. OLE color: 13862647.
HSL color Cylindrical-coordinate representation of color #F786D3: hue angle of 319.12º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786D3 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 211 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.03 |
| HSL | 319.12º | 0.88% | 0.75% | - |
| HSV(B) | 319.12º | 0.46% | 0.97% | - |
| XYZ | 58.64 | 41.53 | 66.55 | - |
| YUV | 176.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 211 | 0 | 0.46 | 0.15 | 0.03 | 319.12 | 0.88 | 0.75 |
| Hex | F7 | 86 | D3 | 0 | 2E | F | 3 | 13F | 58 | 4B |
| Octal | 367 | 206 | 323 | 0 | 56 | 17 | 3 | 477 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11010011 | 0 | 101110 | 1111 | 11 | 100111111 | 1011000 | 1001011 |
Color Harmonies of #F786D3
Complementary color
Monochromatic Colors of #F786D3
Black with #F786D3
Text Example
Text Example
White with #F786D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786D3; }
p { color: rgb(247,134,211); }
H1.HeaderClassName
{
color: #F786D3;
}
.AnyTagClassName
{
color: #F786D3;
}
</style>
background-color css
<style>
a { background-color: #F786D3; }
a { background-color: rgb(247,134,211); }
div.DivClassName
{
background-color: #F786D3;
}
.BgClassName
{
background-color: #F786D3;
}
</style>
border-color css
<style>
span { border-color: #F786D3; }
span { border-color: rgb(247,134,211); }
td.TdClassName
{
border-color: #F786D3;
}
.TagClassName
{
border-color: #F786D3;
}
</style>