Shades of Tea Rose #FF89CF
Tints of Tea Rose #FF89CF
RGB
CMYK
RGB Variations
Color information
#FF89CF (or 0xFF89CF) is known color: Tea Rose. HEX triplet: FF, 89 and CF. RGB value is (255,137,207). Sum of RGB (Red+Green+Blue) = 255+137+207=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89CF is #007630. Grayscale: #B4B4B4. Windows color (decimal): -30257 or 13601279. OLE color: 13601279.
HSL color Cylindrical-coordinate representation of color #FF89CF: hue angle of 324.41º 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 #FF89CF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 207 | - |
| CMYK | 0 | 0.46 | 0.19 | 0 |
| HSL | 324.41º | 1% | 0.77% | - |
| HSV(B) | 324.41º | 0.46% | 1% | - |
| XYZ | 61.45 | 43.66 | 64.22 | - |
| YUV | 180.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 207 | 0 | 0.46 | 0.19 | 0 | 324.41 | 1 | 0.77 |
| Hex | FF | 89 | CF | 0 | 2E | 13 | 0 | 144 | 64 | 4D |
| Octal | 377 | 211 | 317 | 0 | 56 | 23 | 0 | 504 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11001111 | 0 | 101110 | 10011 | 0 | 101000100 | 1100100 | 1001101 |
Color Harmonies of #FF89CF
Complementary color
Monochromatic Colors of #FF89CF
Black with #FF89CF
Text Example
Text Example
White with #FF89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89CF; }
p { color: rgb(255,137,207); }
H1.HeaderClassName
{
color: #FF89CF;
}
.AnyTagClassName
{
color: #FF89CF;
}
</style>
background-color css
<style>
a { background-color: #FF89CF; }
a { background-color: rgb(255,137,207); }
div.DivClassName
{
background-color: #FF89CF;
}
.BgClassName
{
background-color: #FF89CF;
}
</style>
border-color css
<style>
span { border-color: #FF89CF; }
span { border-color: rgb(255,137,207); }
td.TdClassName
{
border-color: #FF89CF;
}
.TagClassName
{
border-color: #FF89CF;
}
</style>