Shades of Wild Strawberry #FB3BA1
Tints of Wild Strawberry #FB3BA1
RGB
CMYK
RGB Variations
Color information
#FB3BA1 (or 0xFB3BA1) is known color: Wild Strawberry. HEX triplet: FB, 3B and A1. RGB value is (251,59,161). Sum of RGB (Red+Green+Blue) = 251+59+161=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA1 is #04C45E. Grayscale: #7F7F7F. Windows color (decimal): -312415 or 10566651. OLE color: 10566651.
HSL color Cylindrical-coordinate representation of color #FB3BA1: hue angle of 328.12º 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 #FB3BA1 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 161 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.02 |
| HSL | 328.13º | 0.96% | 0.61% | - |
| HSV(B) | 328.13º | 0.76% | 0.98% | - |
| XYZ | 47.78 | 26.21 | 36.26 | - |
| YUV | 128.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 161 | 0 | 0.76 | 0.36 | 0.02 | 328.13 | 0.96 | 0.61 |
| Hex | FB | 3B | A1 | 0 | 4C | 24 | 2 | 148 | 60 | 3D |
| Octal | 373 | 73 | 241 | 0 | 114 | 44 | 2 | 510 | 140 | 75 |
| Binary | 11111011 | 111011 | 10100001 | 0 | 1001100 | 100100 | 10 | 101001000 | 1100000 | 111101 |
Color Harmonies of #FB3BA1
Complementary color
Monochromatic Colors of #FB3BA1
Black with #FB3BA1
Text Example
Text Example
White with #FB3BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BA1; }
p { color: rgb(251,59,161); }
H1.HeaderClassName
{
color: #FB3BA1;
}
.AnyTagClassName
{
color: #FB3BA1;
}
</style>
background-color css
<style>
a { background-color: #FB3BA1; }
a { background-color: rgb(251,59,161); }
div.DivClassName
{
background-color: #FB3BA1;
}
.BgClassName
{
background-color: #FB3BA1;
}
</style>
border-color css
<style>
span { border-color: #FB3BA1; }
span { border-color: rgb(251,59,161); }
td.TdClassName
{
border-color: #FB3BA1;
}
.TagClassName
{
border-color: #FB3BA1;
}
</style>