Shades of Wild Strawberry #F0328D
Tints of Wild Strawberry #F0328D
RGB
CMYK
RGB Variations
Color information
#F0328D (or 0xF0328D) is known color: Wild Strawberry. HEX triplet: F0, 32 and 8D. RGB value is (240,50,141). Sum of RGB (Red+Green+Blue) = 240+50+141=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0328D is #0FCD72. Grayscale: #757575. Windows color (decimal): -1035635 or 9253616. OLE color: 9253616.
HSL color Cylindrical-coordinate representation of color #F0328D: hue angle of 331.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0328D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 141 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.06 |
| HSL | 331.26º | 0.86% | 0.57% | - |
| HSV(B) | 331.26º | 0.79% | 0.94% | - |
| XYZ | 41.88 | 22.73 | 27.38 | - |
| YUV | 117.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 141 | 0 | 0.79 | 0.41 | 0.06 | 331.26 | 0.86 | 0.57 |
| Hex | F0 | 32 | 8D | 0 | 4F | 29 | 6 | 14B | 56 | 39 |
| Octal | 360 | 62 | 215 | 0 | 117 | 51 | 6 | 513 | 126 | 71 |
| Binary | 11110000 | 110010 | 10001101 | 0 | 1001111 | 101001 | 110 | 101001011 | 1010110 | 111001 |
Color Harmonies of #F0328D
Complementary color
Monochromatic Colors of #F0328D
Black with #F0328D
Text Example
Text Example
White with #F0328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0328D; }
p { color: rgb(240,50,141); }
H1.HeaderClassName
{
color: #F0328D;
}
.AnyTagClassName
{
color: #F0328D;
}
</style>
background-color css
<style>
a { background-color: #F0328D; }
a { background-color: rgb(240,50,141); }
div.DivClassName
{
background-color: #F0328D;
}
.BgClassName
{
background-color: #F0328D;
}
</style>
border-color css
<style>
span { border-color: #F0328D; }
span { border-color: rgb(240,50,141); }
td.TdClassName
{
border-color: #F0328D;
}
.TagClassName
{
border-color: #F0328D;
}
</style>