Shades of Tea Rose #F47BCC
Tints of Tea Rose #F47BCC
RGB
CMYK
RGB Variations
Color information
#F47BCC (or 0xF47BCC) is known color: Tea Rose. HEX triplet: F4, 7B and CC. RGB value is (244,123,204). Sum of RGB (Red+Green+Blue) = 244+123+204=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BCC is #0B8433. Grayscale: #A8A8A8. Windows color (decimal): -754740 or 13401076. OLE color: 13401076.
HSL color Cylindrical-coordinate representation of color #F47BCC: hue angle of 319.83º 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 #F47BCC is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 204 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.04 |
| HSL | 319.83º | 0.85% | 0.72% | - |
| HSV(B) | 319.83º | 0.5% | 0.96% | - |
| XYZ | 55.29 | 37.76 | 61.5 | - |
| YUV | 168.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 204 | 0 | 0.50 | 0.16 | 0.04 | 319.83 | 0.85 | 0.72 |
| Hex | F4 | 7B | CC | 0 | 32 | 10 | 4 | 140 | 55 | 48 |
| Octal | 364 | 173 | 314 | 0 | 62 | 20 | 4 | 500 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11001100 | 0 | 110010 | 10000 | 100 | 101000000 | 1010101 | 1001000 |
Color Harmonies of #F47BCC
Complementary color
Monochromatic Colors of #F47BCC
Black with #F47BCC
Text Example
Text Example
White with #F47BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BCC; }
p { color: rgb(244,123,204); }
H1.HeaderClassName
{
color: #F47BCC;
}
.AnyTagClassName
{
color: #F47BCC;
}
</style>
background-color css
<style>
a { background-color: #F47BCC; }
a { background-color: rgb(244,123,204); }
div.DivClassName
{
background-color: #F47BCC;
}
.BgClassName
{
background-color: #F47BCC;
}
</style>
border-color css
<style>
span { border-color: #F47BCC; }
span { border-color: rgb(244,123,204); }
td.TdClassName
{
border-color: #F47BCC;
}
.TagClassName
{
border-color: #F47BCC;
}
</style>