Shades of Tea Rose #F37CCC
Tints of Tea Rose #F37CCC
RGB
CMYK
RGB Variations
Color information
#F37CCC (or 0xF37CCC) is known color: Tea Rose. HEX triplet: F3, 7C and CC. RGB value is (243,124,204). Sum of RGB (Red+Green+Blue) = 243+124+204=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CCC is #0C8333. Grayscale: #A8A8A8. Windows color (decimal): -820020 or 13401331. OLE color: 13401331.
HSL color Cylindrical-coordinate representation of color #F37CCC: hue angle of 319.66º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37CCC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 204 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319.66º | 0.83% | 0.72% | - |
| HSV(B) | 319.66º | 0.49% | 0.95% | - |
| XYZ | 55.07 | 37.83 | 61.53 | - |
| YUV | 168.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 204 | 0 | 0.49 | 0.16 | 0.05 | 319.66 | 0.83 | 0.72 |
| Hex | F3 | 7C | CC | 0 | 31 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 174 | 314 | 0 | 61 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001100 | 0 | 110001 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37CCC
Complementary color
Monochromatic Colors of #F37CCC
Black with #F37CCC
Text Example
Text Example
White with #F37CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CCC; }
p { color: rgb(243,124,204); }
H1.HeaderClassName
{
color: #F37CCC;
}
.AnyTagClassName
{
color: #F37CCC;
}
</style>
background-color css
<style>
a { background-color: #F37CCC; }
a { background-color: rgb(243,124,204); }
div.DivClassName
{
background-color: #F37CCC;
}
.BgClassName
{
background-color: #F37CCC;
}
</style>
border-color css
<style>
span { border-color: #F37CCC; }
span { border-color: rgb(243,124,204); }
td.TdClassName
{
border-color: #F37CCC;
}
.TagClassName
{
border-color: #F37CCC;
}
</style>