Shades of Tea Rose #F089CF
Tints of Tea Rose #F089CF
RGB
CMYK
RGB Variations
Color information
#F089CF (or 0xF089CF) is known color: Tea Rose. HEX triplet: F0, 89 and CF. RGB value is (240,137,207). Sum of RGB (Red+Green+Blue) = 240+137+207=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F089CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089CF is #0F7630. Grayscale: #AFAFAF. Windows color (decimal): -1013297 or 13601264. OLE color: 13601264.
HSL color Cylindrical-coordinate representation of color #F089CF: hue angle of 319.22º degrees, saturation: 0.77, 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 #F089CF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 207 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.06 |
| HSL | 319.22º | 0.77% | 0.74% | - |
| HSV(B) | 319.22º | 0.43% | 0.94% | - |
| XYZ | 56.14 | 40.92 | 63.97 | - |
| YUV | 175.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 207 | 0 | 0.43 | 0.14 | 0.06 | 319.22 | 0.77 | 0.74 |
| Hex | F0 | 89 | CF | 0 | 2B | E | 6 | 13F | 4D | 4A |
| Octal | 360 | 211 | 317 | 0 | 53 | 16 | 6 | 477 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11001111 | 0 | 101011 | 1110 | 110 | 100111111 | 1001101 | 1001010 |
Color Harmonies of #F089CF
Complementary color
Monochromatic Colors of #F089CF
Black with #F089CF
Text Example
Text Example
White with #F089CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089CF; }
p { color: rgb(240,137,207); }
H1.HeaderClassName
{
color: #F089CF;
}
.AnyTagClassName
{
color: #F089CF;
}
</style>
background-color css
<style>
a { background-color: #F089CF; }
a { background-color: rgb(240,137,207); }
div.DivClassName
{
background-color: #F089CF;
}
.BgClassName
{
background-color: #F089CF;
}
</style>
border-color css
<style>
span { border-color: #F089CF; }
span { border-color: rgb(240,137,207); }
td.TdClassName
{
border-color: #F089CF;
}
.TagClassName
{
border-color: #F089CF;
}
</style>