Shades of Wild Strawberry #FE328B
Tints of Wild Strawberry #FE328B
RGB
CMYK
RGB Variations
Color information
#FE328B (or 0xFE328B) is known color: Wild Strawberry. HEX triplet: FE, 32 and 8B. RGB value is (254,50,139). Sum of RGB (Red+Green+Blue) = 254+50+139=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE328B is #01CD74. Grayscale: #787878. Windows color (decimal): -118133 or 9122558. OLE color: 9122558.
HSL color Cylindrical-coordinate representation of color #FE328B: hue angle of 333.82º 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 #FE328B is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 139 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.00 |
| HSL | 333.82º | 0.99% | 0.6% | - |
| HSV(B) | 333.82º | 0.8% | 1% | - |
| XYZ | 46.67 | 25.22 | 26.83 | - |
| YUV | 121.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 139 | 0 | 0.80 | 0.45 | 0.00 | 333.82 | 0.99 | 0.6 |
| Hex | FE | 32 | 8B | 0 | 50 | 2D | 0 | 14E | 63 | 3C |
| Octal | 376 | 62 | 213 | 0 | 120 | 55 | 0 | 516 | 143 | 74 |
| Binary | 11111110 | 110010 | 10001011 | 0 | 1010000 | 101101 | 0 | 101001110 | 1100011 | 111100 |
Color Harmonies of #FE328B
Complementary color
Monochromatic Colors of #FE328B
Black with #FE328B
Text Example
Text Example
White with #FE328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE328B; }
p { color: rgb(254,50,139); }
H1.HeaderClassName
{
color: #FE328B;
}
.AnyTagClassName
{
color: #FE328B;
}
</style>
background-color css
<style>
a { background-color: #FE328B; }
a { background-color: rgb(254,50,139); }
div.DivClassName
{
background-color: #FE328B;
}
.BgClassName
{
background-color: #FE328B;
}
</style>
border-color css
<style>
span { border-color: #FE328B; }
span { border-color: rgb(254,50,139); }
td.TdClassName
{
border-color: #FE328B;
}
.TagClassName
{
border-color: #FE328B;
}
</style>