Shades of Tea Rose #F37ECC
Tints of Tea Rose #F37ECC
RGB
CMYK
RGB Variations
Color information
#F37ECC (or 0xF37ECC) is known color: Tea Rose. HEX triplet: F3, 7E and CC. RGB value is (243,126,204). Sum of RGB (Red+Green+Blue) = 243+126+204=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ECC is #0C8133. Grayscale: #A9A9A9. Windows color (decimal): -819508 or 13401843. OLE color: 13401843.
HSL color Cylindrical-coordinate representation of color #F37ECC: hue angle of 320º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37ECC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 204 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.05 |
| HSL | 320º | 0.83% | 0.72% | - |
| HSV(B) | 320º | 0.48% | 0.95% | - |
| XYZ | 55.32 | 38.34 | 61.61 | - |
| YUV | 169.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 204 | 0 | 0.48 | 0.16 | 0.05 | 320 | 0.83 | 0.72 |
| Hex | F3 | 7E | CC | 0 | 30 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 176 | 314 | 0 | 60 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111110 | 11001100 | 0 | 110000 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37ECC
Complementary color
Monochromatic Colors of #F37ECC
Black with #F37ECC
Text Example
Text Example
White with #F37ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37ECC; }
p { color: rgb(243,126,204); }
H1.HeaderClassName
{
color: #F37ECC;
}
.AnyTagClassName
{
color: #F37ECC;
}
</style>
background-color css
<style>
a { background-color: #F37ECC; }
a { background-color: rgb(243,126,204); }
div.DivClassName
{
background-color: #F37ECC;
}
.BgClassName
{
background-color: #F37ECC;
}
</style>
border-color css
<style>
span { border-color: #F37ECC; }
span { border-color: rgb(243,126,204); }
td.TdClassName
{
border-color: #F37ECC;
}
.TagClassName
{
border-color: #F37ECC;
}
</style>