Shades of Wild Strawberry #F0329B
Tints of Wild Strawberry #F0329B
RGB
CMYK
RGB Variations
Color information
#F0329B (or 0xF0329B) is known color: Wild Strawberry. HEX triplet: F0, 32 and 9B. RGB value is (240,50,155). Sum of RGB (Red+Green+Blue) = 240+50+155=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0329B is #0FCD64. Grayscale: #767676. Windows color (decimal): -1035621 or 10171120. OLE color: 10171120.
HSL color Cylindrical-coordinate representation of color #F0329B: hue angle of 326.84º 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 #F0329B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 155 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.06 |
| HSL | 326.84º | 0.86% | 0.57% | - |
| HSV(B) | 326.84º | 0.79% | 0.94% | - |
| XYZ | 42.99 | 23.17 | 33.22 | - |
| YUV | 118.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 155 | 0 | 0.79 | 0.35 | 0.06 | 326.84 | 0.86 | 0.57 |
| Hex | F0 | 32 | 9B | 0 | 4F | 23 | 6 | 147 | 56 | 39 |
| Octal | 360 | 62 | 233 | 0 | 117 | 43 | 6 | 507 | 126 | 71 |
| Binary | 11110000 | 110010 | 10011011 | 0 | 1001111 | 100011 | 110 | 101000111 | 1010110 | 111001 |
Color Harmonies of #F0329B
Complementary color
Monochromatic Colors of #F0329B
Black with #F0329B
Text Example
Text Example
White with #F0329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0329B; }
p { color: rgb(240,50,155); }
H1.HeaderClassName
{
color: #F0329B;
}
.AnyTagClassName
{
color: #F0329B;
}
</style>
background-color css
<style>
a { background-color: #F0329B; }
a { background-color: rgb(240,50,155); }
div.DivClassName
{
background-color: #F0329B;
}
.BgClassName
{
background-color: #F0329B;
}
</style>
border-color css
<style>
span { border-color: #F0329B; }
span { border-color: rgb(240,50,155); }
td.TdClassName
{
border-color: #F0329B;
}
.TagClassName
{
border-color: #F0329B;
}
</style>