Shades of Wild Strawberry #FE2493
Tints of Wild Strawberry #FE2493
RGB
CMYK
RGB Variations
Color information
#FE2493 (or 0xFE2493) is known color: Wild Strawberry. HEX triplet: FE, 24 and 93. RGB value is (254,36,147). Sum of RGB (Red+Green+Blue) = 254+36+147=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2493 is #01DB6C. Grayscale: #717171. Windows color (decimal): -121709 or 9643262. OLE color: 9643262.
HSL color Cylindrical-coordinate representation of color #FE2493: hue angle of 329.45º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2493 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 147 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.00 |
| HSL | 329.45º | 0.99% | 0.57% | - |
| HSV(B) | 329.45º | 0.86% | 1% | - |
| XYZ | 46.77 | 24.44 | 29.86 | - |
| YUV | 113.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 147 | 0 | 0.86 | 0.42 | 0.00 | 329.45 | 0.99 | 0.57 |
| Hex | FE | 24 | 93 | 0 | 56 | 2A | 0 | 149 | 63 | 39 |
| Octal | 376 | 44 | 223 | 0 | 126 | 52 | 0 | 511 | 143 | 71 |
| Binary | 11111110 | 100100 | 10010011 | 0 | 1010110 | 101010 | 0 | 101001001 | 1100011 | 111001 |
Color Harmonies of #FE2493
Complementary color
Monochromatic Colors of #FE2493
Black with #FE2493
Text Example
Text Example
White with #FE2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2493; }
p { color: rgb(254,36,147); }
H1.HeaderClassName
{
color: #FE2493;
}
.AnyTagClassName
{
color: #FE2493;
}
</style>
background-color css
<style>
a { background-color: #FE2493; }
a { background-color: rgb(254,36,147); }
div.DivClassName
{
background-color: #FE2493;
}
.BgClassName
{
background-color: #FE2493;
}
</style>
border-color css
<style>
span { border-color: #FE2493; }
span { border-color: rgb(254,36,147); }
td.TdClassName
{
border-color: #FE2493;
}
.TagClassName
{
border-color: #FE2493;
}
</style>