Shades of Wild Strawberry #F53591
Tints of Wild Strawberry #F53591
RGB
CMYK
RGB Variations
Color information
#F53591 (or 0xF53591) is known color: Wild Strawberry. HEX triplet: F5, 35 and 91. RGB value is (245,53,145). Sum of RGB (Red+Green+Blue) = 245+53+145=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F53591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53591 is #0ACA6E. Grayscale: #787878. Windows color (decimal): -707183 or 9516533. OLE color: 9516533.
HSL color Cylindrical-coordinate representation of color #F53591: hue angle of 331.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53591 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 145 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.04 |
| HSL | 331.25º | 0.91% | 0.58% | - |
| HSV(B) | 331.25º | 0.78% | 0.96% | - |
| XYZ | 44.04 | 24 | 29.1 | - |
| YUV | 120.9 | 141.61 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 145 | 0 | 0.78 | 0.41 | 0.04 | 331.25 | 0.91 | 0.58 |
| Hex | F5 | 35 | 91 | 0 | 4E | 29 | 4 | 14B | 5B | 3A |
| Octal | 365 | 65 | 221 | 0 | 116 | 51 | 4 | 513 | 133 | 72 |
| Binary | 11110101 | 110101 | 10010001 | 0 | 1001110 | 101001 | 100 | 101001011 | 1011011 | 111010 |
Color Harmonies of #F53591
Complementary color
Monochromatic Colors of #F53591
Black with #F53591
Text Example
Text Example
White with #F53591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53591; }
p { color: rgb(245,53,145); }
H1.HeaderClassName
{
color: #F53591;
}
.AnyTagClassName
{
color: #F53591;
}
</style>
background-color css
<style>
a { background-color: #F53591; }
a { background-color: rgb(245,53,145); }
div.DivClassName
{
background-color: #F53591;
}
.BgClassName
{
background-color: #F53591;
}
</style>
border-color css
<style>
span { border-color: #F53591; }
span { border-color: rgb(245,53,145); }
td.TdClassName
{
border-color: #F53591;
}
.TagClassName
{
border-color: #F53591;
}
</style>