Shades of Tea Rose #F38BC5
Tints of Tea Rose #F38BC5
RGB
CMYK
RGB Variations
Color information
#F38BC5 (or 0xF38BC5) is known color: Tea Rose. HEX triplet: F3, 8B and C5. RGB value is (243,139,197). Sum of RGB (Red+Green+Blue) = 243+139+197=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BC5 is #0C743A. Grayscale: #B0B0B0. Windows color (decimal): -816187 or 12946419. OLE color: 12946419.
HSL color Cylindrical-coordinate representation of color #F38BC5: hue angle of 326.54º 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 #F38BC5 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 197 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.05 |
| HSL | 326.54º | 0.81% | 0.75% | - |
| HSV(B) | 326.54º | 0.43% | 0.95% | - |
| XYZ | 56.27 | 41.55 | 57.88 | - |
| YUV | 176.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 197 | 0 | 0.43 | 0.19 | 0.05 | 326.54 | 0.81 | 0.75 |
| Hex | F3 | 8B | C5 | 0 | 2B | 13 | 5 | 147 | 51 | 4B |
| Octal | 363 | 213 | 305 | 0 | 53 | 23 | 5 | 507 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11000101 | 0 | 101011 | 10011 | 101 | 101000111 | 1010001 | 1001011 |
Color Harmonies of #F38BC5
Complementary color
Monochromatic Colors of #F38BC5
Black with #F38BC5
Text Example
Text Example
White with #F38BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BC5; }
p { color: rgb(243,139,197); }
H1.HeaderClassName
{
color: #F38BC5;
}
.AnyTagClassName
{
color: #F38BC5;
}
</style>
background-color css
<style>
a { background-color: #F38BC5; }
a { background-color: rgb(243,139,197); }
div.DivClassName
{
background-color: #F38BC5;
}
.BgClassName
{
background-color: #F38BC5;
}
</style>
border-color css
<style>
span { border-color: #F38BC5; }
span { border-color: rgb(243,139,197); }
td.TdClassName
{
border-color: #F38BC5;
}
.TagClassName
{
border-color: #F38BC5;
}
</style>