Shades of Wild Strawberry #FB329D
Tints of Wild Strawberry #FB329D
RGB
CMYK
RGB Variations
Color information
#FB329D (or 0xFB329D) is known color: Wild Strawberry. HEX triplet: FB, 32 and 9D. RGB value is (251,50,157). Sum of RGB (Red+Green+Blue) = 251+50+157=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB329D is #04CD62. Grayscale: #7A7A7A. Windows color (decimal): -314723 or 10302203. OLE color: 10302203.
HSL color Cylindrical-coordinate representation of color #FB329D: hue angle of 328.06º 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 #FB329D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 157 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.02 |
| HSL | 328.06º | 0.96% | 0.59% | - |
| HSV(B) | 328.06º | 0.8% | 0.98% | - |
| XYZ | 47.01 | 25.22 | 34.29 | - |
| YUV | 122.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 157 | 0 | 0.80 | 0.37 | 0.02 | 328.06 | 0.96 | 0.59 |
| Hex | FB | 32 | 9D | 0 | 50 | 25 | 2 | 148 | 60 | 3B |
| Octal | 373 | 62 | 235 | 0 | 120 | 45 | 2 | 510 | 140 | 73 |
| Binary | 11111011 | 110010 | 10011101 | 0 | 1010000 | 100101 | 10 | 101001000 | 1100000 | 111011 |
Color Harmonies of #FB329D
Complementary color
Monochromatic Colors of #FB329D
Black with #FB329D
Text Example
Text Example
White with #FB329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB329D; }
p { color: rgb(251,50,157); }
H1.HeaderClassName
{
color: #FB329D;
}
.AnyTagClassName
{
color: #FB329D;
}
</style>
background-color css
<style>
a { background-color: #FB329D; }
a { background-color: rgb(251,50,157); }
div.DivClassName
{
background-color: #FB329D;
}
.BgClassName
{
background-color: #FB329D;
}
</style>
border-color css
<style>
span { border-color: #FB329D; }
span { border-color: rgb(251,50,157); }
td.TdClassName
{
border-color: #FB329D;
}
.TagClassName
{
border-color: #FB329D;
}
</style>