Shades of Tea Rose #F37BCB
Tints of Tea Rose #F37BCB
RGB
CMYK
RGB Variations
Color information
#F37BCB (or 0xF37BCB) is known color: Tea Rose. HEX triplet: F3, 7B and CB. RGB value is (243,123,203). Sum of RGB (Red+Green+Blue) = 243+123+203=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BCB is #0C8434. Grayscale: #A7A7A7. Windows color (decimal): -820277 or 13335539. OLE color: 13335539.
HSL color Cylindrical-coordinate representation of color #F37BCB: 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.49%. Process color model (Four color, CMYK) of #F37BCB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 203 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 320º | 0.83% | 0.72% | - |
| HSV(B) | 320º | 0.49% | 0.95% | - |
| XYZ | 54.82 | 37.53 | 60.85 | - |
| YUV | 168 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 203 | 0 | 0.49 | 0.16 | 0.05 | 320 | 0.83 | 0.72 |
| Hex | F3 | 7B | CB | 0 | 31 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 173 | 313 | 0 | 61 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11001011 | 0 | 110001 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37BCB
Complementary color
Monochromatic Colors of #F37BCB
Black with #F37BCB
Text Example
Text Example
White with #F37BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BCB; }
p { color: rgb(243,123,203); }
H1.HeaderClassName
{
color: #F37BCB;
}
.AnyTagClassName
{
color: #F37BCB;
}
</style>
background-color css
<style>
a { background-color: #F37BCB; }
a { background-color: rgb(243,123,203); }
div.DivClassName
{
background-color: #F37BCB;
}
.BgClassName
{
background-color: #F37BCB;
}
</style>
border-color css
<style>
span { border-color: #F37BCB; }
span { border-color: rgb(243,123,203); }
td.TdClassName
{
border-color: #F37BCB;
}
.TagClassName
{
border-color: #F37BCB;
}
</style>