Shades of Wild Strawberry #F5328B
Tints of Wild Strawberry #F5328B
RGB
CMYK
RGB Variations
Color information
#F5328B (or 0xF5328B) is known color: Wild Strawberry. HEX triplet: F5, 32 and 8B. RGB value is (245,50,139). Sum of RGB (Red+Green+Blue) = 245+50+139=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5328B is #0ACD74. Grayscale: #767676. Windows color (decimal): -707957 or 9122549. OLE color: 9122549.
HSL color Cylindrical-coordinate representation of color #F5328B: hue angle of 332.62º 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 #F5328B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 139 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.04 |
| HSL | 332.62º | 0.91% | 0.58% | - |
| HSV(B) | 332.62º | 0.8% | 0.96% | - |
| XYZ | 43.46 | 23.56 | 26.68 | - |
| YUV | 118.45 | 139.6 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 139 | 0 | 0.80 | 0.43 | 0.04 | 332.62 | 0.91 | 0.58 |
| Hex | F5 | 32 | 8B | 0 | 50 | 2B | 4 | 14D | 5B | 3A |
| Octal | 365 | 62 | 213 | 0 | 120 | 53 | 4 | 515 | 133 | 72 |
| Binary | 11110101 | 110010 | 10001011 | 0 | 1010000 | 101011 | 100 | 101001101 | 1011011 | 111010 |
Color Harmonies of #F5328B
Complementary color
Monochromatic Colors of #F5328B
Black with #F5328B
Text Example
Text Example
White with #F5328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5328B; }
p { color: rgb(245,50,139); }
H1.HeaderClassName
{
color: #F5328B;
}
.AnyTagClassName
{
color: #F5328B;
}
</style>
background-color css
<style>
a { background-color: #F5328B; }
a { background-color: rgb(245,50,139); }
div.DivClassName
{
background-color: #F5328B;
}
.BgClassName
{
background-color: #F5328B;
}
</style>
border-color css
<style>
span { border-color: #F5328B; }
span { border-color: rgb(245,50,139); }
td.TdClassName
{
border-color: #F5328B;
}
.TagClassName
{
border-color: #F5328B;
}
</style>