Shades of Wild Strawberry #FF2896
Tints of Wild Strawberry #FF2896
RGB
CMYK
RGB Variations
Color information
#FF2896 (or 0xFF2896) is known color: Wild Strawberry. HEX triplet: FF, 28 and 96. RGB value is (255,40,150). Sum of RGB (Red+Green+Blue) = 255+40+150=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2896 is #00D769. Grayscale: #747474. Windows color (decimal): -55146 or 9840895. OLE color: 9840895.
HSL color Cylindrical-coordinate representation of color #FF2896: hue angle of 329.3º 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 #FF2896 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 150 | - |
| CMYK | 0 | 0.84 | 0.41 | 0 |
| HSL | 329.3º | 1% | 0.58% | - |
| HSV(B) | 329.3º | 0.84% | 1% | - |
| XYZ | 47.5 | 24.98 | 31.17 | - |
| YUV | 116.83 | 146.73 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 150 | 0 | 0.84 | 0.41 | 0 | 329.3 | 1 | 0.58 |
| Hex | FF | 28 | 96 | 0 | 54 | 29 | 0 | 149 | 64 | 3A |
| Octal | 377 | 50 | 226 | 0 | 124 | 51 | 0 | 511 | 144 | 72 |
| Binary | 11111111 | 101000 | 10010110 | 0 | 1010100 | 101001 | 0 | 101001001 | 1100100 | 111010 |
Color Harmonies of #FF2896
Complementary color
Monochromatic Colors of #FF2896
Black with #FF2896
Text Example
Text Example
White with #FF2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2896; }
p { color: rgb(255,40,150); }
H1.HeaderClassName
{
color: #FF2896;
}
.AnyTagClassName
{
color: #FF2896;
}
</style>
background-color css
<style>
a { background-color: #FF2896; }
a { background-color: rgb(255,40,150); }
div.DivClassName
{
background-color: #FF2896;
}
.BgClassName
{
background-color: #FF2896;
}
</style>
border-color css
<style>
span { border-color: #FF2896; }
span { border-color: rgb(255,40,150); }
td.TdClassName
{
border-color: #FF2896;
}
.TagClassName
{
border-color: #FF2896;
}
</style>