Shades of Tea Rose #F47DC5
Tints of Tea Rose #F47DC5
RGB
CMYK
RGB Variations
Color information
#F47DC5 (or 0xF47DC5) is known color: Tea Rose. HEX triplet: F4, 7D and C5. RGB value is (244,125,197). Sum of RGB (Red+Green+Blue) = 244+125+197=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DC5 is #0B823A. Grayscale: #A8A8A8. Windows color (decimal): -754235 or 12942836. OLE color: 12942836.
HSL color Cylindrical-coordinate representation of color #F47DC5: hue angle of 323.7º 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 #F47DC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 197 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.04 |
| HSL | 323.7º | 0.84% | 0.72% | - |
| HSV(B) | 323.7º | 0.49% | 0.96% | - |
| XYZ | 54.72 | 37.93 | 57.26 | - |
| YUV | 168.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 197 | 0 | 0.49 | 0.19 | 0.04 | 323.7 | 0.84 | 0.72 |
| Hex | F4 | 7D | C5 | 0 | 31 | 13 | 4 | 144 | 54 | 48 |
| Octal | 364 | 175 | 305 | 0 | 61 | 23 | 4 | 504 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11000101 | 0 | 110001 | 10011 | 100 | 101000100 | 1010100 | 1001000 |
Color Harmonies of #F47DC5
Complementary color
Monochromatic Colors of #F47DC5
Black with #F47DC5
Text Example
Text Example
White with #F47DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DC5; }
p { color: rgb(244,125,197); }
H1.HeaderClassName
{
color: #F47DC5;
}
.AnyTagClassName
{
color: #F47DC5;
}
</style>
background-color css
<style>
a { background-color: #F47DC5; }
a { background-color: rgb(244,125,197); }
div.DivClassName
{
background-color: #F47DC5;
}
.BgClassName
{
background-color: #F47DC5;
}
</style>
border-color css
<style>
span { border-color: #F47DC5; }
span { border-color: rgb(244,125,197); }
td.TdClassName
{
border-color: #F47DC5;
}
.TagClassName
{
border-color: #F47DC5;
}
</style>