Shades of Wild Strawberry #F3328C
Tints of Wild Strawberry #F3328C
RGB
CMYK
RGB Variations
Color information
#F3328C (or 0xF3328C) is known color: Wild Strawberry. HEX triplet: F3, 32 and 8C. RGB value is (243,50,140). Sum of RGB (Red+Green+Blue) = 243+50+140=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3328C is #0CCD73. Grayscale: #757575. Windows color (decimal): -839028 or 9188083. OLE color: 9188083.
HSL color Cylindrical-coordinate representation of color #F3328C: hue angle of 332.02º 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 #F3328C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 140 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.05 |
| HSL | 332.02º | 0.89% | 0.57% | - |
| HSV(B) | 332.02º | 0.79% | 0.95% | - |
| XYZ | 42.84 | 23.23 | 27.04 | - |
| YUV | 117.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 140 | 0 | 0.79 | 0.42 | 0.05 | 332.02 | 0.89 | 0.57 |
| Hex | F3 | 32 | 8C | 0 | 4F | 2A | 5 | 14C | 59 | 39 |
| Octal | 363 | 62 | 214 | 0 | 117 | 52 | 5 | 514 | 131 | 71 |
| Binary | 11110011 | 110010 | 10001100 | 0 | 1001111 | 101010 | 101 | 101001100 | 1011001 | 111001 |
Color Harmonies of #F3328C
Complementary color
Monochromatic Colors of #F3328C
Black with #F3328C
Text Example
Text Example
White with #F3328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3328C; }
p { color: rgb(243,50,140); }
H1.HeaderClassName
{
color: #F3328C;
}
.AnyTagClassName
{
color: #F3328C;
}
</style>
background-color css
<style>
a { background-color: #F3328C; }
a { background-color: rgb(243,50,140); }
div.DivClassName
{
background-color: #F3328C;
}
.BgClassName
{
background-color: #F3328C;
}
</style>
border-color css
<style>
span { border-color: #F3328C; }
span { border-color: rgb(243,50,140); }
td.TdClassName
{
border-color: #F3328C;
}
.TagClassName
{
border-color: #F3328C;
}
</style>