Shades of Tea Rose #F087BF
Tints of Tea Rose #F087BF
RGB
CMYK
RGB Variations
Color information
#F087BF (or 0xF087BF) is known color: Tea Rose. HEX triplet: F0, 87 and BF. RGB value is (240,135,191). Sum of RGB (Red+Green+Blue) = 240+135+191=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F087BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087BF is #0F7840. Grayscale: #ACACAC. Windows color (decimal): -1013825 or 12552176. OLE color: 12552176.
HSL color Cylindrical-coordinate representation of color #F087BF: hue angle of 328º 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 #F087BF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 191 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.06 |
| HSL | 328º | 0.78% | 0.74% | - |
| HSV(B) | 328º | 0.44% | 0.94% | - |
| XYZ | 54 | 39.61 | 54.09 | - |
| YUV | 172.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 191 | 0 | 0.44 | 0.20 | 0.06 | 328 | 0.78 | 0.74 |
| Hex | F0 | 87 | BF | 0 | 2C | 14 | 6 | 148 | 4E | 4A |
| Octal | 360 | 207 | 277 | 0 | 54 | 24 | 6 | 510 | 116 | 112 |
| Binary | 11110000 | 10000111 | 10111111 | 0 | 101100 | 10100 | 110 | 101001000 | 1001110 | 1001010 |
Color Harmonies of #F087BF
Complementary color
Monochromatic Colors of #F087BF
Black with #F087BF
Text Example
Text Example
White with #F087BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087BF; }
p { color: rgb(240,135,191); }
H1.HeaderClassName
{
color: #F087BF;
}
.AnyTagClassName
{
color: #F087BF;
}
</style>
background-color css
<style>
a { background-color: #F087BF; }
a { background-color: rgb(240,135,191); }
div.DivClassName
{
background-color: #F087BF;
}
.BgClassName
{
background-color: #F087BF;
}
</style>
border-color css
<style>
span { border-color: #F087BF; }
span { border-color: rgb(240,135,191); }
td.TdClassName
{
border-color: #F087BF;
}
.TagClassName
{
border-color: #F087BF;
}
</style>