Shades of Wild Strawberry #FF328D
Tints of Wild Strawberry #FF328D
RGB
CMYK
RGB Variations
Color information
#FF328D (or 0xFF328D) is known color: Wild Strawberry. HEX triplet: FF, 32 and 8D. RGB value is (255,50,141). Sum of RGB (Red+Green+Blue) = 255+50+141=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF328D is #00CD72. Grayscale: #797979. Windows color (decimal): -52595 or 9253631. OLE color: 9253631.
HSL color Cylindrical-coordinate representation of color #FF328D: hue angle of 333.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF328D is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.45 | 0 |
| HSL | 333.37º | 1% | 0.6% | - |
| HSV(B) | 333.37º | 0.8% | 1% | - |
| XYZ | 47.19 | 25.46 | 27.63 | - |
| YUV | 121.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 141 | 0 | 0.80 | 0.45 | 0 | 333.37 | 1 | 0.6 |
| Hex | FF | 32 | 8D | 0 | 50 | 2D | 0 | 14D | 64 | 3C |
| Octal | 377 | 62 | 215 | 0 | 120 | 55 | 0 | 515 | 144 | 74 |
| Binary | 11111111 | 110010 | 10001101 | 0 | 1010000 | 101101 | 0 | 101001101 | 1100100 | 111100 |
Color Harmonies of #FF328D
Complementary color
Monochromatic Colors of #FF328D
Black with #FF328D
Text Example
Text Example
White with #FF328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF328D; }
p { color: rgb(255,50,141); }
H1.HeaderClassName
{
color: #FF328D;
}
.AnyTagClassName
{
color: #FF328D;
}
</style>
background-color css
<style>
a { background-color: #FF328D; }
a { background-color: rgb(255,50,141); }
div.DivClassName
{
background-color: #FF328D;
}
.BgClassName
{
background-color: #FF328D;
}
</style>
border-color css
<style>
span { border-color: #FF328D; }
span { border-color: rgb(255,50,141); }
td.TdClassName
{
border-color: #FF328D;
}
.TagClassName
{
border-color: #FF328D;
}
</style>