Shades of Wild Strawberry #FE328C
Tints of Wild Strawberry #FE328C
RGB
CMYK
RGB Variations
Color information
#FE328C (or 0xFE328C) is known color: Wild Strawberry. HEX triplet: FE, 32 and 8C. RGB value is (254,50,140). Sum of RGB (Red+Green+Blue) = 254+50+140=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE328C is #01CD73. Grayscale: #797979. Windows color (decimal): -118132 or 9188094. OLE color: 9188094.
HSL color Cylindrical-coordinate representation of color #FE328C: hue angle of 333.53º 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 #FE328C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 140 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.00 |
| HSL | 333.53º | 0.99% | 0.6% | - |
| HSV(B) | 333.53º | 0.8% | 1% | - |
| XYZ | 46.75 | 25.25 | 27.22 | - |
| YUV | 121.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 140 | 0 | 0.80 | 0.45 | 0.00 | 333.53 | 0.99 | 0.6 |
| Hex | FE | 32 | 8C | 0 | 50 | 2D | 0 | 14E | 63 | 3C |
| Octal | 376 | 62 | 214 | 0 | 120 | 55 | 0 | 516 | 143 | 74 |
| Binary | 11111110 | 110010 | 10001100 | 0 | 1010000 | 101101 | 0 | 101001110 | 1100011 | 111100 |
Color Harmonies of #FE328C
Complementary color
Monochromatic Colors of #FE328C
Black with #FE328C
Text Example
Text Example
White with #FE328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE328C; }
p { color: rgb(254,50,140); }
H1.HeaderClassName
{
color: #FE328C;
}
.AnyTagClassName
{
color: #FE328C;
}
</style>
background-color css
<style>
a { background-color: #FE328C; }
a { background-color: rgb(254,50,140); }
div.DivClassName
{
background-color: #FE328C;
}
.BgClassName
{
background-color: #FE328C;
}
</style>
border-color css
<style>
span { border-color: #FE328C; }
span { border-color: rgb(254,50,140); }
td.TdClassName
{
border-color: #FE328C;
}
.TagClassName
{
border-color: #FE328C;
}
</style>