Shades of Wild Strawberry #FB2888
Tints of Wild Strawberry #FB2888
RGB
CMYK
RGB Variations
Color information
#FB2888 (or 0xFB2888) is known color: Wild Strawberry. HEX triplet: FB, 28 and 88. RGB value is (251,40,136). Sum of RGB (Red+Green+Blue) = 251+40+136=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2888 is #04D777. Grayscale: #717171. Windows color (decimal): -317304 or 8923387. OLE color: 8923387.
HSL color Cylindrical-coordinate representation of color #FB2888: hue angle of 332.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2888 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 136 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.02 |
| HSL | 332.7º | 0.96% | 0.57% | - |
| HSV(B) | 332.7º | 0.84% | 0.98% | - |
| XYZ | 44.99 | 23.8 | 25.52 | - |
| YUV | 114.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 136 | 0 | 0.84 | 0.46 | 0.02 | 332.7 | 0.96 | 0.57 |
| Hex | FB | 28 | 88 | 0 | 54 | 2E | 2 | 14D | 60 | 39 |
| Octal | 373 | 50 | 210 | 0 | 124 | 56 | 2 | 515 | 140 | 71 |
| Binary | 11111011 | 101000 | 10001000 | 0 | 1010100 | 101110 | 10 | 101001101 | 1100000 | 111001 |
Color Harmonies of #FB2888
Complementary color
Monochromatic Colors of #FB2888
Black with #FB2888
Text Example
Text Example
White with #FB2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2888; }
p { color: rgb(251,40,136); }
H1.HeaderClassName
{
color: #FB2888;
}
.AnyTagClassName
{
color: #FB2888;
}
</style>
background-color css
<style>
a { background-color: #FB2888; }
a { background-color: rgb(251,40,136); }
div.DivClassName
{
background-color: #FB2888;
}
.BgClassName
{
background-color: #FB2888;
}
</style>
border-color css
<style>
span { border-color: #FB2888; }
span { border-color: rgb(251,40,136); }
td.TdClassName
{
border-color: #FB2888;
}
.TagClassName
{
border-color: #FB2888;
}
</style>