Shades of Tea Rose #F38BD2
Tints of Tea Rose #F38BD2
RGB
CMYK
RGB Variations
Color information
#F38BD2 (or 0xF38BD2) is known color: Tea Rose. HEX triplet: F3, 8B and D2. RGB value is (243,139,210). Sum of RGB (Red+Green+Blue) = 243+139+210=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BD2 is #0C742D. Grayscale: #B2B2B2. Windows color (decimal): -816174 or 13798387. OLE color: 13798387.
HSL color Cylindrical-coordinate representation of color #F38BD2: hue angle of 319.04º 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 #F38BD2 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 210 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.05 |
| HSL | 319.04º | 0.81% | 0.75% | - |
| HSV(B) | 319.04º | 0.43% | 0.95% | - |
| XYZ | 57.83 | 42.17 | 66.07 | - |
| YUV | 178.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 210 | 0 | 0.43 | 0.14 | 0.05 | 319.04 | 0.81 | 0.75 |
| Hex | F3 | 8B | D2 | 0 | 2B | E | 5 | 13F | 51 | 4B |
| Octal | 363 | 213 | 322 | 0 | 53 | 16 | 5 | 477 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11010010 | 0 | 101011 | 1110 | 101 | 100111111 | 1010001 | 1001011 |
Color Harmonies of #F38BD2
Complementary color
Monochromatic Colors of #F38BD2
Black with #F38BD2
Text Example
Text Example
White with #F38BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BD2; }
p { color: rgb(243,139,210); }
H1.HeaderClassName
{
color: #F38BD2;
}
.AnyTagClassName
{
color: #F38BD2;
}
</style>
background-color css
<style>
a { background-color: #F38BD2; }
a { background-color: rgb(243,139,210); }
div.DivClassName
{
background-color: #F38BD2;
}
.BgClassName
{
background-color: #F38BD2;
}
</style>
border-color css
<style>
span { border-color: #F38BD2; }
span { border-color: rgb(243,139,210); }
td.TdClassName
{
border-color: #F38BD2;
}
.TagClassName
{
border-color: #F38BD2;
}
</style>