Shades of Tea Rose #F37DCC
Tints of Tea Rose #F37DCC
RGB
CMYK
RGB Variations
Color information
#F37DCC (or 0xF37DCC) is known color: Tea Rose. HEX triplet: F3, 7D and CC. RGB value is (243,125,204). Sum of RGB (Red+Green+Blue) = 243+125+204=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DCC is #0C8233. Grayscale: #A9A9A9. Windows color (decimal): -819764 or 13401587. OLE color: 13401587.
HSL color Cylindrical-coordinate representation of color #F37DCC: hue angle of 319.83º 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 #F37DCC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 204 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319.83º | 0.83% | 0.72% | - |
| HSV(B) | 319.83º | 0.49% | 0.95% | - |
| XYZ | 55.19 | 38.08 | 61.57 | - |
| YUV | 169.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 204 | 0 | 0.49 | 0.16 | 0.05 | 319.83 | 0.83 | 0.72 |
| Hex | F3 | 7D | CC | 0 | 31 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 175 | 314 | 0 | 61 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11001100 | 0 | 110001 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37DCC
Complementary color
Monochromatic Colors of #F37DCC
Black with #F37DCC
Text Example
Text Example
White with #F37DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DCC; }
p { color: rgb(243,125,204); }
H1.HeaderClassName
{
color: #F37DCC;
}
.AnyTagClassName
{
color: #F37DCC;
}
</style>
background-color css
<style>
a { background-color: #F37DCC; }
a { background-color: rgb(243,125,204); }
div.DivClassName
{
background-color: #F37DCC;
}
.BgClassName
{
background-color: #F37DCC;
}
</style>
border-color css
<style>
span { border-color: #F37DCC; }
span { border-color: rgb(243,125,204); }
td.TdClassName
{
border-color: #F37DCC;
}
.TagClassName
{
border-color: #F37DCC;
}
</style>