Shades of Wild Strawberry #F53690
Tints of Wild Strawberry #F53690
RGB
CMYK
RGB Variations
Color information
#F53690 (or 0xF53690) is known color: Wild Strawberry. HEX triplet: F5, 36 and 90. RGB value is (245,54,144). Sum of RGB (Red+Green+Blue) = 245+54+144=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F53690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53690 is #0AC96F. Grayscale: #797979. Windows color (decimal): -706928 or 9451253. OLE color: 9451253.
HSL color Cylindrical-coordinate representation of color #F53690: hue angle of 331.73º degrees, saturation: 0.91, 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 #F53690 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 144 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.04 |
| HSL | 331.73º | 0.91% | 0.59% | - |
| HSV(B) | 331.73º | 0.78% | 0.96% | - |
| XYZ | 44.01 | 24.06 | 28.71 | - |
| YUV | 121.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 144 | 0 | 0.78 | 0.41 | 0.04 | 331.73 | 0.91 | 0.59 |
| Hex | F5 | 36 | 90 | 0 | 4E | 29 | 4 | 14C | 5B | 3B |
| Octal | 365 | 66 | 220 | 0 | 116 | 51 | 4 | 514 | 133 | 73 |
| Binary | 11110101 | 110110 | 10010000 | 0 | 1001110 | 101001 | 100 | 101001100 | 1011011 | 111011 |
Color Harmonies of #F53690
Complementary color
Monochromatic Colors of #F53690
Black with #F53690
Text Example
Text Example
White with #F53690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53690; }
p { color: rgb(245,54,144); }
H1.HeaderClassName
{
color: #F53690;
}
.AnyTagClassName
{
color: #F53690;
}
</style>
background-color css
<style>
a { background-color: #F53690; }
a { background-color: rgb(245,54,144); }
div.DivClassName
{
background-color: #F53690;
}
.BgClassName
{
background-color: #F53690;
}
</style>
border-color css
<style>
span { border-color: #F53690; }
span { border-color: rgb(245,54,144); }
td.TdClassName
{
border-color: #F53690;
}
.TagClassName
{
border-color: #F53690;
}
</style>