Shades of Wild Strawberry #FE2D89
Tints of Wild Strawberry #FE2D89
RGB
CMYK
RGB Variations
Color information
#FE2D89 (or 0xFE2D89) is known color: Wild Strawberry. HEX triplet: FE, 2D and 89. RGB value is (254,45,137). Sum of RGB (Red+Green+Blue) = 254+45+137=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D89 is #01D276. Grayscale: #757575. Windows color (decimal): -119415 or 8990206. OLE color: 8990206.
HSL color Cylindrical-coordinate representation of color #FE2D89: hue angle of 333.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D89 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 137 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.00 |
| HSL | 333.59º | 0.99% | 0.59% | - |
| HSV(B) | 333.59º | 0.82% | 1% | - |
| XYZ | 46.33 | 24.75 | 26 | - |
| YUV | 117.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 137 | 0 | 0.82 | 0.46 | 0.00 | 333.59 | 0.99 | 0.59 |
| Hex | FE | 2D | 89 | 0 | 52 | 2E | 0 | 14E | 63 | 3B |
| Octal | 376 | 55 | 211 | 0 | 122 | 56 | 0 | 516 | 143 | 73 |
| Binary | 11111110 | 101101 | 10001001 | 0 | 1010010 | 101110 | 0 | 101001110 | 1100011 | 111011 |
Color Harmonies of #FE2D89
Complementary color
Monochromatic Colors of #FE2D89
Black with #FE2D89
Text Example
Text Example
White with #FE2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D89; }
p { color: rgb(254,45,137); }
H1.HeaderClassName
{
color: #FE2D89;
}
.AnyTagClassName
{
color: #FE2D89;
}
</style>
background-color css
<style>
a { background-color: #FE2D89; }
a { background-color: rgb(254,45,137); }
div.DivClassName
{
background-color: #FE2D89;
}
.BgClassName
{
background-color: #FE2D89;
}
</style>
border-color css
<style>
span { border-color: #FE2D89; }
span { border-color: rgb(254,45,137); }
td.TdClassName
{
border-color: #FE2D89;
}
.TagClassName
{
border-color: #FE2D89;
}
</style>