Shades of Wild Strawberry #FF2889
Tints of Wild Strawberry #FF2889
RGB
CMYK
RGB Variations
Color information
#FF2889 (or 0xFF2889) is known color: Wild Strawberry. HEX triplet: FF, 28 and 89. RGB value is (255,40,137). Sum of RGB (Red+Green+Blue) = 255+40+137=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2889 is #00D776. Grayscale: #737373. Windows color (decimal): -55159 or 8988927. OLE color: 8988927.
HSL color Cylindrical-coordinate representation of color #FF2889: hue angle of 332.93º 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 #FF2889 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 137 | - |
| CMYK | 0 | 0.84 | 0.46 | 0 |
| HSL | 332.93º | 1% | 0.58% | - |
| HSV(B) | 332.93º | 0.84% | 1% | - |
| XYZ | 46.51 | 24.58 | 25.96 | - |
| YUV | 115.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 137 | 0 | 0.84 | 0.46 | 0 | 332.93 | 1 | 0.58 |
| Hex | FF | 28 | 89 | 0 | 54 | 2E | 0 | 14D | 64 | 3A |
| Octal | 377 | 50 | 211 | 0 | 124 | 56 | 0 | 515 | 144 | 72 |
| Binary | 11111111 | 101000 | 10001001 | 0 | 1010100 | 101110 | 0 | 101001101 | 1100100 | 111010 |
Color Harmonies of #FF2889
Complementary color
Monochromatic Colors of #FF2889
Black with #FF2889
Text Example
Text Example
White with #FF2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2889; }
p { color: rgb(255,40,137); }
H1.HeaderClassName
{
color: #FF2889;
}
.AnyTagClassName
{
color: #FF2889;
}
</style>
background-color css
<style>
a { background-color: #FF2889; }
a { background-color: rgb(255,40,137); }
div.DivClassName
{
background-color: #FF2889;
}
.BgClassName
{
background-color: #FF2889;
}
</style>
border-color css
<style>
span { border-color: #FF2889; }
span { border-color: rgb(255,40,137); }
td.TdClassName
{
border-color: #FF2889;
}
.TagClassName
{
border-color: #FF2889;
}
</style>