Shades of Wild Strawberry #F3329D
Tints of Wild Strawberry #F3329D
RGB
CMYK
RGB Variations
Color information
#F3329D (or 0xF3329D) is known color: Wild Strawberry. HEX triplet: F3, 32 and 9D. RGB value is (243,50,157). Sum of RGB (Red+Green+Blue) = 243+50+157=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3329D is #0CCD62. Grayscale: #777777. Windows color (decimal): -839011 or 10302195. OLE color: 10302195.
HSL color Cylindrical-coordinate representation of color #F3329D: hue angle of 326.74º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3329D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 157 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.05 |
| HSL | 326.74º | 0.89% | 0.57% | - |
| HSV(B) | 326.74º | 0.79% | 0.95% | - |
| XYZ | 44.19 | 23.77 | 34.16 | - |
| YUV | 119.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 157 | 0 | 0.79 | 0.35 | 0.05 | 326.74 | 0.89 | 0.57 |
| Hex | F3 | 32 | 9D | 0 | 4F | 23 | 5 | 147 | 59 | 39 |
| Octal | 363 | 62 | 235 | 0 | 117 | 43 | 5 | 507 | 131 | 71 |
| Binary | 11110011 | 110010 | 10011101 | 0 | 1001111 | 100011 | 101 | 101000111 | 1011001 | 111001 |
Color Harmonies of #F3329D
Complementary color
Monochromatic Colors of #F3329D
Black with #F3329D
Text Example
Text Example
White with #F3329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3329D; }
p { color: rgb(243,50,157); }
H1.HeaderClassName
{
color: #F3329D;
}
.AnyTagClassName
{
color: #F3329D;
}
</style>
background-color css
<style>
a { background-color: #F3329D; }
a { background-color: rgb(243,50,157); }
div.DivClassName
{
background-color: #F3329D;
}
.BgClassName
{
background-color: #F3329D;
}
</style>
border-color css
<style>
span { border-color: #F3329D; }
span { border-color: rgb(243,50,157); }
td.TdClassName
{
border-color: #F3329D;
}
.TagClassName
{
border-color: #F3329D;
}
</style>