Shades of Tea Rose #F088D1
Tints of Tea Rose #F088D1
RGB
CMYK
RGB Variations
Color information
#F088D1 (or 0xF088D1) is known color: Tea Rose. HEX triplet: F0, 88 and D1. RGB value is (240,136,209). Sum of RGB (Red+Green+Blue) = 240+136+209=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F088D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088D1 is #0F772E. Grayscale: #AFAFAF. Windows color (decimal): -1013551 or 13732080. OLE color: 13732080.
HSL color Cylindrical-coordinate representation of color #F088D1: hue angle of 317.88º 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 #F088D1 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 209 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.06 |
| HSL | 317.88º | 0.78% | 0.74% | - |
| HSV(B) | 317.88º | 0.43% | 0.94% | - |
| XYZ | 56.25 | 40.74 | 65.22 | - |
| YUV | 175.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 209 | 0 | 0.43 | 0.13 | 0.06 | 317.88 | 0.78 | 0.74 |
| Hex | F0 | 88 | D1 | 0 | 2B | D | 6 | 13E | 4E | 4A |
| Octal | 360 | 210 | 321 | 0 | 53 | 15 | 6 | 476 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11010001 | 0 | 101011 | 1101 | 110 | 100111110 | 1001110 | 1001010 |
Color Harmonies of #F088D1
Complementary color
Monochromatic Colors of #F088D1
Black with #F088D1
Text Example
Text Example
White with #F088D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088D1; }
p { color: rgb(240,136,209); }
H1.HeaderClassName
{
color: #F088D1;
}
.AnyTagClassName
{
color: #F088D1;
}
</style>
background-color css
<style>
a { background-color: #F088D1; }
a { background-color: rgb(240,136,209); }
div.DivClassName
{
background-color: #F088D1;
}
.BgClassName
{
background-color: #F088D1;
}
</style>
border-color css
<style>
span { border-color: #F088D1; }
span { border-color: rgb(240,136,209); }
td.TdClassName
{
border-color: #F088D1;
}
.TagClassName
{
border-color: #F088D1;
}
</style>