Shades of Wild Strawberry #F53791
Tints of Wild Strawberry #F53791
RGB
CMYK
RGB Variations
Color information
#F53791 (or 0xF53791) is known color: Wild Strawberry. HEX triplet: F5, 37 and 91. RGB value is (245,55,145). Sum of RGB (Red+Green+Blue) = 245+55+145=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F53791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53791 is #0AC86E. Grayscale: #797979. Windows color (decimal): -706671 or 9517045. OLE color: 9517045.
HSL color Cylindrical-coordinate representation of color #F53791: hue angle of 331.58º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53791 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 145 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.04 |
| HSL | 331.58º | 0.9% | 0.59% | - |
| HSV(B) | 331.58º | 0.78% | 0.96% | - |
| XYZ | 44.13 | 24.19 | 29.13 | - |
| YUV | 122.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 145 | 0 | 0.78 | 0.41 | 0.04 | 331.58 | 0.9 | 0.59 |
| Hex | F5 | 37 | 91 | 0 | 4E | 29 | 4 | 14C | 5A | 3B |
| Octal | 365 | 67 | 221 | 0 | 116 | 51 | 4 | 514 | 132 | 73 |
| Binary | 11110101 | 110111 | 10010001 | 0 | 1001110 | 101001 | 100 | 101001100 | 1011010 | 111011 |
Color Harmonies of #F53791
Complementary color
Monochromatic Colors of #F53791
Black with #F53791
Text Example
Text Example
White with #F53791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53791; }
p { color: rgb(245,55,145); }
H1.HeaderClassName
{
color: #F53791;
}
.AnyTagClassName
{
color: #F53791;
}
</style>
background-color css
<style>
a { background-color: #F53791; }
a { background-color: rgb(245,55,145); }
div.DivClassName
{
background-color: #F53791;
}
.BgClassName
{
background-color: #F53791;
}
</style>
border-color css
<style>
span { border-color: #F53791; }
span { border-color: rgb(245,55,145); }
td.TdClassName
{
border-color: #F53791;
}
.TagClassName
{
border-color: #F53791;
}
</style>