Shades of Wild Strawberry #FB358B
Tints of Wild Strawberry #FB358B
RGB
CMYK
RGB Variations
Color information
#FB358B (or 0xFB358B) is known color: Wild Strawberry. HEX triplet: FB, 35 and 8B. RGB value is (251,53,139). Sum of RGB (Red+Green+Blue) = 251+53+139=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB358B is #04CA74. Grayscale: #797979. Windows color (decimal): -313973 or 9123323. OLE color: 9123323.
HSL color Cylindrical-coordinate representation of color #FB358B: hue angle of 333.94º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB358B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 139 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.02 |
| HSL | 333.94º | 0.96% | 0.6% | - |
| HSV(B) | 333.94º | 0.79% | 0.98% | - |
| XYZ | 45.72 | 24.92 | 26.83 | - |
| YUV | 122.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 139 | 0 | 0.79 | 0.45 | 0.02 | 333.94 | 0.96 | 0.6 |
| Hex | FB | 35 | 8B | 0 | 4F | 2D | 2 | 14E | 60 | 3C |
| Octal | 373 | 65 | 213 | 0 | 117 | 55 | 2 | 516 | 140 | 74 |
| Binary | 11111011 | 110101 | 10001011 | 0 | 1001111 | 101101 | 10 | 101001110 | 1100000 | 111100 |
Color Harmonies of #FB358B
Complementary color
Monochromatic Colors of #FB358B
Black with #FB358B
Text Example
Text Example
White with #FB358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB358B; }
p { color: rgb(251,53,139); }
H1.HeaderClassName
{
color: #FB358B;
}
.AnyTagClassName
{
color: #FB358B;
}
</style>
background-color css
<style>
a { background-color: #FB358B; }
a { background-color: rgb(251,53,139); }
div.DivClassName
{
background-color: #FB358B;
}
.BgClassName
{
background-color: #FB358B;
}
</style>
border-color css
<style>
span { border-color: #FB358B; }
span { border-color: rgb(251,53,139); }
td.TdClassName
{
border-color: #FB358B;
}
.TagClassName
{
border-color: #FB358B;
}
</style>