Shades of Tea Rose #FF89D4
Tints of Tea Rose #FF89D4
RGB
CMYK
RGB Variations
Color information
#FF89D4 (or 0xFF89D4) is known color: Tea Rose. HEX triplet: FF, 89 and D4. RGB value is (255,137,212). Sum of RGB (Red+Green+Blue) = 255+137+212=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 137 (53.91% from 255 or 22.68% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89D4 is #00762B. Grayscale: #B4B4B4. Windows color (decimal): -30252 or 13928959. OLE color: 13928959.
HSL color Cylindrical-coordinate representation of color #FF89D4: hue angle of 321.86º 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 #FF89D4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 212 | - |
| CMYK | 0 | 0.46 | 0.17 | 0 |
| HSL | 321.86º | 1% | 0.77% | - |
| HSV(B) | 321.86º | 0.46% | 1% | - |
| XYZ | 62.07 | 43.9 | 67.49 | - |
| YUV | 180.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 212 | 0 | 0.46 | 0.17 | 0 | 321.86 | 1 | 0.77 |
| Hex | FF | 89 | D4 | 0 | 2E | 11 | 0 | 142 | 64 | 4D |
| Octal | 377 | 211 | 324 | 0 | 56 | 21 | 0 | 502 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11010100 | 0 | 101110 | 10001 | 0 | 101000010 | 1100100 | 1001101 |
Color Harmonies of #FF89D4
Complementary color
Monochromatic Colors of #FF89D4
Black with #FF89D4
Text Example
Text Example
White with #FF89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89D4; }
p { color: rgb(255,137,212); }
H1.HeaderClassName
{
color: #FF89D4;
}
.AnyTagClassName
{
color: #FF89D4;
}
</style>
background-color css
<style>
a { background-color: #FF89D4; }
a { background-color: rgb(255,137,212); }
div.DivClassName
{
background-color: #FF89D4;
}
.BgClassName
{
background-color: #FF89D4;
}
</style>
border-color css
<style>
span { border-color: #FF89D4; }
span { border-color: rgb(255,137,212); }
td.TdClassName
{
border-color: #FF89D4;
}
.TagClassName
{
border-color: #FF89D4;
}
</style>