Shades of Tea Rose #F087C0
Tints of Tea Rose #F087C0
RGB
CMYK
RGB Variations
Color information
#F087C0 (or 0xF087C0) is known color: Tea Rose. HEX triplet: F0, 87 and C0. RGB value is (240,135,192). Sum of RGB (Red+Green+Blue) = 240+135+192=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C0 is #0F783F. Grayscale: #ACACAC. Windows color (decimal): -1013824 or 12617712. OLE color: 12617712.
HSL color Cylindrical-coordinate representation of color #F087C0: hue angle of 327.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087C0 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 192 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.06 |
| HSL | 327.43º | 0.78% | 0.74% | - |
| HSV(B) | 327.43º | 0.44% | 0.94% | - |
| XYZ | 54.11 | 39.66 | 54.67 | - |
| YUV | 172.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 192 | 0 | 0.44 | 0.20 | 0.06 | 327.43 | 0.78 | 0.74 |
| Hex | F0 | 87 | C0 | 0 | 2C | 14 | 6 | 147 | 4E | 4A |
| Octal | 360 | 207 | 300 | 0 | 54 | 24 | 6 | 507 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11000000 | 0 | 101100 | 10100 | 110 | 101000111 | 1001110 | 1001010 |
Color Harmonies of #F087C0
Complementary color
Monochromatic Colors of #F087C0
Black with #F087C0
Text Example
Text Example
White with #F087C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087C0; }
p { color: rgb(240,135,192); }
H1.HeaderClassName
{
color: #F087C0;
}
.AnyTagClassName
{
color: #F087C0;
}
</style>
background-color css
<style>
a { background-color: #F087C0; }
a { background-color: rgb(240,135,192); }
div.DivClassName
{
background-color: #F087C0;
}
.BgClassName
{
background-color: #F087C0;
}
</style>
border-color css
<style>
span { border-color: #F087C0; }
span { border-color: rgb(240,135,192); }
td.TdClassName
{
border-color: #F087C0;
}
.TagClassName
{
border-color: #F087C0;
}
</style>