Shades of Wild Strawberry #FF2591
Tints of Wild Strawberry #FF2591
RGB
CMYK
RGB Variations
Color information
#FF2591 (or 0xFF2591) is known color: Wild Strawberry. HEX triplet: FF, 25 and 91. RGB value is (255,37,145). Sum of RGB (Red+Green+Blue) = 255+37+145=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2591 is #00DA6E. Grayscale: #727272. Windows color (decimal): -55919 or 9512447. OLE color: 9512447.
HSL color Cylindrical-coordinate representation of color #FF2591: hue angle of 330.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2591 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 145 | - |
| CMYK | 0 | 0.85 | 0.43 | 0 |
| HSL | 330.28º | 1% | 0.57% | - |
| HSV(B) | 330.28º | 0.85% | 1% | - |
| XYZ | 47.01 | 24.63 | 29.06 | - |
| YUV | 114.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 145 | 0 | 0.85 | 0.43 | 0 | 330.28 | 1 | 0.57 |
| Hex | FF | 25 | 91 | 0 | 55 | 2B | 0 | 14A | 64 | 39 |
| Octal | 377 | 45 | 221 | 0 | 125 | 53 | 0 | 512 | 144 | 71 |
| Binary | 11111111 | 100101 | 10010001 | 0 | 1010101 | 101011 | 0 | 101001010 | 1100100 | 111001 |
Color Harmonies of #FF2591
Complementary color
Monochromatic Colors of #FF2591
Black with #FF2591
Text Example
Text Example
White with #FF2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2591; }
p { color: rgb(255,37,145); }
H1.HeaderClassName
{
color: #FF2591;
}
.AnyTagClassName
{
color: #FF2591;
}
</style>
background-color css
<style>
a { background-color: #FF2591; }
a { background-color: rgb(255,37,145); }
div.DivClassName
{
background-color: #FF2591;
}
.BgClassName
{
background-color: #FF2591;
}
</style>
border-color css
<style>
span { border-color: #FF2591; }
span { border-color: rgb(255,37,145); }
td.TdClassName
{
border-color: #FF2591;
}
.TagClassName
{
border-color: #FF2591;
}
</style>