Shades of Wild Strawberry #FF2995
Tints of Wild Strawberry #FF2995
RGB
CMYK
RGB Variations
Color information
#FF2995 (or 0xFF2995) is known color: Wild Strawberry. HEX triplet: FF, 29 and 95. RGB value is (255,41,149). Sum of RGB (Red+Green+Blue) = 255+41+149=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2995 is #00D66A. Grayscale: #757575. Windows color (decimal): -54891 or 9775615. OLE color: 9775615.
HSL color Cylindrical-coordinate representation of color #FF2995: hue angle of 329.72º 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 #FF2995 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 149 | - |
| CMYK | 0 | 0.84 | 0.42 | 0 |
| HSL | 329.72º | 1% | 0.58% | - |
| HSV(B) | 329.72º | 0.84% | 1% | - |
| XYZ | 47.46 | 25.02 | 30.76 | - |
| YUV | 117.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 149 | 0 | 0.84 | 0.42 | 0 | 329.72 | 1 | 0.58 |
| Hex | FF | 29 | 95 | 0 | 54 | 2A | 0 | 14A | 64 | 3A |
| Octal | 377 | 51 | 225 | 0 | 124 | 52 | 0 | 512 | 144 | 72 |
| Binary | 11111111 | 101001 | 10010101 | 0 | 1010100 | 101010 | 0 | 101001010 | 1100100 | 111010 |
Color Harmonies of #FF2995
Complementary color
Monochromatic Colors of #FF2995
Black with #FF2995
Text Example
Text Example
White with #FF2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2995; }
p { color: rgb(255,41,149); }
H1.HeaderClassName
{
color: #FF2995;
}
.AnyTagClassName
{
color: #FF2995;
}
</style>
background-color css
<style>
a { background-color: #FF2995; }
a { background-color: rgb(255,41,149); }
div.DivClassName
{
background-color: #FF2995;
}
.BgClassName
{
background-color: #FF2995;
}
</style>
border-color css
<style>
span { border-color: #FF2995; }
span { border-color: rgb(255,41,149); }
td.TdClassName
{
border-color: #FF2995;
}
.TagClassName
{
border-color: #FF2995;
}
</style>