Shades of Tea Rose #F08BC9
Tints of Tea Rose #F08BC9
RGB
CMYK
RGB Variations
Color information
#F08BC9 (or 0xF08BC9) is known color: Tea Rose. HEX triplet: F0, 8B and C9. RGB value is (240,139,201). Sum of RGB (Red+Green+Blue) = 240+139+201=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BC9 is #0F7436. Grayscale: #B0B0B0. Windows color (decimal): -1012791 or 13208560. OLE color: 13208560.
HSL color Cylindrical-coordinate representation of color #F08BC9: hue angle of 323.17º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BC9 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 201 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.06 |
| HSL | 323.17º | 0.77% | 0.74% | - |
| HSV(B) | 323.17º | 0.42% | 0.94% | - |
| XYZ | 55.71 | 41.21 | 60.28 | - |
| YUV | 176.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 201 | 0 | 0.42 | 0.16 | 0.06 | 323.17 | 0.77 | 0.74 |
| Hex | F0 | 8B | C9 | 0 | 2A | 10 | 6 | 143 | 4D | 4A |
| Octal | 360 | 213 | 311 | 0 | 52 | 20 | 6 | 503 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11001001 | 0 | 101010 | 10000 | 110 | 101000011 | 1001101 | 1001010 |
Color Harmonies of #F08BC9
Complementary color
Monochromatic Colors of #F08BC9
Black with #F08BC9
Text Example
Text Example
White with #F08BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BC9; }
p { color: rgb(240,139,201); }
H1.HeaderClassName
{
color: #F08BC9;
}
.AnyTagClassName
{
color: #F08BC9;
}
</style>
background-color css
<style>
a { background-color: #F08BC9; }
a { background-color: rgb(240,139,201); }
div.DivClassName
{
background-color: #F08BC9;
}
.BgClassName
{
background-color: #F08BC9;
}
</style>
border-color css
<style>
span { border-color: #F08BC9; }
span { border-color: rgb(240,139,201); }
td.TdClassName
{
border-color: #F08BC9;
}
.TagClassName
{
border-color: #F08BC9;
}
</style>