Shades of Wild Strawberry #FE2994
Tints of Wild Strawberry #FE2994
RGB
CMYK
RGB Variations
Color information
#FE2994 (or 0xFE2994) is known color: Wild Strawberry. HEX triplet: FE, 29 and 94. RGB value is (254,41,148). Sum of RGB (Red+Green+Blue) = 254+41+148=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2994 is #01D66B. Grayscale: #747474. Windows color (decimal): -120428 or 9710078. OLE color: 9710078.
HSL color Cylindrical-coordinate representation of color #FE2994: hue angle of 329.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2994 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 148 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.00 |
| HSL | 329.86º | 0.99% | 0.58% | - |
| HSV(B) | 329.86º | 0.84% | 1% | - |
| XYZ | 47.01 | 24.79 | 30.33 | - |
| YUV | 116.89 | 145.57 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 148 | 0 | 0.84 | 0.42 | 0.00 | 329.86 | 0.99 | 0.58 |
| Hex | FE | 29 | 94 | 0 | 54 | 2A | 0 | 14A | 63 | 3A |
| Octal | 376 | 51 | 224 | 0 | 124 | 52 | 0 | 512 | 143 | 72 |
| Binary | 11111110 | 101001 | 10010100 | 0 | 1010100 | 101010 | 0 | 101001010 | 1100011 | 111010 |
Color Harmonies of #FE2994
Complementary color
Monochromatic Colors of #FE2994
Black with #FE2994
Text Example
Text Example
White with #FE2994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2994; }
p { color: rgb(254,41,148); }
H1.HeaderClassName
{
color: #FE2994;
}
.AnyTagClassName
{
color: #FE2994;
}
</style>
background-color css
<style>
a { background-color: #FE2994; }
a { background-color: rgb(254,41,148); }
div.DivClassName
{
background-color: #FE2994;
}
.BgClassName
{
background-color: #FE2994;
}
</style>
border-color css
<style>
span { border-color: #FE2994; }
span { border-color: rgb(254,41,148); }
td.TdClassName
{
border-color: #FE2994;
}
.TagClassName
{
border-color: #FE2994;
}
</style>