Shades of Tea Rose #F47CCF
Tints of Tea Rose #F47CCF
RGB
CMYK
RGB Variations
Color information
#F47CCF (or 0xF47CCF) is known color: Tea Rose. HEX triplet: F4, 7C and CF. RGB value is (244,124,207). Sum of RGB (Red+Green+Blue) = 244+124+207=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CCF is #0B8330. Grayscale: #A9A9A9. Windows color (decimal): -754481 or 13597940. OLE color: 13597940.
HSL color Cylindrical-coordinate representation of color #F47CCF: hue angle of 318.5º degrees, saturation: 0.85, 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 #F47CCF is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 207 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.04 |
| HSL | 318.5º | 0.85% | 0.72% | - |
| HSV(B) | 318.5º | 0.49% | 0.96% | - |
| XYZ | 55.78 | 38.15 | 63.46 | - |
| YUV | 169.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 207 | 0 | 0.49 | 0.15 | 0.04 | 318.5 | 0.85 | 0.72 |
| Hex | F4 | 7C | CF | 0 | 31 | F | 4 | 13E | 55 | 48 |
| Octal | 364 | 174 | 317 | 0 | 61 | 17 | 4 | 476 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11001111 | 0 | 110001 | 1111 | 100 | 100111110 | 1010101 | 1001000 |
Color Harmonies of #F47CCF
Complementary color
Monochromatic Colors of #F47CCF
Black with #F47CCF
Text Example
Text Example
White with #F47CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CCF; }
p { color: rgb(244,124,207); }
H1.HeaderClassName
{
color: #F47CCF;
}
.AnyTagClassName
{
color: #F47CCF;
}
</style>
background-color css
<style>
a { background-color: #F47CCF; }
a { background-color: rgb(244,124,207); }
div.DivClassName
{
background-color: #F47CCF;
}
.BgClassName
{
background-color: #F47CCF;
}
</style>
border-color css
<style>
span { border-color: #F47CCF; }
span { border-color: rgb(244,124,207); }
td.TdClassName
{
border-color: #F47CCF;
}
.TagClassName
{
border-color: #F47CCF;
}
</style>