Shades of Tea Rose #F38BBF
Tints of Tea Rose #F38BBF
RGB
CMYK
RGB Variations
Color information
#F38BBF (or 0xF38BBF) is known color: Tea Rose. HEX triplet: F3, 8B and BF. RGB value is (243,139,191). Sum of RGB (Red+Green+Blue) = 243+139+191=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BBF is #0C7440. Grayscale: #AFAFAF. Windows color (decimal): -816193 or 12553203. OLE color: 12553203.
HSL color Cylindrical-coordinate representation of color #F38BBF: hue angle of 330º 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 #F38BBF is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 191 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.05 |
| HSL | 330º | 0.81% | 0.75% | - |
| HSV(B) | 330º | 0.43% | 0.95% | - |
| XYZ | 55.6 | 41.28 | 54.33 | - |
| YUV | 176.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 191 | 0 | 0.43 | 0.21 | 0.05 | 330 | 0.81 | 0.75 |
| Hex | F3 | 8B | BF | 0 | 2B | 15 | 5 | 14A | 51 | 4B |
| Octal | 363 | 213 | 277 | 0 | 53 | 25 | 5 | 512 | 121 | 113 |
| Binary | 11110011 | 10001011 | 10111111 | 0 | 101011 | 10101 | 101 | 101001010 | 1010001 | 1001011 |
Color Harmonies of #F38BBF
Complementary color
Monochromatic Colors of #F38BBF
Black with #F38BBF
Text Example
Text Example
White with #F38BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BBF; }
p { color: rgb(243,139,191); }
H1.HeaderClassName
{
color: #F38BBF;
}
.AnyTagClassName
{
color: #F38BBF;
}
</style>
background-color css
<style>
a { background-color: #F38BBF; }
a { background-color: rgb(243,139,191); }
div.DivClassName
{
background-color: #F38BBF;
}
.BgClassName
{
background-color: #F38BBF;
}
</style>
border-color css
<style>
span { border-color: #F38BBF; }
span { border-color: rgb(243,139,191); }
td.TdClassName
{
border-color: #F38BBF;
}
.TagClassName
{
border-color: #F38BBF;
}
</style>