Shades of Wild Strawberry #FE328E
Tints of Wild Strawberry #FE328E
RGB
CMYK
RGB Variations
Color information
#FE328E (or 0xFE328E) is known color: Wild Strawberry. HEX triplet: FE, 32 and 8E. RGB value is (254,50,142). Sum of RGB (Red+Green+Blue) = 254+50+142=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE328E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE328E is #01CD71. Grayscale: #797979. Windows color (decimal): -118130 or 9319166. OLE color: 9319166.
HSL color Cylindrical-coordinate representation of color #FE328E: hue angle of 332.94º 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 #FE328E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 142 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.00 |
| HSL | 332.94º | 0.99% | 0.6% | - |
| HSV(B) | 332.94º | 0.8% | 1% | - |
| XYZ | 46.9 | 25.31 | 28 | - |
| YUV | 121.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 142 | 0 | 0.80 | 0.44 | 0.00 | 332.94 | 0.99 | 0.6 |
| Hex | FE | 32 | 8E | 0 | 50 | 2C | 0 | 14D | 63 | 3C |
| Octal | 376 | 62 | 216 | 0 | 120 | 54 | 0 | 515 | 143 | 74 |
| Binary | 11111110 | 110010 | 10001110 | 0 | 1010000 | 101100 | 0 | 101001101 | 1100011 | 111100 |
Color Harmonies of #FE328E
Complementary color
Monochromatic Colors of #FE328E
Black with #FE328E
Text Example
Text Example
White with #FE328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE328E; }
p { color: rgb(254,50,142); }
H1.HeaderClassName
{
color: #FE328E;
}
.AnyTagClassName
{
color: #FE328E;
}
</style>
background-color css
<style>
a { background-color: #FE328E; }
a { background-color: rgb(254,50,142); }
div.DivClassName
{
background-color: #FE328E;
}
.BgClassName
{
background-color: #FE328E;
}
</style>
border-color css
<style>
span { border-color: #FE328E; }
span { border-color: rgb(254,50,142); }
td.TdClassName
{
border-color: #FE328E;
}
.TagClassName
{
border-color: #FE328E;
}
</style>