Shades of Wild Strawberry #FB348D
Tints of Wild Strawberry #FB348D
RGB
CMYK
RGB Variations
Color information
#FB348D (or 0xFB348D) is known color: Wild Strawberry. HEX triplet: FB, 34 and 8D. RGB value is (251,52,141). Sum of RGB (Red+Green+Blue) = 251+52+141=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB348D is #04CB72. Grayscale: #797979. Windows color (decimal): -314227 or 9254139. OLE color: 9254139.
HSL color Cylindrical-coordinate representation of color #FB348D: hue angle of 333.17º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB348D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.02 |
| HSL | 333.17º | 0.96% | 0.59% | - |
| HSV(B) | 333.17º | 0.79% | 0.98% | - |
| XYZ | 45.82 | 24.89 | 27.59 | - |
| YUV | 121.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 141 | 0 | 0.79 | 0.44 | 0.02 | 333.17 | 0.96 | 0.59 |
| Hex | FB | 34 | 8D | 0 | 4F | 2C | 2 | 14D | 60 | 3B |
| Octal | 373 | 64 | 215 | 0 | 117 | 54 | 2 | 515 | 140 | 73 |
| Binary | 11111011 | 110100 | 10001101 | 0 | 1001111 | 101100 | 10 | 101001101 | 1100000 | 111011 |
Color Harmonies of #FB348D
Complementary color
Monochromatic Colors of #FB348D
Black with #FB348D
Text Example
Text Example
White with #FB348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB348D; }
p { color: rgb(251,52,141); }
H1.HeaderClassName
{
color: #FB348D;
}
.AnyTagClassName
{
color: #FB348D;
}
</style>
background-color css
<style>
a { background-color: #FB348D; }
a { background-color: rgb(251,52,141); }
div.DivClassName
{
background-color: #FB348D;
}
.BgClassName
{
background-color: #FB348D;
}
</style>
border-color css
<style>
span { border-color: #FB348D; }
span { border-color: rgb(251,52,141); }
td.TdClassName
{
border-color: #FB348D;
}
.TagClassName
{
border-color: #FB348D;
}
</style>