Shades of Wild Strawberry #FE3289
Tints of Wild Strawberry #FE3289
RGB
CMYK
RGB Variations
Color information
#FE3289 (or 0xFE3289) is known color: Wild Strawberry. HEX triplet: FE, 32 and 89. RGB value is (254,50,137). Sum of RGB (Red+Green+Blue) = 254+50+137=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3289 is #01CD76. Grayscale: #787878. Windows color (decimal): -118135 or 8991486. OLE color: 8991486.
HSL color Cylindrical-coordinate representation of color #FE3289: hue angle of 334.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3289 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 137 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.00 |
| HSL | 334.41º | 0.99% | 0.6% | - |
| HSV(B) | 334.41º | 0.8% | 1% | - |
| XYZ | 46.53 | 25.16 | 26.07 | - |
| YUV | 120.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 137 | 0 | 0.80 | 0.46 | 0.00 | 334.41 | 0.99 | 0.6 |
| Hex | FE | 32 | 89 | 0 | 50 | 2E | 0 | 14E | 63 | 3C |
| Octal | 376 | 62 | 211 | 0 | 120 | 56 | 0 | 516 | 143 | 74 |
| Binary | 11111110 | 110010 | 10001001 | 0 | 1010000 | 101110 | 0 | 101001110 | 1100011 | 111100 |
Color Harmonies of #FE3289
Complementary color
Monochromatic Colors of #FE3289
Black with #FE3289
Text Example
Text Example
White with #FE3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3289; }
p { color: rgb(254,50,137); }
H1.HeaderClassName
{
color: #FE3289;
}
.AnyTagClassName
{
color: #FE3289;
}
</style>
background-color css
<style>
a { background-color: #FE3289; }
a { background-color: rgb(254,50,137); }
div.DivClassName
{
background-color: #FE3289;
}
.BgClassName
{
background-color: #FE3289;
}
</style>
border-color css
<style>
span { border-color: #FE3289; }
span { border-color: rgb(254,50,137); }
td.TdClassName
{
border-color: #FE3289;
}
.TagClassName
{
border-color: #FE3289;
}
</style>