Shades of Tea Rose #F47BC9
Tints of Tea Rose #F47BC9
RGB
CMYK
RGB Variations
Color information
#F47BC9 (or 0xF47BC9) is known color: Tea Rose. HEX triplet: F4, 7B and C9. RGB value is (244,123,201). Sum of RGB (Red+Green+Blue) = 244+123+201=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BC9 is #0B8436. Grayscale: #A7A7A7. Windows color (decimal): -754743 or 13204468. OLE color: 13204468.
HSL color Cylindrical-coordinate representation of color #F47BC9: hue angle of 321.32º 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 #F47BC9 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 201 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.04 |
| HSL | 321.32º | 0.85% | 0.72% | - |
| HSV(B) | 321.32º | 0.5% | 0.96% | - |
| XYZ | 54.93 | 37.62 | 59.62 | - |
| YUV | 168.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 201 | 0 | 0.50 | 0.18 | 0.04 | 321.32 | 0.85 | 0.72 |
| Hex | F4 | 7B | C9 | 0 | 32 | 12 | 4 | 141 | 55 | 48 |
| Octal | 364 | 173 | 311 | 0 | 62 | 22 | 4 | 501 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11001001 | 0 | 110010 | 10010 | 100 | 101000001 | 1010101 | 1001000 |
Color Harmonies of #F47BC9
Complementary color
Monochromatic Colors of #F47BC9
Black with #F47BC9
Text Example
Text Example
White with #F47BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BC9; }
p { color: rgb(244,123,201); }
H1.HeaderClassName
{
color: #F47BC9;
}
.AnyTagClassName
{
color: #F47BC9;
}
</style>
background-color css
<style>
a { background-color: #F47BC9; }
a { background-color: rgb(244,123,201); }
div.DivClassName
{
background-color: #F47BC9;
}
.BgClassName
{
background-color: #F47BC9;
}
</style>
border-color css
<style>
span { border-color: #F47BC9; }
span { border-color: rgb(244,123,201); }
td.TdClassName
{
border-color: #F47BC9;
}
.TagClassName
{
border-color: #F47BC9;
}
</style>