Shades of Wild Strawberry #FD328D
Tints of Wild Strawberry #FD328D
RGB
CMYK
RGB Variations
Color information
#FD328D (or 0xFD328D) is known color: Wild Strawberry. HEX triplet: FD, 32 and 8D. RGB value is (253,50,141). Sum of RGB (Red+Green+Blue) = 253+50+141=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD328D is #02CD72. Grayscale: #787878. Windows color (decimal): -183667 or 9253629. OLE color: 9253629.
HSL color Cylindrical-coordinate representation of color #FD328D: hue angle of 333.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD328D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.01 |
| HSL | 333.1º | 0.98% | 0.59% | - |
| HSV(B) | 333.1º | 0.8% | 0.99% | - |
| XYZ | 46.46 | 25.09 | 27.59 | - |
| YUV | 121.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 141 | 0 | 0.80 | 0.44 | 0.01 | 333.1 | 0.98 | 0.59 |
| Hex | FD | 32 | 8D | 0 | 50 | 2C | 1 | 14D | 62 | 3B |
| Octal | 375 | 62 | 215 | 0 | 120 | 54 | 1 | 515 | 142 | 73 |
| Binary | 11111101 | 110010 | 10001101 | 0 | 1010000 | 101100 | 1 | 101001101 | 1100010 | 111011 |
Color Harmonies of #FD328D
Complementary color
Monochromatic Colors of #FD328D
Black with #FD328D
Text Example
Text Example
White with #FD328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD328D; }
p { color: rgb(253,50,141); }
H1.HeaderClassName
{
color: #FD328D;
}
.AnyTagClassName
{
color: #FD328D;
}
</style>
background-color css
<style>
a { background-color: #FD328D; }
a { background-color: rgb(253,50,141); }
div.DivClassName
{
background-color: #FD328D;
}
.BgClassName
{
background-color: #FD328D;
}
</style>
border-color css
<style>
span { border-color: #FD328D; }
span { border-color: rgb(253,50,141); }
td.TdClassName
{
border-color: #FD328D;
}
.TagClassName
{
border-color: #FD328D;
}
</style>