Shades of Wild Strawberry #F52891
Tints of Wild Strawberry #F52891
RGB
CMYK
RGB Variations
Color information
#F52891 (or 0xF52891) is known color: Wild Strawberry. HEX triplet: F5, 28 and 91. RGB value is (245,40,145). Sum of RGB (Red+Green+Blue) = 245+40+145=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F52891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52891 is #0AD76E. Grayscale: #717171. Windows color (decimal): -710511 or 9513205. OLE color: 9513205.
HSL color Cylindrical-coordinate representation of color #F52891: hue angle of 329.27º 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 #F52891 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 145 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.27º | 0.91% | 0.56% | - |
| HSV(B) | 329.27º | 0.84% | 0.96% | - |
| XYZ | 43.53 | 22.97 | 28.93 | - |
| YUV | 113.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 145 | 0 | 0.84 | 0.41 | 0.04 | 329.27 | 0.91 | 0.56 |
| Hex | F5 | 28 | 91 | 0 | 54 | 29 | 4 | 149 | 5B | 38 |
| Octal | 365 | 50 | 221 | 0 | 124 | 51 | 4 | 511 | 133 | 70 |
| Binary | 11110101 | 101000 | 10010001 | 0 | 1010100 | 101001 | 100 | 101001001 | 1011011 | 111000 |
Color Harmonies of #F52891
Complementary color
Monochromatic Colors of #F52891
Black with #F52891
Text Example
Text Example
White with #F52891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52891; }
p { color: rgb(245,40,145); }
H1.HeaderClassName
{
color: #F52891;
}
.AnyTagClassName
{
color: #F52891;
}
</style>
background-color css
<style>
a { background-color: #F52891; }
a { background-color: rgb(245,40,145); }
div.DivClassName
{
background-color: #F52891;
}
.BgClassName
{
background-color: #F52891;
}
</style>
border-color css
<style>
span { border-color: #F52891; }
span { border-color: rgb(245,40,145); }
td.TdClassName
{
border-color: #F52891;
}
.TagClassName
{
border-color: #F52891;
}
</style>