Shades of Wild Strawberry #FF2887
Tints of Wild Strawberry #FF2887
RGB
CMYK
RGB Variations
Color information
#FF2887 (or 0xFF2887) is known color: Wild Strawberry. HEX triplet: FF, 28 and 87. RGB value is (255,40,135). Sum of RGB (Red+Green+Blue) = 255+40+135=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2887 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2887 is #00D778. Grayscale: #727272. Windows color (decimal): -55161 or 8857855. OLE color: 8857855.
HSL color Cylindrical-coordinate representation of color #FF2887: hue angle of 333.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2887 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 135 | - |
| CMYK | 0 | 0.84 | 0.47 | 0 |
| HSL | 333.49º | 1% | 0.58% | - |
| HSV(B) | 333.49º | 0.84% | 1% | - |
| XYZ | 46.37 | 24.53 | 25.21 | - |
| YUV | 115.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 135 | 0 | 0.84 | 0.47 | 0 | 333.49 | 1 | 0.58 |
| Hex | FF | 28 | 87 | 0 | 54 | 2F | 0 | 14D | 64 | 3A |
| Octal | 377 | 50 | 207 | 0 | 124 | 57 | 0 | 515 | 144 | 72 |
| Binary | 11111111 | 101000 | 10000111 | 0 | 1010100 | 101111 | 0 | 101001101 | 1100100 | 111010 |
Color Harmonies of #FF2887
Complementary color
Monochromatic Colors of #FF2887
Black with #FF2887
Text Example
Text Example
White with #FF2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2887; }
p { color: rgb(255,40,135); }
H1.HeaderClassName
{
color: #FF2887;
}
.AnyTagClassName
{
color: #FF2887;
}
</style>
background-color css
<style>
a { background-color: #FF2887; }
a { background-color: rgb(255,40,135); }
div.DivClassName
{
background-color: #FF2887;
}
.BgClassName
{
background-color: #FF2887;
}
</style>
border-color css
<style>
span { border-color: #FF2887; }
span { border-color: rgb(255,40,135); }
td.TdClassName
{
border-color: #FF2887;
}
.TagClassName
{
border-color: #FF2887;
}
</style>