Shades of Wild Strawberry #F5328D
Tints of Wild Strawberry #F5328D
RGB
CMYK
RGB Variations
Color information
#F5328D (or 0xF5328D) is known color: Wild Strawberry. HEX triplet: F5, 32 and 8D. RGB value is (245,50,141). Sum of RGB (Red+Green+Blue) = 245+50+141=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5328D is #0ACD72. Grayscale: #767676. Windows color (decimal): -707955 or 9253621. OLE color: 9253621.
HSL color Cylindrical-coordinate representation of color #F5328D: hue angle of 332º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5328D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.04 |
| HSL | 332º | 0.91% | 0.58% | - |
| HSV(B) | 332º | 0.8% | 0.96% | - |
| XYZ | 43.6 | 23.62 | 27.46 | - |
| YUV | 118.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 141 | 0 | 0.80 | 0.42 | 0.04 | 332 | 0.91 | 0.58 |
| Hex | F5 | 32 | 8D | 0 | 50 | 2A | 4 | 14C | 5B | 3A |
| Octal | 365 | 62 | 215 | 0 | 120 | 52 | 4 | 514 | 133 | 72 |
| Binary | 11110101 | 110010 | 10001101 | 0 | 1010000 | 101010 | 100 | 101001100 | 1011011 | 111010 |
Color Harmonies of #F5328D
Complementary color
Monochromatic Colors of #F5328D
Black with #F5328D
Text Example
Text Example
White with #F5328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5328D; }
p { color: rgb(245,50,141); }
H1.HeaderClassName
{
color: #F5328D;
}
.AnyTagClassName
{
color: #F5328D;
}
</style>
background-color css
<style>
a { background-color: #F5328D; }
a { background-color: rgb(245,50,141); }
div.DivClassName
{
background-color: #F5328D;
}
.BgClassName
{
background-color: #F5328D;
}
</style>
border-color css
<style>
span { border-color: #F5328D; }
span { border-color: rgb(245,50,141); }
td.TdClassName
{
border-color: #F5328D;
}
.TagClassName
{
border-color: #F5328D;
}
</style>