Shades of Wild Strawberry #FB2F86
Tints of Wild Strawberry #FB2F86
RGB
CMYK
RGB Variations
Color information
#FB2F86 (or 0xFB2F86) is known color: Wild Strawberry. HEX triplet: FB, 2F and 86. RGB value is (251,47,134). Sum of RGB (Red+Green+Blue) = 251+47+134=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2F86 is #04D079. Grayscale: #757575. Windows color (decimal): -315514 or 8794107. OLE color: 8794107.
HSL color Cylindrical-coordinate representation of color #FB2F86: hue angle of 334.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F86 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 134 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.02 |
| HSL | 334.41º | 0.96% | 0.58% | - |
| HSV(B) | 334.41º | 0.81% | 0.98% | - |
| XYZ | 45.1 | 24.26 | 24.86 | - |
| YUV | 117.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 134 | 0 | 0.81 | 0.47 | 0.02 | 334.41 | 0.96 | 0.58 |
| Hex | FB | 2F | 86 | 0 | 51 | 2F | 2 | 14E | 60 | 3A |
| Octal | 373 | 57 | 206 | 0 | 121 | 57 | 2 | 516 | 140 | 72 |
| Binary | 11111011 | 101111 | 10000110 | 0 | 1010001 | 101111 | 10 | 101001110 | 1100000 | 111010 |
Color Harmonies of #FB2F86
Complementary color
Monochromatic Colors of #FB2F86
Black with #FB2F86
Text Example
Text Example
White with #FB2F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F86; }
p { color: rgb(251,47,134); }
H1.HeaderClassName
{
color: #FB2F86;
}
.AnyTagClassName
{
color: #FB2F86;
}
</style>
background-color css
<style>
a { background-color: #FB2F86; }
a { background-color: rgb(251,47,134); }
div.DivClassName
{
background-color: #FB2F86;
}
.BgClassName
{
background-color: #FB2F86;
}
</style>
border-color css
<style>
span { border-color: #FB2F86; }
span { border-color: rgb(251,47,134); }
td.TdClassName
{
border-color: #FB2F86;
}
.TagClassName
{
border-color: #FB2F86;
}
</style>