Shades of Tea Rose #F38BC1
Tints of Tea Rose #F38BC1
RGB
CMYK
RGB Variations
Color information
#F38BC1 (or 0xF38BC1) is known color: Tea Rose. HEX triplet: F3, 8B and C1. RGB value is (243,139,193). Sum of RGB (Red+Green+Blue) = 243+139+193=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BC1 is #0C743E. Grayscale: #B0B0B0. Windows color (decimal): -816191 or 12684275. OLE color: 12684275.
HSL color Cylindrical-coordinate representation of color #F38BC1: hue angle of 328.85º 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 #F38BC1 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 193 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.05 |
| HSL | 328.85º | 0.81% | 0.75% | - |
| HSV(B) | 328.85º | 0.43% | 0.95% | - |
| XYZ | 55.82 | 41.37 | 55.5 | - |
| YUV | 176.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 193 | 0 | 0.43 | 0.21 | 0.05 | 328.85 | 0.81 | 0.75 |
| Hex | F3 | 8B | C1 | 0 | 2B | 15 | 5 | 149 | 51 | 4B |
| Octal | 363 | 213 | 301 | 0 | 53 | 25 | 5 | 511 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11000001 | 0 | 101011 | 10101 | 101 | 101001001 | 1010001 | 1001011 |
Color Harmonies of #F38BC1
Complementary color
Monochromatic Colors of #F38BC1
Black with #F38BC1
Text Example
Text Example
White with #F38BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BC1; }
p { color: rgb(243,139,193); }
H1.HeaderClassName
{
color: #F38BC1;
}
.AnyTagClassName
{
color: #F38BC1;
}
</style>
background-color css
<style>
a { background-color: #F38BC1; }
a { background-color: rgb(243,139,193); }
div.DivClassName
{
background-color: #F38BC1;
}
.BgClassName
{
background-color: #F38BC1;
}
</style>
border-color css
<style>
span { border-color: #F38BC1; }
span { border-color: rgb(243,139,193); }
td.TdClassName
{
border-color: #F38BC1;
}
.TagClassName
{
border-color: #F38BC1;
}
</style>