Shades of Tea Rose #F38DC3
Tints of Tea Rose #F38DC3
RGB
CMYK
RGB Variations
Color information
#F38DC3 (or 0xF38DC3) is known color: Tea Rose. HEX triplet: F3, 8D and C3. RGB value is (243,141,195). Sum of RGB (Red+Green+Blue) = 243+141+195=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DC3 is #0C723C. Grayscale: #B1B1B1. Windows color (decimal): -815677 or 12815859. OLE color: 12815859.
HSL color Cylindrical-coordinate representation of color #F38DC3: hue angle of 328.24º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DC3 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 195 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.05 |
| HSL | 328.24º | 0.81% | 0.75% | - |
| HSV(B) | 328.24º | 0.42% | 0.95% | - |
| XYZ | 56.34 | 42.04 | 56.78 | - |
| YUV | 177.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 195 | 0 | 0.42 | 0.20 | 0.05 | 328.24 | 0.81 | 0.75 |
| Hex | F3 | 8D | C3 | 0 | 2A | 14 | 5 | 148 | 51 | 4B |
| Octal | 363 | 215 | 303 | 0 | 52 | 24 | 5 | 510 | 121 | 113 |
| Binary | 11110011 | 10001101 | 11000011 | 0 | 101010 | 10100 | 101 | 101001000 | 1010001 | 1001011 |
Color Harmonies of #F38DC3
Complementary color
Monochromatic Colors of #F38DC3
Black with #F38DC3
Text Example
Text Example
White with #F38DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DC3; }
p { color: rgb(243,141,195); }
H1.HeaderClassName
{
color: #F38DC3;
}
.AnyTagClassName
{
color: #F38DC3;
}
</style>
background-color css
<style>
a { background-color: #F38DC3; }
a { background-color: rgb(243,141,195); }
div.DivClassName
{
background-color: #F38DC3;
}
.BgClassName
{
background-color: #F38DC3;
}
</style>
border-color css
<style>
span { border-color: #F38DC3; }
span { border-color: rgb(243,141,195); }
td.TdClassName
{
border-color: #F38DC3;
}
.TagClassName
{
border-color: #F38DC3;
}
</style>