Shades of Wild Strawberry #F3328D
Tints of Wild Strawberry #F3328D
RGB
CMYK
RGB Variations
Color information
#F3328D (or 0xF3328D) is known color: Wild Strawberry. HEX triplet: F3, 32 and 8D. RGB value is (243,50,141). Sum of RGB (Red+Green+Blue) = 243+50+141=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3328D is #0CCD72. Grayscale: #757575. Windows color (decimal): -839027 or 9253619. OLE color: 9253619.
HSL color Cylindrical-coordinate representation of color #F3328D: hue angle of 331.71º 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 #F3328D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 141 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.05 |
| HSL | 331.71º | 0.89% | 0.57% | - |
| HSV(B) | 331.71º | 0.79% | 0.95% | - |
| XYZ | 42.91 | 23.26 | 27.43 | - |
| YUV | 118.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 141 | 0 | 0.79 | 0.42 | 0.05 | 331.71 | 0.89 | 0.57 |
| Hex | F3 | 32 | 8D | 0 | 4F | 2A | 5 | 14C | 59 | 39 |
| Octal | 363 | 62 | 215 | 0 | 117 | 52 | 5 | 514 | 131 | 71 |
| Binary | 11110011 | 110010 | 10001101 | 0 | 1001111 | 101010 | 101 | 101001100 | 1011001 | 111001 |
Color Harmonies of #F3328D
Complementary color
Monochromatic Colors of #F3328D
Black with #F3328D
Text Example
Text Example
White with #F3328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3328D; }
p { color: rgb(243,50,141); }
H1.HeaderClassName
{
color: #F3328D;
}
.AnyTagClassName
{
color: #F3328D;
}
</style>
background-color css
<style>
a { background-color: #F3328D; }
a { background-color: rgb(243,50,141); }
div.DivClassName
{
background-color: #F3328D;
}
.BgClassName
{
background-color: #F3328D;
}
</style>
border-color css
<style>
span { border-color: #F3328D; }
span { border-color: rgb(243,50,141); }
td.TdClassName
{
border-color: #F3328D;
}
.TagClassName
{
border-color: #F3328D;
}
</style>