Shades of Tea Rose #F785BE
Tints of Tea Rose #F785BE
RGB
CMYK
RGB Variations
Color information
#F785BE (or 0xF785BE) is known color: Tea Rose. HEX triplet: F7, 85 and BE. RGB value is (247,133,190). Sum of RGB (Red+Green+Blue) = 247+133+190=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F785BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785BE is #087A41. Grayscale: #ADADAD. Windows color (decimal): -555586 or 12486135. OLE color: 12486135.
HSL color Cylindrical-coordinate representation of color #F785BE: hue angle of 330º 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 #F785BE is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 190 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.03 |
| HSL | 330º | 0.88% | 0.75% | - |
| HSV(B) | 330º | 0.46% | 0.97% | - |
| XYZ | 56.04 | 40.27 | 53.53 | - |
| YUV | 173.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 190 | 0 | 0.46 | 0.23 | 0.03 | 330 | 0.88 | 0.75 |
| Hex | F7 | 85 | BE | 0 | 2E | 17 | 3 | 14A | 58 | 4B |
| Octal | 367 | 205 | 276 | 0 | 56 | 27 | 3 | 512 | 130 | 113 |
| Binary | 11110111 | 10000101 | 10111110 | 0 | 101110 | 10111 | 11 | 101001010 | 1011000 | 1001011 |
Color Harmonies of #F785BE
Complementary color
Monochromatic Colors of #F785BE
Black with #F785BE
Text Example
Text Example
White with #F785BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785BE; }
p { color: rgb(247,133,190); }
H1.HeaderClassName
{
color: #F785BE;
}
.AnyTagClassName
{
color: #F785BE;
}
</style>
background-color css
<style>
a { background-color: #F785BE; }
a { background-color: rgb(247,133,190); }
div.DivClassName
{
background-color: #F785BE;
}
.BgClassName
{
background-color: #F785BE;
}
</style>
border-color css
<style>
span { border-color: #F785BE; }
span { border-color: rgb(247,133,190); }
td.TdClassName
{
border-color: #F785BE;
}
.TagClassName
{
border-color: #F785BE;
}
</style>