Shades of Wild Strawberry #FE2B89
Tints of Wild Strawberry #FE2B89
RGB
CMYK
RGB Variations
Color information
#FE2B89 (or 0xFE2B89) is known color: Wild Strawberry. HEX triplet: FE, 2B and 89. RGB value is (254,43,137). Sum of RGB (Red+Green+Blue) = 254+43+137=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2B89 is #01D476. Grayscale: #747474. Windows color (decimal): -119927 or 8989694. OLE color: 8989694.
HSL color Cylindrical-coordinate representation of color #FE2B89: hue angle of 333.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B89 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 137 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.00 |
| HSL | 333.27º | 0.99% | 0.58% | - |
| HSV(B) | 333.27º | 0.83% | 1% | - |
| XYZ | 46.25 | 24.6 | 25.98 | - |
| YUV | 116.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 137 | 0 | 0.83 | 0.46 | 0.00 | 333.27 | 0.99 | 0.58 |
| Hex | FE | 2B | 89 | 0 | 53 | 2E | 0 | 14D | 63 | 3A |
| Octal | 376 | 53 | 211 | 0 | 123 | 56 | 0 | 515 | 143 | 72 |
| Binary | 11111110 | 101011 | 10001001 | 0 | 1010011 | 101110 | 0 | 101001101 | 1100011 | 111010 |
Color Harmonies of #FE2B89
Complementary color
Monochromatic Colors of #FE2B89
Black with #FE2B89
Text Example
Text Example
White with #FE2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B89; }
p { color: rgb(254,43,137); }
H1.HeaderClassName
{
color: #FE2B89;
}
.AnyTagClassName
{
color: #FE2B89;
}
</style>
background-color css
<style>
a { background-color: #FE2B89; }
a { background-color: rgb(254,43,137); }
div.DivClassName
{
background-color: #FE2B89;
}
.BgClassName
{
background-color: #FE2B89;
}
</style>
border-color css
<style>
span { border-color: #FE2B89; }
span { border-color: rgb(254,43,137); }
td.TdClassName
{
border-color: #FE2B89;
}
.TagClassName
{
border-color: #FE2B89;
}
</style>