Shades of Wild Strawberry #FB2881
Tints of Wild Strawberry #FB2881
RGB
CMYK
RGB Variations
Color information
#FB2881 (or 0xFB2881) is known color: Wild Strawberry. HEX triplet: FB, 28 and 81. RGB value is (251,40,129). Sum of RGB (Red+Green+Blue) = 251+40+129=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2881 is #04D77E. Grayscale: #717171. Windows color (decimal): -317311 or 8464635. OLE color: 8464635.
HSL color Cylindrical-coordinate representation of color #FB2881: hue angle of 334.69º 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 #FB2881 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 129 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.02 |
| HSL | 334.69º | 0.96% | 0.57% | - |
| HSV(B) | 334.69º | 0.84% | 0.98% | - |
| XYZ | 44.5 | 23.61 | 22.98 | - |
| YUV | 113.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 129 | 0 | 0.84 | 0.49 | 0.02 | 334.69 | 0.96 | 0.57 |
| Hex | FB | 28 | 81 | 0 | 54 | 31 | 2 | 14F | 60 | 39 |
| Octal | 373 | 50 | 201 | 0 | 124 | 61 | 2 | 517 | 140 | 71 |
| Binary | 11111011 | 101000 | 10000001 | 0 | 1010100 | 110001 | 10 | 101001111 | 1100000 | 111001 |
Color Harmonies of #FB2881
Complementary color
Monochromatic Colors of #FB2881
Black with #FB2881
Text Example
Text Example
White with #FB2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2881; }
p { color: rgb(251,40,129); }
H1.HeaderClassName
{
color: #FB2881;
}
.AnyTagClassName
{
color: #FB2881;
}
</style>
background-color css
<style>
a { background-color: #FB2881; }
a { background-color: rgb(251,40,129); }
div.DivClassName
{
background-color: #FB2881;
}
.BgClassName
{
background-color: #FB2881;
}
</style>
border-color css
<style>
span { border-color: #FB2881; }
span { border-color: rgb(251,40,129); }
td.TdClassName
{
border-color: #FB2881;
}
.TagClassName
{
border-color: #FB2881;
}
</style>