Shades of Wild Strawberry #FF3189
Tints of Wild Strawberry #FF3189
RGB
CMYK
RGB Variations
Color information
#FF3189 (or 0xFF3189) is known color: Wild Strawberry. HEX triplet: FF, 31 and 89. RGB value is (255,49,137). Sum of RGB (Red+Green+Blue) = 255+49+137=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3189 is #00CE76. Grayscale: #787878. Windows color (decimal): -52855 or 8991231. OLE color: 8991231.
HSL color Cylindrical-coordinate representation of color #FF3189: hue angle of 334.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3189 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 137 | - |
| CMYK | 0 | 0.81 | 0.46 | 0 |
| HSL | 334.37º | 1% | 0.6% | - |
| HSV(B) | 334.37º | 0.81% | 1% | - |
| XYZ | 46.85 | 25.26 | 26.07 | - |
| YUV | 120.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 137 | 0 | 0.81 | 0.46 | 0 | 334.37 | 1 | 0.6 |
| Hex | FF | 31 | 89 | 0 | 51 | 2E | 0 | 14E | 64 | 3C |
| Octal | 377 | 61 | 211 | 0 | 121 | 56 | 0 | 516 | 144 | 74 |
| Binary | 11111111 | 110001 | 10001001 | 0 | 1010001 | 101110 | 0 | 101001110 | 1100100 | 111100 |
Color Harmonies of #FF3189
Complementary color
Monochromatic Colors of #FF3189
Black with #FF3189
Text Example
Text Example
White with #FF3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3189; }
p { color: rgb(255,49,137); }
H1.HeaderClassName
{
color: #FF3189;
}
.AnyTagClassName
{
color: #FF3189;
}
</style>
background-color css
<style>
a { background-color: #FF3189; }
a { background-color: rgb(255,49,137); }
div.DivClassName
{
background-color: #FF3189;
}
.BgClassName
{
background-color: #FF3189;
}
</style>
border-color css
<style>
span { border-color: #FF3189; }
span { border-color: rgb(255,49,137); }
td.TdClassName
{
border-color: #FF3189;
}
.TagClassName
{
border-color: #FF3189;
}
</style>