Shades of Wild Strawberry #F53389
Tints of Wild Strawberry #F53389
RGB
CMYK
RGB Variations
Color information
#F53389 (or 0xF53389) is known color: Wild Strawberry. HEX triplet: F5, 33 and 89. RGB value is (245,51,137). Sum of RGB (Red+Green+Blue) = 245+51+137=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F53389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53389 is #0ACC76. Grayscale: #767676. Windows color (decimal): -707703 or 8991733. OLE color: 8991733.
HSL color Cylindrical-coordinate representation of color #F53389: hue angle of 333.4º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53389 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 137 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.04 |
| HSL | 333.4º | 0.91% | 0.58% | - |
| HSV(B) | 333.4º | 0.79% | 0.96% | - |
| XYZ | 43.36 | 23.59 | 25.93 | - |
| YUV | 118.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 137 | 0 | 0.79 | 0.44 | 0.04 | 333.4 | 0.91 | 0.58 |
| Hex | F5 | 33 | 89 | 0 | 4F | 2C | 4 | 14D | 5B | 3A |
| Octal | 365 | 63 | 211 | 0 | 117 | 54 | 4 | 515 | 133 | 72 |
| Binary | 11110101 | 110011 | 10001001 | 0 | 1001111 | 101100 | 100 | 101001101 | 1011011 | 111010 |
Color Harmonies of #F53389
Complementary color
Monochromatic Colors of #F53389
Black with #F53389
Text Example
Text Example
White with #F53389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53389; }
p { color: rgb(245,51,137); }
H1.HeaderClassName
{
color: #F53389;
}
.AnyTagClassName
{
color: #F53389;
}
</style>
background-color css
<style>
a { background-color: #F53389; }
a { background-color: rgb(245,51,137); }
div.DivClassName
{
background-color: #F53389;
}
.BgClassName
{
background-color: #F53389;
}
</style>
border-color css
<style>
span { border-color: #F53389; }
span { border-color: rgb(245,51,137); }
td.TdClassName
{
border-color: #F53389;
}
.TagClassName
{
border-color: #F53389;
}
</style>