Shades of Wild Strawberry #FB3BA6
Tints of Wild Strawberry #FB3BA6
RGB
CMYK
RGB Variations
Color information
#FB3BA6 (or 0xFB3BA6) is known color: Wild Strawberry. HEX triplet: FB, 3B and A6. RGB value is (251,59,166). Sum of RGB (Red+Green+Blue) = 251+59+166=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA6 is #04C459. Grayscale: #808080. Windows color (decimal): -312410 or 10894331. OLE color: 10894331.
HSL color Cylindrical-coordinate representation of color #FB3BA6: hue angle of 326.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3BA6 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 166 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.02 |
| HSL | 326.56º | 0.96% | 0.61% | - |
| HSV(B) | 326.56º | 0.76% | 0.98% | - |
| XYZ | 48.23 | 26.39 | 38.63 | - |
| YUV | 128.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 166 | 0 | 0.76 | 0.34 | 0.02 | 326.56 | 0.96 | 0.61 |
| Hex | FB | 3B | A6 | 0 | 4C | 22 | 2 | 147 | 60 | 3D |
| Octal | 373 | 73 | 246 | 0 | 114 | 42 | 2 | 507 | 140 | 75 |
| Binary | 11111011 | 111011 | 10100110 | 0 | 1001100 | 100010 | 10 | 101000111 | 1100000 | 111101 |
Color Harmonies of #FB3BA6
Complementary color
Monochromatic Colors of #FB3BA6
Black with #FB3BA6
Text Example
Text Example
White with #FB3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BA6; }
p { color: rgb(251,59,166); }
H1.HeaderClassName
{
color: #FB3BA6;
}
.AnyTagClassName
{
color: #FB3BA6;
}
</style>
background-color css
<style>
a { background-color: #FB3BA6; }
a { background-color: rgb(251,59,166); }
div.DivClassName
{
background-color: #FB3BA6;
}
.BgClassName
{
background-color: #FB3BA6;
}
</style>
border-color css
<style>
span { border-color: #FB3BA6; }
span { border-color: rgb(251,59,166); }
td.TdClassName
{
border-color: #FB3BA6;
}
.TagClassName
{
border-color: #FB3BA6;
}
</style>