Shades of Tea Rose #F08CC9
Tints of Tea Rose #F08CC9
RGB
CMYK
RGB Variations
Color information
#F08CC9 (or 0xF08CC9) is known color: Tea Rose. HEX triplet: F0, 8C and C9. RGB value is (240,140,201). Sum of RGB (Red+Green+Blue) = 240+140+201=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CC9 is #0F7336. Grayscale: #B0B0B0. Windows color (decimal): -1012535 or 13208816. OLE color: 13208816.
HSL color Cylindrical-coordinate representation of color #F08CC9: hue angle of 323.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CC9 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 201 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.06 |
| HSL | 323.4º | 0.77% | 0.75% | - |
| HSV(B) | 323.4º | 0.42% | 0.94% | - |
| XYZ | 55.86 | 41.5 | 60.32 | - |
| YUV | 176.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 201 | 0 | 0.42 | 0.16 | 0.06 | 323.4 | 0.77 | 0.75 |
| Hex | F0 | 8C | C9 | 0 | 2A | 10 | 6 | 143 | 4D | 4B |
| Octal | 360 | 214 | 311 | 0 | 52 | 20 | 6 | 503 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11001001 | 0 | 101010 | 10000 | 110 | 101000011 | 1001101 | 1001011 |
Color Harmonies of #F08CC9
Complementary color
Monochromatic Colors of #F08CC9
Black with #F08CC9
Text Example
Text Example
White with #F08CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CC9; }
p { color: rgb(240,140,201); }
H1.HeaderClassName
{
color: #F08CC9;
}
.AnyTagClassName
{
color: #F08CC9;
}
</style>
background-color css
<style>
a { background-color: #F08CC9; }
a { background-color: rgb(240,140,201); }
div.DivClassName
{
background-color: #F08CC9;
}
.BgClassName
{
background-color: #F08CC9;
}
</style>
border-color css
<style>
span { border-color: #F08CC9; }
span { border-color: rgb(240,140,201); }
td.TdClassName
{
border-color: #F08CC9;
}
.TagClassName
{
border-color: #F08CC9;
}
</style>