Shades of Wild Strawberry #FF3389
Tints of Wild Strawberry #FF3389
RGB
CMYK
RGB Variations
Color information
#FF3389 (or 0xFF3389) is known color: Wild Strawberry. HEX triplet: FF, 33 and 89. RGB value is (255,51,137). Sum of RGB (Red+Green+Blue) = 255+51+137=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3389 is #00CC76. Grayscale: #797979. Windows color (decimal): -52343 or 8991743. OLE color: 8991743.
HSL color Cylindrical-coordinate representation of color #FF3389: hue angle of 334.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3389 is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 137 | - |
| CMYK | 0 | 0.8 | 0.46 | 0 |
| HSL | 334.71º | 1% | 0.6% | - |
| HSV(B) | 334.71º | 0.8% | 1% | - |
| XYZ | 46.94 | 25.43 | 26.1 | - |
| YUV | 121.8 | 136.59 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 137 | 0 | 0.8 | 0.46 | 0 | 334.71 | 1 | 0.6 |
| Hex | FF | 33 | 89 | 0 | 50 | 2E | 0 | 14F | 64 | 3C |
| Octal | 377 | 63 | 211 | 0 | 120 | 56 | 0 | 517 | 144 | 74 |
| Binary | 11111111 | 110011 | 10001001 | 0 | 1010000 | 101110 | 0 | 101001111 | 1100100 | 111100 |
Color Harmonies of #FF3389
Complementary color
Monochromatic Colors of #FF3389
Black with #FF3389
Text Example
Text Example
White with #FF3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3389; }
p { color: rgb(255,51,137); }
H1.HeaderClassName
{
color: #FF3389;
}
.AnyTagClassName
{
color: #FF3389;
}
</style>
background-color css
<style>
a { background-color: #FF3389; }
a { background-color: rgb(255,51,137); }
div.DivClassName
{
background-color: #FF3389;
}
.BgClassName
{
background-color: #FF3389;
}
</style>
border-color css
<style>
span { border-color: #FF3389; }
span { border-color: rgb(255,51,137); }
td.TdClassName
{
border-color: #FF3389;
}
.TagClassName
{
border-color: #FF3389;
}
</style>