Shades of Tea Rose #F88EC5
Tints of Tea Rose #F88EC5
RGB
CMYK
RGB Variations
Color information
#F88EC5 (or 0xF88EC5) is known color: Tea Rose. HEX triplet: F8, 8E and C5. RGB value is (248,142,197). Sum of RGB (Red+Green+Blue) = 248+142+197=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EC5 is #07713A. Grayscale: #B3B3B3. Windows color (decimal): -487739 or 12947192. OLE color: 12947192.
HSL color Cylindrical-coordinate representation of color #F88EC5: hue angle of 328.87º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EC5 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 197 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.03 |
| HSL | 328.87º | 0.88% | 0.76% | - |
| HSV(B) | 328.87º | 0.43% | 0.97% | - |
| XYZ | 58.46 | 43.33 | 58.11 | - |
| YUV | 179.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 197 | 0 | 0.43 | 0.21 | 0.03 | 328.87 | 0.88 | 0.76 |
| Hex | F8 | 8E | C5 | 0 | 2B | 15 | 3 | 149 | 58 | 4C |
| Octal | 370 | 216 | 305 | 0 | 53 | 25 | 3 | 511 | 130 | 114 |
| Binary | 11111000 | 10001110 | 11000101 | 0 | 101011 | 10101 | 11 | 101001001 | 1011000 | 1001100 |
Color Harmonies of #F88EC5
Complementary color
Monochromatic Colors of #F88EC5
Black with #F88EC5
Text Example
Text Example
White with #F88EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88EC5; }
p { color: rgb(248,142,197); }
H1.HeaderClassName
{
color: #F88EC5;
}
.AnyTagClassName
{
color: #F88EC5;
}
</style>
background-color css
<style>
a { background-color: #F88EC5; }
a { background-color: rgb(248,142,197); }
div.DivClassName
{
background-color: #F88EC5;
}
.BgClassName
{
background-color: #F88EC5;
}
</style>
border-color css
<style>
span { border-color: #F88EC5; }
span { border-color: rgb(248,142,197); }
td.TdClassName
{
border-color: #F88EC5;
}
.TagClassName
{
border-color: #F88EC5;
}
</style>