Shades of Tea Rose #F47BC7
Tints of Tea Rose #F47BC7
RGB
CMYK
RGB Variations
Color information
#F47BC7 (or 0xF47BC7) is known color: Tea Rose. HEX triplet: F4, 7B and C7. RGB value is (244,123,199). Sum of RGB (Red+Green+Blue) = 244+123+199=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BC7 is #0B8438. Grayscale: #A7A7A7. Windows color (decimal): -754745 or 13073396. OLE color: 13073396.
HSL color Cylindrical-coordinate representation of color #F47BC7: hue angle of 322.31º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47BC7 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 199 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.04 |
| HSL | 322.31º | 0.85% | 0.72% | - |
| HSV(B) | 322.31º | 0.5% | 0.96% | - |
| XYZ | 54.7 | 37.52 | 58.39 | - |
| YUV | 167.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 199 | 0 | 0.50 | 0.18 | 0.04 | 322.31 | 0.85 | 0.72 |
| Hex | F4 | 7B | C7 | 0 | 32 | 12 | 4 | 142 | 55 | 48 |
| Octal | 364 | 173 | 307 | 0 | 62 | 22 | 4 | 502 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11000111 | 0 | 110010 | 10010 | 100 | 101000010 | 1010101 | 1001000 |
Color Harmonies of #F47BC7
Complementary color
Monochromatic Colors of #F47BC7
Black with #F47BC7
Text Example
Text Example
White with #F47BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BC7; }
p { color: rgb(244,123,199); }
H1.HeaderClassName
{
color: #F47BC7;
}
.AnyTagClassName
{
color: #F47BC7;
}
</style>
background-color css
<style>
a { background-color: #F47BC7; }
a { background-color: rgb(244,123,199); }
div.DivClassName
{
background-color: #F47BC7;
}
.BgClassName
{
background-color: #F47BC7;
}
</style>
border-color css
<style>
span { border-color: #F47BC7; }
span { border-color: rgb(244,123,199); }
td.TdClassName
{
border-color: #F47BC7;
}
.TagClassName
{
border-color: #F47BC7;
}
</style>