Shades of Wild Strawberry #FE2593
Tints of Wild Strawberry #FE2593
RGB
CMYK
RGB Variations
Color information
#FE2593 (or 0xFE2593) is known color: Wild Strawberry. HEX triplet: FE, 25 and 93. RGB value is (254,37,147). Sum of RGB (Red+Green+Blue) = 254+37+147=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2593 is #01DA6C. Grayscale: #727272. Windows color (decimal): -121453 or 9643518. OLE color: 9643518.
HSL color Cylindrical-coordinate representation of color #FE2593: hue angle of 329.59º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2593 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 147 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.00 |
| HSL | 329.59º | 0.99% | 0.57% | - |
| HSV(B) | 329.59º | 0.85% | 1% | - |
| XYZ | 46.8 | 24.5 | 29.87 | - |
| YUV | 114.42 | 146.39 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 147 | 0 | 0.85 | 0.42 | 0.00 | 329.59 | 0.99 | 0.57 |
| Hex | FE | 25 | 93 | 0 | 55 | 2A | 0 | 14A | 63 | 39 |
| Octal | 376 | 45 | 223 | 0 | 125 | 52 | 0 | 512 | 143 | 71 |
| Binary | 11111110 | 100101 | 10010011 | 0 | 1010101 | 101010 | 0 | 101001010 | 1100011 | 111001 |
Color Harmonies of #FE2593
Complementary color
Monochromatic Colors of #FE2593
Black with #FE2593
Text Example
Text Example
White with #FE2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2593; }
p { color: rgb(254,37,147); }
H1.HeaderClassName
{
color: #FE2593;
}
.AnyTagClassName
{
color: #FE2593;
}
</style>
background-color css
<style>
a { background-color: #FE2593; }
a { background-color: rgb(254,37,147); }
div.DivClassName
{
background-color: #FE2593;
}
.BgClassName
{
background-color: #FE2593;
}
</style>
border-color css
<style>
span { border-color: #FE2593; }
span { border-color: rgb(254,37,147); }
td.TdClassName
{
border-color: #FE2593;
}
.TagClassName
{
border-color: #FE2593;
}
</style>