Shades of Tea Rose #F38BD0
Tints of Tea Rose #F38BD0
RGB
CMYK
RGB Variations
Color information
#F38BD0 (or 0xF38BD0) is known color: Tea Rose. HEX triplet: F3, 8B and D0. RGB value is (243,139,208). Sum of RGB (Red+Green+Blue) = 243+139+208=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BD0 is #0C742F. Grayscale: #B1B1B1. Windows color (decimal): -816176 or 13667315. OLE color: 13667315.
HSL color Cylindrical-coordinate representation of color #F38BD0: hue angle of 320.19º 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 #F38BD0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 208 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.05 |
| HSL | 320.19º | 0.81% | 0.75% | - |
| HSV(B) | 320.19º | 0.43% | 0.95% | - |
| XYZ | 57.58 | 42.07 | 64.76 | - |
| YUV | 177.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 208 | 0 | 0.43 | 0.14 | 0.05 | 320.19 | 0.81 | 0.75 |
| Hex | F3 | 8B | D0 | 0 | 2B | E | 5 | 140 | 51 | 4B |
| Octal | 363 | 213 | 320 | 0 | 53 | 16 | 5 | 500 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11010000 | 0 | 101011 | 1110 | 101 | 101000000 | 1010001 | 1001011 |
Color Harmonies of #F38BD0
Complementary color
Monochromatic Colors of #F38BD0
Black with #F38BD0
Text Example
Text Example
White with #F38BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BD0; }
p { color: rgb(243,139,208); }
H1.HeaderClassName
{
color: #F38BD0;
}
.AnyTagClassName
{
color: #F38BD0;
}
</style>
background-color css
<style>
a { background-color: #F38BD0; }
a { background-color: rgb(243,139,208); }
div.DivClassName
{
background-color: #F38BD0;
}
.BgClassName
{
background-color: #F38BD0;
}
</style>
border-color css
<style>
span { border-color: #F38BD0; }
span { border-color: rgb(243,139,208); }
td.TdClassName
{
border-color: #F38BD0;
}
.TagClassName
{
border-color: #F38BD0;
}
</style>