Shades of Tea Rose #F37CCD
Tints of Tea Rose #F37CCD
RGB
CMYK
RGB Variations
Color information
#F37CCD (or 0xF37CCD) is known color: Tea Rose. HEX triplet: F3, 7C and CD. RGB value is (243,124,205). Sum of RGB (Red+Green+Blue) = 243+124+205=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CCD is #0C8332. Grayscale: #A8A8A8. Windows color (decimal): -820019 or 13466867. OLE color: 13466867.
HSL color Cylindrical-coordinate representation of color #F37CCD: hue angle of 319.16º 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 #F37CCD is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 205 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319.16º | 0.83% | 0.72% | - |
| HSV(B) | 319.16º | 0.49% | 0.95% | - |
| XYZ | 55.19 | 37.88 | 62.16 | - |
| YUV | 168.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 205 | 0 | 0.49 | 0.16 | 0.05 | 319.16 | 0.83 | 0.72 |
| Hex | F3 | 7C | CD | 0 | 31 | 10 | 5 | 13F | 53 | 48 |
| Octal | 363 | 174 | 315 | 0 | 61 | 20 | 5 | 477 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11001101 | 0 | 110001 | 10000 | 101 | 100111111 | 1010011 | 1001000 |
Color Harmonies of #F37CCD
Complementary color
Monochromatic Colors of #F37CCD
Black with #F37CCD
Text Example
Text Example
White with #F37CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CCD; }
p { color: rgb(243,124,205); }
H1.HeaderClassName
{
color: #F37CCD;
}
.AnyTagClassName
{
color: #F37CCD;
}
</style>
background-color css
<style>
a { background-color: #F37CCD; }
a { background-color: rgb(243,124,205); }
div.DivClassName
{
background-color: #F37CCD;
}
.BgClassName
{
background-color: #F37CCD;
}
</style>
border-color css
<style>
span { border-color: #F37CCD; }
span { border-color: rgb(243,124,205); }
td.TdClassName
{
border-color: #F37CCD;
}
.TagClassName
{
border-color: #F37CCD;
}
</style>