Shades of Tea Rose #F47BCD
Tints of Tea Rose #F47BCD
RGB
CMYK
RGB Variations
Color information
#F47BCD (or 0xF47BCD) is known color: Tea Rose. HEX triplet: F4, 7B and CD. RGB value is (244,123,205). Sum of RGB (Red+Green+Blue) = 244+123+205=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BCD is #0B8432. Grayscale: #A8A8A8. Windows color (decimal): -754739 or 13466612. OLE color: 13466612.
HSL color Cylindrical-coordinate representation of color #F47BCD: hue angle of 319.34º 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 #F47BCD is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 205 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.04 |
| HSL | 319.34º | 0.85% | 0.72% | - |
| HSV(B) | 319.34º | 0.5% | 0.96% | - |
| XYZ | 55.41 | 37.81 | 62.13 | - |
| YUV | 168.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 205 | 0 | 0.50 | 0.16 | 0.04 | 319.34 | 0.85 | 0.72 |
| Hex | F4 | 7B | CD | 0 | 32 | 10 | 4 | 13F | 55 | 48 |
| Octal | 364 | 173 | 315 | 0 | 62 | 20 | 4 | 477 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11001101 | 0 | 110010 | 10000 | 100 | 100111111 | 1010101 | 1001000 |
Color Harmonies of #F47BCD
Complementary color
Monochromatic Colors of #F47BCD
Black with #F47BCD
Text Example
Text Example
White with #F47BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BCD; }
p { color: rgb(244,123,205); }
H1.HeaderClassName
{
color: #F47BCD;
}
.AnyTagClassName
{
color: #F47BCD;
}
</style>
background-color css
<style>
a { background-color: #F47BCD; }
a { background-color: rgb(244,123,205); }
div.DivClassName
{
background-color: #F47BCD;
}
.BgClassName
{
background-color: #F47BCD;
}
</style>
border-color css
<style>
span { border-color: #F47BCD; }
span { border-color: rgb(244,123,205); }
td.TdClassName
{
border-color: #F47BCD;
}
.TagClassName
{
border-color: #F47BCD;
}
</style>