Shades of Tea Rose #F783C7
Tints of Tea Rose #F783C7
RGB
CMYK
RGB Variations
Color information
#F783C7 (or 0xF783C7) is known color: Tea Rose. HEX triplet: F7, 83 and C7. RGB value is (247,131,199). Sum of RGB (Red+Green+Blue) = 247+131+199=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F783C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783C7 is #087C38. Grayscale: #ADADAD. Windows color (decimal): -556089 or 13075447. OLE color: 13075447.
HSL color Cylindrical-coordinate representation of color #F783C7: hue angle of 324.83º 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 #F783C7 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 199 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.03 |
| HSL | 324.83º | 0.88% | 0.74% | - |
| HSV(B) | 324.83º | 0.47% | 0.97% | - |
| XYZ | 56.78 | 40.13 | 58.79 | - |
| YUV | 173.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 199 | 0 | 0.47 | 0.19 | 0.03 | 324.83 | 0.88 | 0.74 |
| Hex | F7 | 83 | C7 | 0 | 2F | 13 | 3 | 145 | 58 | 4A |
| Octal | 367 | 203 | 307 | 0 | 57 | 23 | 3 | 505 | 130 | 112 |
| Binary | 11110111 | 10000011 | 11000111 | 0 | 101111 | 10011 | 11 | 101000101 | 1011000 | 1001010 |
Color Harmonies of #F783C7
Complementary color
Monochromatic Colors of #F783C7
Black with #F783C7
Text Example
Text Example
White with #F783C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783C7; }
p { color: rgb(247,131,199); }
H1.HeaderClassName
{
color: #F783C7;
}
.AnyTagClassName
{
color: #F783C7;
}
</style>
background-color css
<style>
a { background-color: #F783C7; }
a { background-color: rgb(247,131,199); }
div.DivClassName
{
background-color: #F783C7;
}
.BgClassName
{
background-color: #F783C7;
}
</style>
border-color css
<style>
span { border-color: #F783C7; }
span { border-color: rgb(247,131,199); }
td.TdClassName
{
border-color: #F783C7;
}
.TagClassName
{
border-color: #F783C7;
}
</style>