Shades of Wild Strawberry #FB2E89
Tints of Wild Strawberry #FB2E89
RGB
CMYK
RGB Variations
Color information
#FB2E89 (or 0xFB2E89) is known color: Wild Strawberry. HEX triplet: FB, 2E and 89. RGB value is (251,46,137). Sum of RGB (Red+Green+Blue) = 251+46+137=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2E89 is #04D176. Grayscale: #757575. Windows color (decimal): -315767 or 8990459. OLE color: 8990459.
HSL color Cylindrical-coordinate representation of color #FB2E89: hue angle of 333.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2E89 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 137 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.02 |
| HSL | 333.37º | 0.96% | 0.58% | - |
| HSV(B) | 333.37º | 0.82% | 0.98% | - |
| XYZ | 45.28 | 24.27 | 25.97 | - |
| YUV | 117.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 137 | 0 | 0.82 | 0.45 | 0.02 | 333.37 | 0.96 | 0.58 |
| Hex | FB | 2E | 89 | 0 | 52 | 2D | 2 | 14D | 60 | 3A |
| Octal | 373 | 56 | 211 | 0 | 122 | 55 | 2 | 515 | 140 | 72 |
| Binary | 11111011 | 101110 | 10001001 | 0 | 1010010 | 101101 | 10 | 101001101 | 1100000 | 111010 |
Color Harmonies of #FB2E89
Complementary color
Monochromatic Colors of #FB2E89
Black with #FB2E89
Text Example
Text Example
White with #FB2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E89; }
p { color: rgb(251,46,137); }
H1.HeaderClassName
{
color: #FB2E89;
}
.AnyTagClassName
{
color: #FB2E89;
}
</style>
background-color css
<style>
a { background-color: #FB2E89; }
a { background-color: rgb(251,46,137); }
div.DivClassName
{
background-color: #FB2E89;
}
.BgClassName
{
background-color: #FB2E89;
}
</style>
border-color css
<style>
span { border-color: #FB2E89; }
span { border-color: rgb(251,46,137); }
td.TdClassName
{
border-color: #FB2E89;
}
.TagClassName
{
border-color: #FB2E89;
}
</style>