Shades of Tea Rose #F47ACB
Tints of Tea Rose #F47ACB
RGB
CMYK
RGB Variations
Color information
#F47ACB (or 0xF47ACB) is known color: Tea Rose. HEX triplet: F4, 7A and CB. RGB value is (244,122,203). Sum of RGB (Red+Green+Blue) = 244+122+203=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ACB is #0B8534. Grayscale: #A7A7A7. Windows color (decimal): -754997 or 13335284. OLE color: 13335284.
HSL color Cylindrical-coordinate representation of color #F47ACB: hue angle of 320.16º 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 #F47ACB is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 203 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.04 |
| HSL | 320.16º | 0.85% | 0.72% | - |
| HSV(B) | 320.16º | 0.5% | 0.96% | - |
| XYZ | 55.05 | 37.46 | 60.83 | - |
| YUV | 167.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 203 | 0 | 0.5 | 0.17 | 0.04 | 320.16 | 0.85 | 0.72 |
| Hex | F4 | 7A | CB | 0 | 32 | 11 | 4 | 140 | 55 | 48 |
| Octal | 364 | 172 | 313 | 0 | 62 | 21 | 4 | 500 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11001011 | 0 | 110010 | 10001 | 100 | 101000000 | 1010101 | 1001000 |
Color Harmonies of #F47ACB
Complementary color
Monochromatic Colors of #F47ACB
Black with #F47ACB
Text Example
Text Example
White with #F47ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47ACB; }
p { color: rgb(244,122,203); }
H1.HeaderClassName
{
color: #F47ACB;
}
.AnyTagClassName
{
color: #F47ACB;
}
</style>
background-color css
<style>
a { background-color: #F47ACB; }
a { background-color: rgb(244,122,203); }
div.DivClassName
{
background-color: #F47ACB;
}
.BgClassName
{
background-color: #F47ACB;
}
</style>
border-color css
<style>
span { border-color: #F47ACB; }
span { border-color: rgb(244,122,203); }
td.TdClassName
{
border-color: #F47ACB;
}
.TagClassName
{
border-color: #F47ACB;
}
</style>