Shades of Wild Strawberry #FB328D
Tints of Wild Strawberry #FB328D
RGB
CMYK
RGB Variations
Color information
#FB328D (or 0xFB328D) is known color: Wild Strawberry. HEX triplet: FB, 32 and 8D. RGB value is (251,50,141). Sum of RGB (Red+Green+Blue) = 251+50+141=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB328D is #04CD72. Grayscale: #787878. Windows color (decimal): -314739 or 9253627. OLE color: 9253627.
HSL color Cylindrical-coordinate representation of color #FB328D: hue angle of 332.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB328D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.02 |
| HSL | 332.84º | 0.96% | 0.59% | - |
| HSV(B) | 332.84º | 0.8% | 0.98% | - |
| XYZ | 45.73 | 24.71 | 27.56 | - |
| YUV | 120.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 141 | 0 | 0.80 | 0.44 | 0.02 | 332.84 | 0.96 | 0.59 |
| Hex | FB | 32 | 8D | 0 | 50 | 2C | 2 | 14D | 60 | 3B |
| Octal | 373 | 62 | 215 | 0 | 120 | 54 | 2 | 515 | 140 | 73 |
| Binary | 11111011 | 110010 | 10001101 | 0 | 1010000 | 101100 | 10 | 101001101 | 1100000 | 111011 |
Color Harmonies of #FB328D
Complementary color
Monochromatic Colors of #FB328D
Black with #FB328D
Text Example
Text Example
White with #FB328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB328D; }
p { color: rgb(251,50,141); }
H1.HeaderClassName
{
color: #FB328D;
}
.AnyTagClassName
{
color: #FB328D;
}
</style>
background-color css
<style>
a { background-color: #FB328D; }
a { background-color: rgb(251,50,141); }
div.DivClassName
{
background-color: #FB328D;
}
.BgClassName
{
background-color: #FB328D;
}
</style>
border-color css
<style>
span { border-color: #FB328D; }
span { border-color: rgb(251,50,141); }
td.TdClassName
{
border-color: #FB328D;
}
.TagClassName
{
border-color: #FB328D;
}
</style>