Shades of Tea Rose #F087BD
Tints of Tea Rose #F087BD
RGB
CMYK
RGB Variations
Color information
#F087BD (or 0xF087BD) is known color: Tea Rose. HEX triplet: F0, 87 and BD. RGB value is (240,135,189). Sum of RGB (Red+Green+Blue) = 240+135+189=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F087BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087BD is #0F7842. Grayscale: #ACACAC. Windows color (decimal): -1013827 or 12421104. OLE color: 12421104.
HSL color Cylindrical-coordinate representation of color #F087BD: hue angle of 329.14º 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 #F087BD is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 189 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.06 |
| HSL | 329.14º | 0.78% | 0.74% | - |
| HSV(B) | 329.14º | 0.44% | 0.94% | - |
| XYZ | 53.78 | 39.53 | 52.94 | - |
| YUV | 172.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 189 | 0 | 0.44 | 0.21 | 0.06 | 329.14 | 0.78 | 0.74 |
| Hex | F0 | 87 | BD | 0 | 2C | 15 | 6 | 149 | 4E | 4A |
| Octal | 360 | 207 | 275 | 0 | 54 | 25 | 6 | 511 | 116 | 112 |
| Binary | 11110000 | 10000111 | 10111101 | 0 | 101100 | 10101 | 110 | 101001001 | 1001110 | 1001010 |
Color Harmonies of #F087BD
Complementary color
Monochromatic Colors of #F087BD
Black with #F087BD
Text Example
Text Example
White with #F087BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087BD; }
p { color: rgb(240,135,189); }
H1.HeaderClassName
{
color: #F087BD;
}
.AnyTagClassName
{
color: #F087BD;
}
</style>
background-color css
<style>
a { background-color: #F087BD; }
a { background-color: rgb(240,135,189); }
div.DivClassName
{
background-color: #F087BD;
}
.BgClassName
{
background-color: #F087BD;
}
</style>
border-color css
<style>
span { border-color: #F087BD; }
span { border-color: rgb(240,135,189); }
td.TdClassName
{
border-color: #F087BD;
}
.TagClassName
{
border-color: #F087BD;
}
</style>