Shades of Tea Rose #F47BC6
Tints of Tea Rose #F47BC6
RGB
CMYK
RGB Variations
Color information
#F47BC6 (or 0xF47BC6) is known color: Tea Rose. HEX triplet: F4, 7B and C6. RGB value is (244,123,198). Sum of RGB (Red+Green+Blue) = 244+123+198=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BC6 is #0B8439. Grayscale: #A7A7A7. Windows color (decimal): -754746 or 13007860. OLE color: 13007860.
HSL color Cylindrical-coordinate representation of color #F47BC6: hue angle of 322.81º 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 #F47BC6 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 198 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.04 |
| HSL | 322.81º | 0.85% | 0.72% | - |
| HSV(B) | 322.81º | 0.5% | 0.96% | - |
| XYZ | 54.58 | 37.48 | 57.78 | - |
| YUV | 167.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 198 | 0 | 0.50 | 0.19 | 0.04 | 322.81 | 0.85 | 0.72 |
| Hex | F4 | 7B | C6 | 0 | 32 | 13 | 4 | 143 | 55 | 48 |
| Octal | 364 | 173 | 306 | 0 | 62 | 23 | 4 | 503 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11000110 | 0 | 110010 | 10011 | 100 | 101000011 | 1010101 | 1001000 |
Color Harmonies of #F47BC6
Complementary color
Monochromatic Colors of #F47BC6
Black with #F47BC6
Text Example
Text Example
White with #F47BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BC6; }
p { color: rgb(244,123,198); }
H1.HeaderClassName
{
color: #F47BC6;
}
.AnyTagClassName
{
color: #F47BC6;
}
</style>
background-color css
<style>
a { background-color: #F47BC6; }
a { background-color: rgb(244,123,198); }
div.DivClassName
{
background-color: #F47BC6;
}
.BgClassName
{
background-color: #F47BC6;
}
</style>
border-color css
<style>
span { border-color: #F47BC6; }
span { border-color: rgb(244,123,198); }
td.TdClassName
{
border-color: #F47BC6;
}
.TagClassName
{
border-color: #F47BC6;
}
</style>