Shades of Wild Strawberry #FF3BA9
Tints of Wild Strawberry #FF3BA9
RGB
CMYK
RGB Variations
Color information
#FF3BA9 (or 0xFF3BA9) is known color: Wild Strawberry. HEX triplet: FF, 3B and A9. RGB value is (255,59,169). Sum of RGB (Red+Green+Blue) = 255+59+169=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BA9 is #00C456. Grayscale: #818181. Windows color (decimal): -50263 or 11090943. OLE color: 11090943.
HSL color Cylindrical-coordinate representation of color #FF3BA9: hue angle of 326.33º 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 #FF3BA9 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 169 | - |
| CMYK | 0 | 0.77 | 0.34 | 0 |
| HSL | 326.33º | 1% | 0.62% | - |
| HSV(B) | 326.33º | 0.77% | 1% | - |
| XYZ | 49.97 | 27.25 | 40.16 | - |
| YUV | 130.14 | 149.93 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 169 | 0 | 0.77 | 0.34 | 0 | 326.33 | 1 | 0.62 |
| Hex | FF | 3B | A9 | 0 | 4D | 22 | 0 | 146 | 64 | 3E |
| Octal | 377 | 73 | 251 | 0 | 115 | 42 | 0 | 506 | 144 | 76 |
| Binary | 11111111 | 111011 | 10101001 | 0 | 1001101 | 100010 | 0 | 101000110 | 1100100 | 111110 |
Color Harmonies of #FF3BA9
Complementary color
Monochromatic Colors of #FF3BA9
Black with #FF3BA9
Text Example
Text Example
White with #FF3BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BA9; }
p { color: rgb(255,59,169); }
H1.HeaderClassName
{
color: #FF3BA9;
}
.AnyTagClassName
{
color: #FF3BA9;
}
</style>
background-color css
<style>
a { background-color: #FF3BA9; }
a { background-color: rgb(255,59,169); }
div.DivClassName
{
background-color: #FF3BA9;
}
.BgClassName
{
background-color: #FF3BA9;
}
</style>
border-color css
<style>
span { border-color: #FF3BA9; }
span { border-color: rgb(255,59,169); }
td.TdClassName
{
border-color: #FF3BA9;
}
.TagClassName
{
border-color: #FF3BA9;
}
</style>