Shades of Wild Strawberry #F52994
Tints of Wild Strawberry #F52994
RGB
CMYK
RGB Variations
Color information
#F52994 (or 0xF52994) is known color: Wild Strawberry. HEX triplet: F5, 29 and 94. RGB value is (245,41,148). Sum of RGB (Red+Green+Blue) = 245+41+148=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F52994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52994 is #0AD66B. Grayscale: #717171. Windows color (decimal): -710252 or 9710069. OLE color: 9710069.
HSL color Cylindrical-coordinate representation of color #F52994: hue angle of 328.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52994 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 148 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.04 |
| HSL | 328.53º | 0.91% | 0.56% | - |
| HSV(B) | 328.53º | 0.83% | 0.96% | - |
| XYZ | 43.79 | 23.14 | 30.17 | - |
| YUV | 114.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 148 | 0 | 0.83 | 0.40 | 0.04 | 328.53 | 0.91 | 0.56 |
| Hex | F5 | 29 | 94 | 0 | 53 | 28 | 4 | 149 | 5B | 38 |
| Octal | 365 | 51 | 224 | 0 | 123 | 50 | 4 | 511 | 133 | 70 |
| Binary | 11110101 | 101001 | 10010100 | 0 | 1010011 | 101000 | 100 | 101001001 | 1011011 | 111000 |
Color Harmonies of #F52994
Complementary color
Monochromatic Colors of #F52994
Black with #F52994
Text Example
Text Example
White with #F52994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52994; }
p { color: rgb(245,41,148); }
H1.HeaderClassName
{
color: #F52994;
}
.AnyTagClassName
{
color: #F52994;
}
</style>
background-color css
<style>
a { background-color: #F52994; }
a { background-color: rgb(245,41,148); }
div.DivClassName
{
background-color: #F52994;
}
.BgClassName
{
background-color: #F52994;
}
</style>
border-color css
<style>
span { border-color: #F52994; }
span { border-color: rgb(245,41,148); }
td.TdClassName
{
border-color: #F52994;
}
.TagClassName
{
border-color: #F52994;
}
</style>