Shades of Tea Rose #F088D0
Tints of Tea Rose #F088D0
RGB
CMYK
RGB Variations
Color information
#F088D0 (or 0xF088D0) is known color: Tea Rose. HEX triplet: F0, 88 and D0. RGB value is (240,136,208). Sum of RGB (Red+Green+Blue) = 240+136+208=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F088D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088D0 is #0F772F. Grayscale: #AFAFAF. Windows color (decimal): -1013552 or 13666544. OLE color: 13666544.
HSL color Cylindrical-coordinate representation of color #F088D0: hue angle of 318.46º 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 #F088D0 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 208 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.06 |
| HSL | 318.46º | 0.78% | 0.74% | - |
| HSV(B) | 318.46º | 0.43% | 0.94% | - |
| XYZ | 56.12 | 40.69 | 64.57 | - |
| YUV | 175.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 208 | 0 | 0.43 | 0.13 | 0.06 | 318.46 | 0.78 | 0.74 |
| Hex | F0 | 88 | D0 | 0 | 2B | D | 6 | 13E | 4E | 4A |
| Octal | 360 | 210 | 320 | 0 | 53 | 15 | 6 | 476 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11010000 | 0 | 101011 | 1101 | 110 | 100111110 | 1001110 | 1001010 |
Color Harmonies of #F088D0
Complementary color
Monochromatic Colors of #F088D0
Black with #F088D0
Text Example
Text Example
White with #F088D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088D0; }
p { color: rgb(240,136,208); }
H1.HeaderClassName
{
color: #F088D0;
}
.AnyTagClassName
{
color: #F088D0;
}
</style>
background-color css
<style>
a { background-color: #F088D0; }
a { background-color: rgb(240,136,208); }
div.DivClassName
{
background-color: #F088D0;
}
.BgClassName
{
background-color: #F088D0;
}
</style>
border-color css
<style>
span { border-color: #F088D0; }
span { border-color: rgb(240,136,208); }
td.TdClassName
{
border-color: #F088D0;
}
.TagClassName
{
border-color: #F088D0;
}
</style>