Shades of Tea Rose #F38EC8
Tints of Tea Rose #F38EC8
RGB
CMYK
RGB Variations
Color information
#F38EC8 (or 0xF38EC8) is known color: Tea Rose. HEX triplet: F3, 8E and C8. RGB value is (243,142,200). Sum of RGB (Red+Green+Blue) = 243+142+200=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EC8 is #0C7137. Grayscale: #B2B2B2. Windows color (decimal): -815416 or 13143795. OLE color: 13143795.
HSL color Cylindrical-coordinate representation of color #F38EC8: hue angle of 325.54º 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 #F38EC8 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 200 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.05 |
| HSL | 325.54º | 0.81% | 0.75% | - |
| HSV(B) | 325.54º | 0.42% | 0.95% | - |
| XYZ | 57.06 | 42.57 | 59.85 | - |
| YUV | 178.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 200 | 0 | 0.42 | 0.18 | 0.05 | 325.54 | 0.81 | 0.75 |
| Hex | F3 | 8E | C8 | 0 | 2A | 12 | 5 | 146 | 51 | 4B |
| Octal | 363 | 216 | 310 | 0 | 52 | 22 | 5 | 506 | 121 | 113 |
| Binary | 11110011 | 10001110 | 11001000 | 0 | 101010 | 10010 | 101 | 101000110 | 1010001 | 1001011 |
Color Harmonies of #F38EC8
Complementary color
Monochromatic Colors of #F38EC8
Black with #F38EC8
Text Example
Text Example
White with #F38EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38EC8; }
p { color: rgb(243,142,200); }
H1.HeaderClassName
{
color: #F38EC8;
}
.AnyTagClassName
{
color: #F38EC8;
}
</style>
background-color css
<style>
a { background-color: #F38EC8; }
a { background-color: rgb(243,142,200); }
div.DivClassName
{
background-color: #F38EC8;
}
.BgClassName
{
background-color: #F38EC8;
}
</style>
border-color css
<style>
span { border-color: #F38EC8; }
span { border-color: rgb(243,142,200); }
td.TdClassName
{
border-color: #F38EC8;
}
.TagClassName
{
border-color: #F38EC8;
}
</style>