Shades of Wild Strawberry #FB338D
Tints of Wild Strawberry #FB338D
RGB
CMYK
RGB Variations
Color information
#FB338D (or 0xFB338D) is known color: Wild Strawberry. HEX triplet: FB, 33 and 8D. RGB value is (251,51,141). Sum of RGB (Red+Green+Blue) = 251+51+141=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB338D is #04CC72. Grayscale: #787878. Windows color (decimal): -314483 or 9253883. OLE color: 9253883.
HSL color Cylindrical-coordinate representation of color #FB338D: hue angle of 333º 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 #FB338D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 141 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.02 |
| HSL | 333º | 0.96% | 0.59% | - |
| HSV(B) | 333º | 0.8% | 0.98% | - |
| XYZ | 45.78 | 24.8 | 27.57 | - |
| YUV | 121.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 141 | 0 | 0.80 | 0.44 | 0.02 | 333 | 0.96 | 0.59 |
| Hex | FB | 33 | 8D | 0 | 50 | 2C | 2 | 14D | 60 | 3B |
| Octal | 373 | 63 | 215 | 0 | 120 | 54 | 2 | 515 | 140 | 73 |
| Binary | 11111011 | 110011 | 10001101 | 0 | 1010000 | 101100 | 10 | 101001101 | 1100000 | 111011 |
Color Harmonies of #FB338D
Complementary color
Monochromatic Colors of #FB338D
Black with #FB338D
Text Example
Text Example
White with #FB338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB338D; }
p { color: rgb(251,51,141); }
H1.HeaderClassName
{
color: #FB338D;
}
.AnyTagClassName
{
color: #FB338D;
}
</style>
background-color css
<style>
a { background-color: #FB338D; }
a { background-color: rgb(251,51,141); }
div.DivClassName
{
background-color: #FB338D;
}
.BgClassName
{
background-color: #FB338D;
}
</style>
border-color css
<style>
span { border-color: #FB338D; }
span { border-color: rgb(251,51,141); }
td.TdClassName
{
border-color: #FB338D;
}
.TagClassName
{
border-color: #FB338D;
}
</style>