Shades of Wild Strawberry #FB2884
Tints of Wild Strawberry #FB2884
RGB
CMYK
RGB Variations
Color information
#FB2884 (or 0xFB2884) is known color: Wild Strawberry. HEX triplet: FB, 28 and 84. RGB value is (251,40,132). Sum of RGB (Red+Green+Blue) = 251+40+132=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2884 is #04D77B. Grayscale: #717171. Windows color (decimal): -317308 or 8661243. OLE color: 8661243.
HSL color Cylindrical-coordinate representation of color #FB2884: hue angle of 333.84º 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 #FB2884 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 132 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.02 |
| HSL | 333.84º | 0.96% | 0.57% | - |
| HSV(B) | 333.84º | 0.84% | 0.98% | - |
| XYZ | 44.71 | 23.69 | 24.05 | - |
| YUV | 113.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 132 | 0 | 0.84 | 0.47 | 0.02 | 333.84 | 0.96 | 0.57 |
| Hex | FB | 28 | 84 | 0 | 54 | 2F | 2 | 14E | 60 | 39 |
| Octal | 373 | 50 | 204 | 0 | 124 | 57 | 2 | 516 | 140 | 71 |
| Binary | 11111011 | 101000 | 10000100 | 0 | 1010100 | 101111 | 10 | 101001110 | 1100000 | 111001 |
Color Harmonies of #FB2884
Complementary color
Monochromatic Colors of #FB2884
Black with #FB2884
Text Example
Text Example
White with #FB2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2884; }
p { color: rgb(251,40,132); }
H1.HeaderClassName
{
color: #FB2884;
}
.AnyTagClassName
{
color: #FB2884;
}
</style>
background-color css
<style>
a { background-color: #FB2884; }
a { background-color: rgb(251,40,132); }
div.DivClassName
{
background-color: #FB2884;
}
.BgClassName
{
background-color: #FB2884;
}
</style>
border-color css
<style>
span { border-color: #FB2884; }
span { border-color: rgb(251,40,132); }
td.TdClassName
{
border-color: #FB2884;
}
.TagClassName
{
border-color: #FB2884;
}
</style>