Shades of Wild Strawberry #FF2989
Tints of Wild Strawberry #FF2989
RGB
CMYK
RGB Variations
Color information
#FF2989 (or 0xFF2989) is known color: Wild Strawberry. HEX triplet: FF, 29 and 89. RGB value is (255,41,137). Sum of RGB (Red+Green+Blue) = 255+41+137=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2989 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2989 is #00D676. Grayscale: #737373. Windows color (decimal): -54903 or 8989183. OLE color: 8989183.
HSL color Cylindrical-coordinate representation of color #FF2989: hue angle of 333.08º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2989 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 137 | - |
| CMYK | 0 | 0.84 | 0.46 | 0 |
| HSL | 333.08º | 1% | 0.58% | - |
| HSV(B) | 333.08º | 0.84% | 1% | - |
| XYZ | 46.55 | 24.65 | 25.97 | - |
| YUV | 115.93 | 139.9 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 137 | 0 | 0.84 | 0.46 | 0 | 333.08 | 1 | 0.58 |
| Hex | FF | 29 | 89 | 0 | 54 | 2E | 0 | 14D | 64 | 3A |
| Octal | 377 | 51 | 211 | 0 | 124 | 56 | 0 | 515 | 144 | 72 |
| Binary | 11111111 | 101001 | 10001001 | 0 | 1010100 | 101110 | 0 | 101001101 | 1100100 | 111010 |
Color Harmonies of #FF2989
Complementary color
Monochromatic Colors of #FF2989
Black with #FF2989
Text Example
Text Example
White with #FF2989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2989; }
p { color: rgb(255,41,137); }
H1.HeaderClassName
{
color: #FF2989;
}
.AnyTagClassName
{
color: #FF2989;
}
</style>
background-color css
<style>
a { background-color: #FF2989; }
a { background-color: rgb(255,41,137); }
div.DivClassName
{
background-color: #FF2989;
}
.BgClassName
{
background-color: #FF2989;
}
</style>
border-color css
<style>
span { border-color: #FF2989; }
span { border-color: rgb(255,41,137); }
td.TdClassName
{
border-color: #FF2989;
}
.TagClassName
{
border-color: #FF2989;
}
</style>