Shades of Wild Strawberry #FF2B89
Tints of Wild Strawberry #FF2B89
RGB
CMYK
RGB Variations
Color information
#FF2B89 (or 0xFF2B89) is known color: Wild Strawberry. HEX triplet: FF, 2B and 89. RGB value is (255,43,137). Sum of RGB (Red+Green+Blue) = 255+43+137=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2B89 is #00D476. Grayscale: #747474. Windows color (decimal): -54391 or 8989695. OLE color: 8989695.
HSL color Cylindrical-coordinate representation of color #FF2B89: hue angle of 333.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B89 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 137 | - |
| CMYK | 0 | 0.83 | 0.46 | 0 |
| HSL | 333.4º | 1% | 0.58% | - |
| HSV(B) | 333.4º | 0.83% | 1% | - |
| XYZ | 46.62 | 24.79 | 26 | - |
| YUV | 117.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 137 | 0 | 0.83 | 0.46 | 0 | 333.4 | 1 | 0.58 |
| Hex | FF | 2B | 89 | 0 | 53 | 2E | 0 | 14D | 64 | 3A |
| Octal | 377 | 53 | 211 | 0 | 123 | 56 | 0 | 515 | 144 | 72 |
| Binary | 11111111 | 101011 | 10001001 | 0 | 1010011 | 101110 | 0 | 101001101 | 1100100 | 111010 |
Color Harmonies of #FF2B89
Complementary color
Monochromatic Colors of #FF2B89
Black with #FF2B89
Text Example
Text Example
White with #FF2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B89; }
p { color: rgb(255,43,137); }
H1.HeaderClassName
{
color: #FF2B89;
}
.AnyTagClassName
{
color: #FF2B89;
}
</style>
background-color css
<style>
a { background-color: #FF2B89; }
a { background-color: rgb(255,43,137); }
div.DivClassName
{
background-color: #FF2B89;
}
.BgClassName
{
background-color: #FF2B89;
}
</style>
border-color css
<style>
span { border-color: #FF2B89; }
span { border-color: rgb(255,43,137); }
td.TdClassName
{
border-color: #FF2B89;
}
.TagClassName
{
border-color: #FF2B89;
}
</style>