Shades of Tea Rose #F37DCA
Tints of Tea Rose #F37DCA
RGB
CMYK
RGB Variations
Color information
#F37DCA (or 0xF37DCA) is known color: Tea Rose. HEX triplet: F3, 7D and CA. RGB value is (243,125,202). Sum of RGB (Red+Green+Blue) = 243+125+202=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DCA is #0C8235. Grayscale: #A8A8A8. Windows color (decimal): -819766 or 13270515. OLE color: 13270515.
HSL color Cylindrical-coordinate representation of color #F37DCA: hue angle of 320.85º 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 #F37DCA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 202 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 320.85º | 0.83% | 0.72% | - |
| HSV(B) | 320.85º | 0.49% | 0.95% | - |
| XYZ | 54.96 | 37.99 | 60.31 | - |
| YUV | 169.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 202 | 0 | 0.49 | 0.17 | 0.05 | 320.85 | 0.83 | 0.72 |
| Hex | F3 | 7D | CA | 0 | 31 | 11 | 5 | 141 | 53 | 48 |
| Octal | 363 | 175 | 312 | 0 | 61 | 21 | 5 | 501 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11001010 | 0 | 110001 | 10001 | 101 | 101000001 | 1010011 | 1001000 |
Color Harmonies of #F37DCA
Complementary color
Monochromatic Colors of #F37DCA
Black with #F37DCA
Text Example
Text Example
White with #F37DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DCA; }
p { color: rgb(243,125,202); }
H1.HeaderClassName
{
color: #F37DCA;
}
.AnyTagClassName
{
color: #F37DCA;
}
</style>
background-color css
<style>
a { background-color: #F37DCA; }
a { background-color: rgb(243,125,202); }
div.DivClassName
{
background-color: #F37DCA;
}
.BgClassName
{
background-color: #F37DCA;
}
</style>
border-color css
<style>
span { border-color: #F37DCA; }
span { border-color: rgb(243,125,202); }
td.TdClassName
{
border-color: #F37DCA;
}
.TagClassName
{
border-color: #F37DCA;
}
</style>