Shades of Tea Rose #F37BCA
Tints of Tea Rose #F37BCA
RGB
CMYK
RGB Variations
Color information
#F37BCA (or 0xF37BCA) is known color: Tea Rose. HEX triplet: F3, 7B and CA. RGB value is (243,123,202). Sum of RGB (Red+Green+Blue) = 243+123+202=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BCA is #0C8435. Grayscale: #A7A7A7. Windows color (decimal): -820278 or 13270003. OLE color: 13270003.
HSL color Cylindrical-coordinate representation of color #F37BCA: hue angle of 320.5º 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 #F37BCA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 202 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 320.5º | 0.83% | 0.72% | - |
| HSV(B) | 320.5º | 0.49% | 0.95% | - |
| XYZ | 54.71 | 37.48 | 60.23 | - |
| YUV | 167.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 202 | 0 | 0.49 | 0.17 | 0.05 | 320.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | CA | 0 | 31 | 11 | 5 | 140 | 53 | 48 |
| Octal | 363 | 173 | 312 | 0 | 61 | 21 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11001010 | 0 | 110001 | 10001 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37BCA
Complementary color
Monochromatic Colors of #F37BCA
Black with #F37BCA
Text Example
Text Example
White with #F37BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BCA; }
p { color: rgb(243,123,202); }
H1.HeaderClassName
{
color: #F37BCA;
}
.AnyTagClassName
{
color: #F37BCA;
}
</style>
background-color css
<style>
a { background-color: #F37BCA; }
a { background-color: rgb(243,123,202); }
div.DivClassName
{
background-color: #F37BCA;
}
.BgClassName
{
background-color: #F37BCA;
}
</style>
border-color css
<style>
span { border-color: #F37BCA; }
span { border-color: rgb(243,123,202); }
td.TdClassName
{
border-color: #F37BCA;
}
.TagClassName
{
border-color: #F37BCA;
}
</style>