Shades of Wild Strawberry #FD2987
Tints of Wild Strawberry #FD2987
RGB
CMYK
RGB Variations
Color information
#FD2987 (or 0xFD2987) is known color: Wild Strawberry. HEX triplet: FD, 29 and 87. RGB value is (253,41,135). Sum of RGB (Red+Green+Blue) = 253+41+135=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2987 is #02D678. Grayscale: #727272. Windows color (decimal): -185977 or 8858109. OLE color: 8858109.
HSL color Cylindrical-coordinate representation of color #FD2987: hue angle of 333.4º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2987 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 135 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.01 |
| HSL | 333.4º | 0.98% | 0.58% | - |
| HSV(B) | 333.4º | 0.84% | 0.99% | - |
| XYZ | 45.67 | 24.22 | 25.19 | - |
| YUV | 115.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 135 | 0 | 0.84 | 0.47 | 0.01 | 333.4 | 0.98 | 0.58 |
| Hex | FD | 29 | 87 | 0 | 54 | 2F | 1 | 14D | 62 | 3A |
| Octal | 375 | 51 | 207 | 0 | 124 | 57 | 1 | 515 | 142 | 72 |
| Binary | 11111101 | 101001 | 10000111 | 0 | 1010100 | 101111 | 1 | 101001101 | 1100010 | 111010 |
Color Harmonies of #FD2987
Complementary color
Monochromatic Colors of #FD2987
Black with #FD2987
Text Example
Text Example
White with #FD2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2987; }
p { color: rgb(253,41,135); }
H1.HeaderClassName
{
color: #FD2987;
}
.AnyTagClassName
{
color: #FD2987;
}
</style>
background-color css
<style>
a { background-color: #FD2987; }
a { background-color: rgb(253,41,135); }
div.DivClassName
{
background-color: #FD2987;
}
.BgClassName
{
background-color: #FD2987;
}
</style>
border-color css
<style>
span { border-color: #FD2987; }
span { border-color: rgb(253,41,135); }
td.TdClassName
{
border-color: #FD2987;
}
.TagClassName
{
border-color: #FD2987;
}
</style>