Shades of Wild Strawberry #FF3BA1
Tints of Wild Strawberry #FF3BA1
RGB
CMYK
RGB Variations
Color information
#FF3BA1 (or 0xFF3BA1) is known color: Wild Strawberry. HEX triplet: FF, 3B and A1. RGB value is (255,59,161). Sum of RGB (Red+Green+Blue) = 255+59+161=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BA1 is #00C45E. Grayscale: #818181. Windows color (decimal): -50271 or 10566655. OLE color: 10566655.
HSL color Cylindrical-coordinate representation of color #FF3BA1: hue angle of 328.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BA1 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 161 | - |
| CMYK | 0 | 0.77 | 0.37 | 0 |
| HSL | 328.78º | 1% | 0.62% | - |
| HSV(B) | 328.78º | 0.77% | 1% | - |
| XYZ | 49.24 | 26.96 | 36.33 | - |
| YUV | 129.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 161 | 0 | 0.77 | 0.37 | 0 | 328.78 | 1 | 0.62 |
| Hex | FF | 3B | A1 | 0 | 4D | 25 | 0 | 149 | 64 | 3E |
| Octal | 377 | 73 | 241 | 0 | 115 | 45 | 0 | 511 | 144 | 76 |
| Binary | 11111111 | 111011 | 10100001 | 0 | 1001101 | 100101 | 0 | 101001001 | 1100100 | 111110 |
Color Harmonies of #FF3BA1
Complementary color
Monochromatic Colors of #FF3BA1
Black with #FF3BA1
Text Example
Text Example
White with #FF3BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BA1; }
p { color: rgb(255,59,161); }
H1.HeaderClassName
{
color: #FF3BA1;
}
.AnyTagClassName
{
color: #FF3BA1;
}
</style>
background-color css
<style>
a { background-color: #FF3BA1; }
a { background-color: rgb(255,59,161); }
div.DivClassName
{
background-color: #FF3BA1;
}
.BgClassName
{
background-color: #FF3BA1;
}
</style>
border-color css
<style>
span { border-color: #FF3BA1; }
span { border-color: rgb(255,59,161); }
td.TdClassName
{
border-color: #FF3BA1;
}
.TagClassName
{
border-color: #FF3BA1;
}
</style>