Shades of Wild Strawberry #FB2689
Tints of Wild Strawberry #FB2689
RGB
CMYK
RGB Variations
Color information
#FB2689 (or 0xFB2689) is known color: Wild Strawberry. HEX triplet: FB, 26 and 89. RGB value is (251,38,137). Sum of RGB (Red+Green+Blue) = 251+38+137=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2689 is #04D976. Grayscale: #707070. Windows color (decimal): -317815 or 8988411. OLE color: 8988411.
HSL color Cylindrical-coordinate representation of color #FB2689: hue angle of 332.11º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2689 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 137 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.02 |
| HSL | 332.11º | 0.96% | 0.57% | - |
| HSV(B) | 332.11º | 0.85% | 0.98% | - |
| XYZ | 44.99 | 23.7 | 25.87 | - |
| YUV | 112.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 137 | 0 | 0.85 | 0.45 | 0.02 | 332.11 | 0.96 | 0.57 |
| Hex | FB | 26 | 89 | 0 | 55 | 2D | 2 | 14C | 60 | 39 |
| Octal | 373 | 46 | 211 | 0 | 125 | 55 | 2 | 514 | 140 | 71 |
| Binary | 11111011 | 100110 | 10001001 | 0 | 1010101 | 101101 | 10 | 101001100 | 1100000 | 111001 |
Color Harmonies of #FB2689
Complementary color
Monochromatic Colors of #FB2689
Black with #FB2689
Text Example
Text Example
White with #FB2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2689; }
p { color: rgb(251,38,137); }
H1.HeaderClassName
{
color: #FB2689;
}
.AnyTagClassName
{
color: #FB2689;
}
</style>
background-color css
<style>
a { background-color: #FB2689; }
a { background-color: rgb(251,38,137); }
div.DivClassName
{
background-color: #FB2689;
}
.BgClassName
{
background-color: #FB2689;
}
</style>
border-color css
<style>
span { border-color: #FB2689; }
span { border-color: rgb(251,38,137); }
td.TdClassName
{
border-color: #FB2689;
}
.TagClassName
{
border-color: #FB2689;
}
</style>