Shades of Tea Rose #F088BC
Tints of Tea Rose #F088BC
RGB
CMYK
RGB Variations
Color information
#F088BC (or 0xF088BC) is known color: Tea Rose. HEX triplet: F0, 88 and BC. RGB value is (240,136,188). Sum of RGB (Red+Green+Blue) = 240+136+188=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F088BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088BC is #0F7743. Grayscale: #ACACAC. Windows color (decimal): -1013572 or 12355824. OLE color: 12355824.
HSL color Cylindrical-coordinate representation of color #F088BC: hue angle of 330º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088BC is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 188 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.06 |
| HSL | 330º | 0.78% | 0.74% | - |
| HSV(B) | 330º | 0.43% | 0.94% | - |
| XYZ | 53.82 | 39.76 | 52.42 | - |
| YUV | 173.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 188 | 0 | 0.43 | 0.22 | 0.06 | 330 | 0.78 | 0.74 |
| Hex | F0 | 88 | BC | 0 | 2B | 16 | 6 | 14A | 4E | 4A |
| Octal | 360 | 210 | 274 | 0 | 53 | 26 | 6 | 512 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10111100 | 0 | 101011 | 10110 | 110 | 101001010 | 1001110 | 1001010 |
Color Harmonies of #F088BC
Complementary color
Monochromatic Colors of #F088BC
Black with #F088BC
Text Example
Text Example
White with #F088BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088BC; }
p { color: rgb(240,136,188); }
H1.HeaderClassName
{
color: #F088BC;
}
.AnyTagClassName
{
color: #F088BC;
}
</style>
background-color css
<style>
a { background-color: #F088BC; }
a { background-color: rgb(240,136,188); }
div.DivClassName
{
background-color: #F088BC;
}
.BgClassName
{
background-color: #F088BC;
}
</style>
border-color css
<style>
span { border-color: #F088BC; }
span { border-color: rgb(240,136,188); }
td.TdClassName
{
border-color: #F088BC;
}
.TagClassName
{
border-color: #F088BC;
}
</style>