Shades of Wild Strawberry #FB3796
Tints of Wild Strawberry #FB3796
RGB
CMYK
RGB Variations
Color information
#FB3796 (or 0xFB3796) is known color: Wild Strawberry. HEX triplet: FB, 37 and 96. RGB value is (251,55,150). Sum of RGB (Red+Green+Blue) = 251+55+150=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3796 is #04C869. Grayscale: #7C7C7C. Windows color (decimal): -313450 or 9844731. OLE color: 9844731.
HSL color Cylindrical-coordinate representation of color #FB3796: hue angle of 330.92º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3796 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 150 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.02 |
| HSL | 330.92º | 0.96% | 0.6% | - |
| HSV(B) | 330.92º | 0.78% | 0.98% | - |
| XYZ | 46.65 | 25.44 | 31.31 | - |
| YUV | 124.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 150 | 0 | 0.78 | 0.40 | 0.02 | 330.92 | 0.96 | 0.6 |
| Hex | FB | 37 | 96 | 0 | 4E | 28 | 2 | 14B | 60 | 3C |
| Octal | 373 | 67 | 226 | 0 | 116 | 50 | 2 | 513 | 140 | 74 |
| Binary | 11111011 | 110111 | 10010110 | 0 | 1001110 | 101000 | 10 | 101001011 | 1100000 | 111100 |
Color Harmonies of #FB3796
Complementary color
Monochromatic Colors of #FB3796
Black with #FB3796
Text Example
Text Example
White with #FB3796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3796; }
p { color: rgb(251,55,150); }
H1.HeaderClassName
{
color: #FB3796;
}
.AnyTagClassName
{
color: #FB3796;
}
</style>
background-color css
<style>
a { background-color: #FB3796; }
a { background-color: rgb(251,55,150); }
div.DivClassName
{
background-color: #FB3796;
}
.BgClassName
{
background-color: #FB3796;
}
</style>
border-color css
<style>
span { border-color: #FB3796; }
span { border-color: rgb(251,55,150); }
td.TdClassName
{
border-color: #FB3796;
}
.TagClassName
{
border-color: #FB3796;
}
</style>