Shades of Tea Rose #FF89BF
Tints of Tea Rose #FF89BF
RGB
CMYK
RGB Variations
Color information
#FF89BF (or 0xFF89BF) is known color: Tea Rose. HEX triplet: FF, 89 and BF. RGB value is (255,137,191). Sum of RGB (Red+Green+Blue) = 255+137+191=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89BF is #007640. Grayscale: #B2B2B2. Windows color (decimal): -30273 or 12552703. OLE color: 12552703.
HSL color Cylindrical-coordinate representation of color #FF89BF: hue angle of 332.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF89BF is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 191 | - |
| CMYK | 0 | 0.46 | 0.25 | 0 |
| HSL | 332.54º | 1% | 0.77% | - |
| HSV(B) | 332.54º | 0.46% | 1% | - |
| XYZ | 59.59 | 42.91 | 54.43 | - |
| YUV | 178.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 191 | 0 | 0.46 | 0.25 | 0 | 332.54 | 1 | 0.77 |
| Hex | FF | 89 | BF | 0 | 2E | 19 | 0 | 14D | 64 | 4D |
| Octal | 377 | 211 | 277 | 0 | 56 | 31 | 0 | 515 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10111111 | 0 | 101110 | 11001 | 0 | 101001101 | 1100100 | 1001101 |
Color Harmonies of #FF89BF
Complementary color
Monochromatic Colors of #FF89BF
Black with #FF89BF
Text Example
Text Example
White with #FF89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89BF; }
p { color: rgb(255,137,191); }
H1.HeaderClassName
{
color: #FF89BF;
}
.AnyTagClassName
{
color: #FF89BF;
}
</style>
background-color css
<style>
a { background-color: #FF89BF; }
a { background-color: rgb(255,137,191); }
div.DivClassName
{
background-color: #FF89BF;
}
.BgClassName
{
background-color: #FF89BF;
}
</style>
border-color css
<style>
span { border-color: #FF89BF; }
span { border-color: rgb(255,137,191); }
td.TdClassName
{
border-color: #FF89BF;
}
.TagClassName
{
border-color: #FF89BF;
}
</style>