Shades of Wild Strawberry #FB348B
Tints of Wild Strawberry #FB348B
RGB
CMYK
RGB Variations
Color information
#FB348B (or 0xFB348B) is known color: Wild Strawberry. HEX triplet: FB, 34 and 8B. RGB value is (251,52,139). Sum of RGB (Red+Green+Blue) = 251+52+139=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB348B is #04CB74. Grayscale: #797979. Windows color (decimal): -314229 or 9123067. OLE color: 9123067.
HSL color Cylindrical-coordinate representation of color #FB348B: hue angle of 333.77º 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 #FB348B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 139 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.02 |
| HSL | 333.77º | 0.96% | 0.59% | - |
| HSV(B) | 333.77º | 0.79% | 0.98% | - |
| XYZ | 45.67 | 24.83 | 26.81 | - |
| YUV | 121.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 139 | 0 | 0.79 | 0.45 | 0.02 | 333.77 | 0.96 | 0.59 |
| Hex | FB | 34 | 8B | 0 | 4F | 2D | 2 | 14E | 60 | 3B |
| Octal | 373 | 64 | 213 | 0 | 117 | 55 | 2 | 516 | 140 | 73 |
| Binary | 11111011 | 110100 | 10001011 | 0 | 1001111 | 101101 | 10 | 101001110 | 1100000 | 111011 |
Color Harmonies of #FB348B
Complementary color
Monochromatic Colors of #FB348B
Black with #FB348B
Text Example
Text Example
White with #FB348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB348B; }
p { color: rgb(251,52,139); }
H1.HeaderClassName
{
color: #FB348B;
}
.AnyTagClassName
{
color: #FB348B;
}
</style>
background-color css
<style>
a { background-color: #FB348B; }
a { background-color: rgb(251,52,139); }
div.DivClassName
{
background-color: #FB348B;
}
.BgClassName
{
background-color: #FB348B;
}
</style>
border-color css
<style>
span { border-color: #FB348B; }
span { border-color: rgb(251,52,139); }
td.TdClassName
{
border-color: #FB348B;
}
.TagClassName
{
border-color: #FB348B;
}
</style>