Shades of Wild Strawberry #FF3BA2
Tints of Wild Strawberry #FF3BA2
RGB
CMYK
RGB Variations
Color information
#FF3BA2 (or 0xFF3BA2) is known color: Wild Strawberry. HEX triplet: FF, 3B and A2. RGB value is (255,59,162). Sum of RGB (Red+Green+Blue) = 255+59+162=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BA2 is #00C45D. Grayscale: #818181. Windows color (decimal): -50270 or 10632191. OLE color: 10632191.
HSL color Cylindrical-coordinate representation of color #FF3BA2: hue angle of 328.47º 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 #FF3BA2 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 162 | - |
| CMYK | 0 | 0.77 | 0.36 | 0 |
| HSL | 328.47º | 1% | 0.62% | - |
| HSV(B) | 328.47º | 0.77% | 1% | - |
| XYZ | 49.33 | 27 | 36.79 | - |
| YUV | 129.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 162 | 0 | 0.77 | 0.36 | 0 | 328.47 | 1 | 0.62 |
| Hex | FF | 3B | A2 | 0 | 4D | 24 | 0 | 148 | 64 | 3E |
| Octal | 377 | 73 | 242 | 0 | 115 | 44 | 0 | 510 | 144 | 76 |
| Binary | 11111111 | 111011 | 10100010 | 0 | 1001101 | 100100 | 0 | 101001000 | 1100100 | 111110 |
Color Harmonies of #FF3BA2
Complementary color
Monochromatic Colors of #FF3BA2
Black with #FF3BA2
Text Example
Text Example
White with #FF3BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BA2; }
p { color: rgb(255,59,162); }
H1.HeaderClassName
{
color: #FF3BA2;
}
.AnyTagClassName
{
color: #FF3BA2;
}
</style>
background-color css
<style>
a { background-color: #FF3BA2; }
a { background-color: rgb(255,59,162); }
div.DivClassName
{
background-color: #FF3BA2;
}
.BgClassName
{
background-color: #FF3BA2;
}
</style>
border-color css
<style>
span { border-color: #FF3BA2; }
span { border-color: rgb(255,59,162); }
td.TdClassName
{
border-color: #FF3BA2;
}
.TagClassName
{
border-color: #FF3BA2;
}
</style>