Shades of Wild Strawberry #F52890
Tints of Wild Strawberry #F52890
RGB
CMYK
RGB Variations
Color information
#F52890 (or 0xF52890) is known color: Wild Strawberry. HEX triplet: F5, 28 and 90. RGB value is (245,40,144). Sum of RGB (Red+Green+Blue) = 245+40+144=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F52890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52890 is #0AD76F. Grayscale: #707070. Windows color (decimal): -710512 or 9447669. OLE color: 9447669.
HSL color Cylindrical-coordinate representation of color #F52890: hue angle of 329.56º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52890 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 144 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.56º | 0.91% | 0.56% | - |
| HSV(B) | 329.56º | 0.84% | 0.96% | - |
| XYZ | 43.45 | 22.94 | 28.52 | - |
| YUV | 113.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 144 | 0 | 0.84 | 0.41 | 0.04 | 329.56 | 0.91 | 0.56 |
| Hex | F5 | 28 | 90 | 0 | 54 | 29 | 4 | 14A | 5B | 38 |
| Octal | 365 | 50 | 220 | 0 | 124 | 51 | 4 | 512 | 133 | 70 |
| Binary | 11110101 | 101000 | 10010000 | 0 | 1010100 | 101001 | 100 | 101001010 | 1011011 | 111000 |
Color Harmonies of #F52890
Complementary color
Monochromatic Colors of #F52890
Black with #F52890
Text Example
Text Example
White with #F52890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52890; }
p { color: rgb(245,40,144); }
H1.HeaderClassName
{
color: #F52890;
}
.AnyTagClassName
{
color: #F52890;
}
</style>
background-color css
<style>
a { background-color: #F52890; }
a { background-color: rgb(245,40,144); }
div.DivClassName
{
background-color: #F52890;
}
.BgClassName
{
background-color: #F52890;
}
</style>
border-color css
<style>
span { border-color: #F52890; }
span { border-color: rgb(245,40,144); }
td.TdClassName
{
border-color: #F52890;
}
.TagClassName
{
border-color: #F52890;
}
</style>