Shades of Tea Rose #F47DCA
Tints of Tea Rose #F47DCA
RGB
CMYK
RGB Variations
Color information
#F47DCA (or 0xF47DCA) is known color: Tea Rose. HEX triplet: F4, 7D and CA. RGB value is (244,125,202). Sum of RGB (Red+Green+Blue) = 244+125+202=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DCA is #0B8235. Grayscale: #A9A9A9. Windows color (decimal): -754230 or 13270516. OLE color: 13270516.
HSL color Cylindrical-coordinate representation of color #F47DCA: hue angle of 321.18º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DCA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 202 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.04 |
| HSL | 321.18º | 0.84% | 0.72% | - |
| HSV(B) | 321.18º | 0.49% | 0.96% | - |
| XYZ | 55.3 | 38.16 | 60.33 | - |
| YUV | 169.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 202 | 0 | 0.49 | 0.17 | 0.04 | 321.18 | 0.84 | 0.72 |
| Hex | F4 | 7D | CA | 0 | 31 | 11 | 4 | 141 | 54 | 48 |
| Octal | 364 | 175 | 312 | 0 | 61 | 21 | 4 | 501 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11001010 | 0 | 110001 | 10001 | 100 | 101000001 | 1010100 | 1001000 |
Color Harmonies of #F47DCA
Complementary color
Monochromatic Colors of #F47DCA
Black with #F47DCA
Text Example
Text Example
White with #F47DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DCA; }
p { color: rgb(244,125,202); }
H1.HeaderClassName
{
color: #F47DCA;
}
.AnyTagClassName
{
color: #F47DCA;
}
</style>
background-color css
<style>
a { background-color: #F47DCA; }
a { background-color: rgb(244,125,202); }
div.DivClassName
{
background-color: #F47DCA;
}
.BgClassName
{
background-color: #F47DCA;
}
</style>
border-color css
<style>
span { border-color: #F47DCA; }
span { border-color: rgb(244,125,202); }
td.TdClassName
{
border-color: #F47DCA;
}
.TagClassName
{
border-color: #F47DCA;
}
</style>