Shades of Wild Strawberry #FF3BA7
Tints of Wild Strawberry #FF3BA7
RGB
CMYK
RGB Variations
Color information
#FF3BA7 (or 0xFF3BA7) is known color: Wild Strawberry. HEX triplet: FF, 3B and A7. RGB value is (255,59,167). Sum of RGB (Red+Green+Blue) = 255+59+167=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BA7 is #00C458. Grayscale: #818181. Windows color (decimal): -50265 or 10959871. OLE color: 10959871.
HSL color Cylindrical-coordinate representation of color #FF3BA7: hue angle of 326.94º 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 #FF3BA7 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 167 | - |
| CMYK | 0 | 0.77 | 0.35 | 0 |
| HSL | 326.94º | 1% | 0.62% | - |
| HSV(B) | 326.94º | 0.77% | 1% | - |
| XYZ | 49.78 | 27.18 | 39.18 | - |
| YUV | 129.92 | 148.93 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 167 | 0 | 0.77 | 0.35 | 0 | 326.94 | 1 | 0.62 |
| Hex | FF | 3B | A7 | 0 | 4D | 23 | 0 | 147 | 64 | 3E |
| Octal | 377 | 73 | 247 | 0 | 115 | 43 | 0 | 507 | 144 | 76 |
| Binary | 11111111 | 111011 | 10100111 | 0 | 1001101 | 100011 | 0 | 101000111 | 1100100 | 111110 |
Color Harmonies of #FF3BA7
Complementary color
Monochromatic Colors of #FF3BA7
Black with #FF3BA7
Text Example
Text Example
White with #FF3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BA7; }
p { color: rgb(255,59,167); }
H1.HeaderClassName
{
color: #FF3BA7;
}
.AnyTagClassName
{
color: #FF3BA7;
}
</style>
background-color css
<style>
a { background-color: #FF3BA7; }
a { background-color: rgb(255,59,167); }
div.DivClassName
{
background-color: #FF3BA7;
}
.BgClassName
{
background-color: #FF3BA7;
}
</style>
border-color css
<style>
span { border-color: #FF3BA7; }
span { border-color: rgb(255,59,167); }
td.TdClassName
{
border-color: #FF3BA7;
}
.TagClassName
{
border-color: #FF3BA7;
}
</style>