Shades of Tea Rose #F08EC5
Tints of Tea Rose #F08EC5
RGB
CMYK
RGB Variations
Color information
#F08EC5 (or 0xF08EC5) is known color: Tea Rose. HEX triplet: F0, 8E and C5. RGB value is (240,142,197). Sum of RGB (Red+Green+Blue) = 240+142+197=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EC5 is #0F713A. Grayscale: #B1B1B1. Windows color (decimal): -1012027 or 12947184. OLE color: 12947184.
HSL color Cylindrical-coordinate representation of color #F08EC5: hue angle of 326.33º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EC5 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 197 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.06 |
| HSL | 326.33º | 0.77% | 0.75% | - |
| HSV(B) | 326.33º | 0.41% | 0.94% | - |
| XYZ | 55.69 | 41.9 | 57.98 | - |
| YUV | 177.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 197 | 0 | 0.41 | 0.18 | 0.06 | 326.33 | 0.77 | 0.75 |
| Hex | F0 | 8E | C5 | 0 | 29 | 12 | 6 | 146 | 4D | 4B |
| Octal | 360 | 216 | 305 | 0 | 51 | 22 | 6 | 506 | 115 | 113 |
| Binary | 11110000 | 10001110 | 11000101 | 0 | 101001 | 10010 | 110 | 101000110 | 1001101 | 1001011 |
Color Harmonies of #F08EC5
Complementary color
Monochromatic Colors of #F08EC5
Black with #F08EC5
Text Example
Text Example
White with #F08EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EC5; }
p { color: rgb(240,142,197); }
H1.HeaderClassName
{
color: #F08EC5;
}
.AnyTagClassName
{
color: #F08EC5;
}
</style>
background-color css
<style>
a { background-color: #F08EC5; }
a { background-color: rgb(240,142,197); }
div.DivClassName
{
background-color: #F08EC5;
}
.BgClassName
{
background-color: #F08EC5;
}
</style>
border-color css
<style>
span { border-color: #F08EC5; }
span { border-color: rgb(240,142,197); }
td.TdClassName
{
border-color: #F08EC5;
}
.TagClassName
{
border-color: #F08EC5;
}
</style>