Shades of Wild Strawberry #FB2686
Tints of Wild Strawberry #FB2686
RGB
CMYK
RGB Variations
Color information
#FB2686 (or 0xFB2686) is known color: Wild Strawberry. HEX triplet: FB, 26 and 86. RGB value is (251,38,134). Sum of RGB (Red+Green+Blue) = 251+38+134=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2686 is #04D979. Grayscale: #707070. Windows color (decimal): -317818 or 8791803. OLE color: 8791803.
HSL color Cylindrical-coordinate representation of color #FB2686: hue angle of 332.96º 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 #FB2686 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 134 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.02 |
| HSL | 332.96º | 0.96% | 0.57% | - |
| HSV(B) | 332.96º | 0.85% | 0.98% | - |
| XYZ | 44.78 | 23.62 | 24.75 | - |
| YUV | 112.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 134 | 0 | 0.85 | 0.47 | 0.02 | 332.96 | 0.96 | 0.57 |
| Hex | FB | 26 | 86 | 0 | 55 | 2F | 2 | 14D | 60 | 39 |
| Octal | 373 | 46 | 206 | 0 | 125 | 57 | 2 | 515 | 140 | 71 |
| Binary | 11111011 | 100110 | 10000110 | 0 | 1010101 | 101111 | 10 | 101001101 | 1100000 | 111001 |
Color Harmonies of #FB2686
Complementary color
Monochromatic Colors of #FB2686
Black with #FB2686
Text Example
Text Example
White with #FB2686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2686; }
p { color: rgb(251,38,134); }
H1.HeaderClassName
{
color: #FB2686;
}
.AnyTagClassName
{
color: #FB2686;
}
</style>
background-color css
<style>
a { background-color: #FB2686; }
a { background-color: rgb(251,38,134); }
div.DivClassName
{
background-color: #FB2686;
}
.BgClassName
{
background-color: #FB2686;
}
</style>
border-color css
<style>
span { border-color: #FB2686; }
span { border-color: rgb(251,38,134); }
td.TdClassName
{
border-color: #FB2686;
}
.TagClassName
{
border-color: #FB2686;
}
</style>