Shades of Wild Strawberry #FF2593
Tints of Wild Strawberry #FF2593
RGB
CMYK
RGB Variations
Color information
#FF2593 (or 0xFF2593) is known color: Wild Strawberry. HEX triplet: FF, 25 and 93. RGB value is (255,37,147). Sum of RGB (Red+Green+Blue) = 255+37+147=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2593 is #00DA6C. Grayscale: #727272. Windows color (decimal): -55917 or 9643519. OLE color: 9643519.
HSL color Cylindrical-coordinate representation of color #FF2593: hue angle of 329.72º 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 #FF2593 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 147 | - |
| CMYK | 0 | 0.85 | 0.42 | 0 |
| HSL | 329.72º | 1% | 0.57% | - |
| HSV(B) | 329.72º | 0.85% | 1% | - |
| XYZ | 47.17 | 24.69 | 29.88 | - |
| YUV | 114.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 147 | 0 | 0.85 | 0.42 | 0 | 329.72 | 1 | 0.57 |
| Hex | FF | 25 | 93 | 0 | 55 | 2A | 0 | 14A | 64 | 39 |
| Octal | 377 | 45 | 223 | 0 | 125 | 52 | 0 | 512 | 144 | 71 |
| Binary | 11111111 | 100101 | 10010011 | 0 | 1010101 | 101010 | 0 | 101001010 | 1100100 | 111001 |
Color Harmonies of #FF2593
Complementary color
Monochromatic Colors of #FF2593
Black with #FF2593
Text Example
Text Example
White with #FF2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2593; }
p { color: rgb(255,37,147); }
H1.HeaderClassName
{
color: #FF2593;
}
.AnyTagClassName
{
color: #FF2593;
}
</style>
background-color css
<style>
a { background-color: #FF2593; }
a { background-color: rgb(255,37,147); }
div.DivClassName
{
background-color: #FF2593;
}
.BgClassName
{
background-color: #FF2593;
}
</style>
border-color css
<style>
span { border-color: #FF2593; }
span { border-color: rgb(255,37,147); }
td.TdClassName
{
border-color: #FF2593;
}
.TagClassName
{
border-color: #FF2593;
}
</style>