Shades of Wild Strawberry #FE3189
Tints of Wild Strawberry #FE3189
RGB
CMYK
RGB Variations
Color information
#FE3189 (or 0xFE3189) is known color: Wild Strawberry. HEX triplet: FE, 31 and 89. RGB value is (254,49,137). Sum of RGB (Red+Green+Blue) = 254+49+137=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3189 is #01CE76. Grayscale: #787878. Windows color (decimal): -118391 or 8991230. OLE color: 8991230.
HSL color Cylindrical-coordinate representation of color #FE3189: hue angle of 334.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3189 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 137 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.00 |
| HSL | 334.24º | 0.99% | 0.59% | - |
| HSV(B) | 334.24º | 0.81% | 1% | - |
| XYZ | 46.49 | 25.07 | 26.06 | - |
| YUV | 120.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 137 | 0 | 0.81 | 0.46 | 0.00 | 334.24 | 0.99 | 0.59 |
| Hex | FE | 31 | 89 | 0 | 51 | 2E | 0 | 14E | 63 | 3B |
| Octal | 376 | 61 | 211 | 0 | 121 | 56 | 0 | 516 | 143 | 73 |
| Binary | 11111110 | 110001 | 10001001 | 0 | 1010001 | 101110 | 0 | 101001110 | 1100011 | 111011 |
Color Harmonies of #FE3189
Complementary color
Monochromatic Colors of #FE3189
Black with #FE3189
Text Example
Text Example
White with #FE3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3189; }
p { color: rgb(254,49,137); }
H1.HeaderClassName
{
color: #FE3189;
}
.AnyTagClassName
{
color: #FE3189;
}
</style>
background-color css
<style>
a { background-color: #FE3189; }
a { background-color: rgb(254,49,137); }
div.DivClassName
{
background-color: #FE3189;
}
.BgClassName
{
background-color: #FE3189;
}
</style>
border-color css
<style>
span { border-color: #FE3189; }
span { border-color: rgb(254,49,137); }
td.TdClassName
{
border-color: #FE3189;
}
.TagClassName
{
border-color: #FE3189;
}
</style>