Shades of Wild Strawberry #FE328D
Tints of Wild Strawberry #FE328D
RGB
CMYK
RGB Variations
Color information
#FE328D (or 0xFE328D) is known color: Wild Strawberry. HEX triplet: FE, 32 and 8D. RGB value is (254,50,141). Sum of RGB (Red+Green+Blue) = 254+50+141=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE328D is #01CD72. Grayscale: #797979. Windows color (decimal): -118131 or 9253630. OLE color: 9253630.
HSL color Cylindrical-coordinate representation of color #FE328D: hue angle of 333.24º 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 #FE328D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.00 |
| HSL | 333.24º | 0.99% | 0.6% | - |
| HSV(B) | 333.24º | 0.8% | 1% | - |
| XYZ | 46.82 | 25.28 | 27.61 | - |
| YUV | 121.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 141 | 0 | 0.80 | 0.44 | 0.00 | 333.24 | 0.99 | 0.6 |
| Hex | FE | 32 | 8D | 0 | 50 | 2C | 0 | 14D | 63 | 3C |
| Octal | 376 | 62 | 215 | 0 | 120 | 54 | 0 | 515 | 143 | 74 |
| Binary | 11111110 | 110010 | 10001101 | 0 | 1010000 | 101100 | 0 | 101001101 | 1100011 | 111100 |
Color Harmonies of #FE328D
Complementary color
Monochromatic Colors of #FE328D
Black with #FE328D
Text Example
Text Example
White with #FE328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE328D; }
p { color: rgb(254,50,141); }
H1.HeaderClassName
{
color: #FE328D;
}
.AnyTagClassName
{
color: #FE328D;
}
</style>
background-color css
<style>
a { background-color: #FE328D; }
a { background-color: rgb(254,50,141); }
div.DivClassName
{
background-color: #FE328D;
}
.BgClassName
{
background-color: #FE328D;
}
</style>
border-color css
<style>
span { border-color: #FE328D; }
span { border-color: rgb(254,50,141); }
td.TdClassName
{
border-color: #FE328D;
}
.TagClassName
{
border-color: #FE328D;
}
</style>