Shades of Wild Strawberry #FB3BA3
Tints of Wild Strawberry #FB3BA3
RGB
CMYK
RGB Variations
Color information
#FB3BA3 (or 0xFB3BA3) is known color: Wild Strawberry. HEX triplet: FB, 3B and A3. RGB value is (251,59,163). Sum of RGB (Red+Green+Blue) = 251+59+163=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA3 is #04C45C. Grayscale: #808080. Windows color (decimal): -312413 or 10697723. OLE color: 10697723.
HSL color Cylindrical-coordinate representation of color #FB3BA3: hue angle of 327.5º 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 #FB3BA3 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 163 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.02 |
| HSL | 327.5º | 0.96% | 0.61% | - |
| HSV(B) | 327.5º | 0.76% | 0.98% | - |
| XYZ | 47.96 | 26.28 | 37.2 | - |
| YUV | 128.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 163 | 0 | 0.76 | 0.35 | 0.02 | 327.5 | 0.96 | 0.61 |
| Hex | FB | 3B | A3 | 0 | 4C | 23 | 2 | 148 | 60 | 3D |
| Octal | 373 | 73 | 243 | 0 | 114 | 43 | 2 | 510 | 140 | 75 |
| Binary | 11111011 | 111011 | 10100011 | 0 | 1001100 | 100011 | 10 | 101001000 | 1100000 | 111101 |
Color Harmonies of #FB3BA3
Complementary color
Monochromatic Colors of #FB3BA3
Black with #FB3BA3
Text Example
Text Example
White with #FB3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BA3; }
p { color: rgb(251,59,163); }
H1.HeaderClassName
{
color: #FB3BA3;
}
.AnyTagClassName
{
color: #FB3BA3;
}
</style>
background-color css
<style>
a { background-color: #FB3BA3; }
a { background-color: rgb(251,59,163); }
div.DivClassName
{
background-color: #FB3BA3;
}
.BgClassName
{
background-color: #FB3BA3;
}
</style>
border-color css
<style>
span { border-color: #FB3BA3; }
span { border-color: rgb(251,59,163); }
td.TdClassName
{
border-color: #FB3BA3;
}
.TagClassName
{
border-color: #FB3BA3;
}
</style>