Shades of Wild Strawberry #FD2E89
Tints of Wild Strawberry #FD2E89
RGB
CMYK
RGB Variations
Color information
#FD2E89 (or 0xFD2E89) is known color: Wild Strawberry. HEX triplet: FD, 2E and 89. RGB value is (253,46,137). Sum of RGB (Red+Green+Blue) = 253+46+137=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2E89 is #02D176. Grayscale: #767676. Windows color (decimal): -184695 or 8990461. OLE color: 8990461.
HSL color Cylindrical-coordinate representation of color #FD2E89: hue angle of 333.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E89 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 137 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.01 |
| HSL | 333.62º | 0.98% | 0.59% | - |
| HSV(B) | 333.62º | 0.82% | 0.99% | - |
| XYZ | 46 | 24.64 | 26 | - |
| YUV | 118.27 | 138.58 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 137 | 0 | 0.82 | 0.46 | 0.01 | 333.62 | 0.98 | 0.59 |
| Hex | FD | 2E | 89 | 0 | 52 | 2E | 1 | 14E | 62 | 3B |
| Octal | 375 | 56 | 211 | 0 | 122 | 56 | 1 | 516 | 142 | 73 |
| Binary | 11111101 | 101110 | 10001001 | 0 | 1010010 | 101110 | 1 | 101001110 | 1100010 | 111011 |
Color Harmonies of #FD2E89
Complementary color
Monochromatic Colors of #FD2E89
Black with #FD2E89
Text Example
Text Example
White with #FD2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E89; }
p { color: rgb(253,46,137); }
H1.HeaderClassName
{
color: #FD2E89;
}
.AnyTagClassName
{
color: #FD2E89;
}
</style>
background-color css
<style>
a { background-color: #FD2E89; }
a { background-color: rgb(253,46,137); }
div.DivClassName
{
background-color: #FD2E89;
}
.BgClassName
{
background-color: #FD2E89;
}
</style>
border-color css
<style>
span { border-color: #FD2E89; }
span { border-color: rgb(253,46,137); }
td.TdClassName
{
border-color: #FD2E89;
}
.TagClassName
{
border-color: #FD2E89;
}
</style>