Shades of Wild Strawberry #FF3BA8
Tints of Wild Strawberry #FF3BA8
RGB
CMYK
RGB Variations
Color information
#FF3BA8 (or 0xFF3BA8) is known color: Wild Strawberry. HEX triplet: FF, 3B and A8. RGB value is (255,59,168). Sum of RGB (Red+Green+Blue) = 255+59+168=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BA8 is #00C457. Grayscale: #818181. Windows color (decimal): -50264 or 11025407. OLE color: 11025407.
HSL color Cylindrical-coordinate representation of color #FF3BA8: hue angle of 326.63º 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 #FF3BA8 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 168 | - |
| CMYK | 0 | 0.77 | 0.34 | 0 |
| HSL | 326.63º | 1% | 0.62% | - |
| HSV(B) | 326.63º | 0.77% | 1% | - |
| XYZ | 49.87 | 27.22 | 39.67 | - |
| YUV | 130.03 | 149.43 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 168 | 0 | 0.77 | 0.34 | 0 | 326.63 | 1 | 0.62 |
| Hex | FF | 3B | A8 | 0 | 4D | 22 | 0 | 147 | 64 | 3E |
| Octal | 377 | 73 | 250 | 0 | 115 | 42 | 0 | 507 | 144 | 76 |
| Binary | 11111111 | 111011 | 10101000 | 0 | 1001101 | 100010 | 0 | 101000111 | 1100100 | 111110 |
Color Harmonies of #FF3BA8
Complementary color
Monochromatic Colors of #FF3BA8
Black with #FF3BA8
Text Example
Text Example
White with #FF3BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BA8; }
p { color: rgb(255,59,168); }
H1.HeaderClassName
{
color: #FF3BA8;
}
.AnyTagClassName
{
color: #FF3BA8;
}
</style>
background-color css
<style>
a { background-color: #FF3BA8; }
a { background-color: rgb(255,59,168); }
div.DivClassName
{
background-color: #FF3BA8;
}
.BgClassName
{
background-color: #FF3BA8;
}
</style>
border-color css
<style>
span { border-color: #FF3BA8; }
span { border-color: rgb(255,59,168); }
td.TdClassName
{
border-color: #FF3BA8;
}
.TagClassName
{
border-color: #FF3BA8;
}
</style>