Shades of Tea Rose #F38BBE
Tints of Tea Rose #F38BBE
RGB
CMYK
RGB Variations
Color information
#F38BBE (or 0xF38BBE) is known color: Tea Rose. HEX triplet: F3, 8B and BE. RGB value is (243,139,190). Sum of RGB (Red+Green+Blue) = 243+139+190=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BBE is #0C7441. Grayscale: #AFAFAF. Windows color (decimal): -816194 or 12487667. OLE color: 12487667.
HSL color Cylindrical-coordinate representation of color #F38BBE: hue angle of 330.58º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BBE is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 190 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.05 |
| HSL | 330.58º | 0.81% | 0.75% | - |
| HSV(B) | 330.58º | 0.43% | 0.95% | - |
| XYZ | 55.49 | 41.24 | 53.75 | - |
| YUV | 175.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 190 | 0 | 0.43 | 0.22 | 0.05 | 330.58 | 0.81 | 0.75 |
| Hex | F3 | 8B | BE | 0 | 2B | 16 | 5 | 14B | 51 | 4B |
| Octal | 363 | 213 | 276 | 0 | 53 | 26 | 5 | 513 | 121 | 113 |
| Binary | 11110011 | 10001011 | 10111110 | 0 | 101011 | 10110 | 101 | 101001011 | 1010001 | 1001011 |
Color Harmonies of #F38BBE
Complementary color
Monochromatic Colors of #F38BBE
Black with #F38BBE
Text Example
Text Example
White with #F38BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BBE; }
p { color: rgb(243,139,190); }
H1.HeaderClassName
{
color: #F38BBE;
}
.AnyTagClassName
{
color: #F38BBE;
}
</style>
background-color css
<style>
a { background-color: #F38BBE; }
a { background-color: rgb(243,139,190); }
div.DivClassName
{
background-color: #F38BBE;
}
.BgClassName
{
background-color: #F38BBE;
}
</style>
border-color css
<style>
span { border-color: #F38BBE; }
span { border-color: rgb(243,139,190); }
td.TdClassName
{
border-color: #F38BBE;
}
.TagClassName
{
border-color: #F38BBE;
}
</style>