Shades of Wild Strawberry #F3319D
Tints of Wild Strawberry #F3319D
RGB
CMYK
RGB Variations
Color information
#F3319D (or 0xF3319D) is known color: Wild Strawberry. HEX triplet: F3, 31 and 9D. RGB value is (243,49,157). Sum of RGB (Red+Green+Blue) = 243+49+157=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3319D is #0CCE62. Grayscale: #777777. Windows color (decimal): -839267 or 10301939. OLE color: 10301939.
HSL color Cylindrical-coordinate representation of color #F3319D: hue angle of 326.6º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3319D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 157 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.05 |
| HSL | 326.6º | 0.89% | 0.57% | - |
| HSV(B) | 326.6º | 0.8% | 0.95% | - |
| XYZ | 44.15 | 23.69 | 34.14 | - |
| YUV | 119.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 157 | 0 | 0.80 | 0.35 | 0.05 | 326.6 | 0.89 | 0.57 |
| Hex | F3 | 31 | 9D | 0 | 50 | 23 | 5 | 147 | 59 | 39 |
| Octal | 363 | 61 | 235 | 0 | 120 | 43 | 5 | 507 | 131 | 71 |
| Binary | 11110011 | 110001 | 10011101 | 0 | 1010000 | 100011 | 101 | 101000111 | 1011001 | 111001 |
Color Harmonies of #F3319D
Complementary color
Monochromatic Colors of #F3319D
Black with #F3319D
Text Example
Text Example
White with #F3319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3319D; }
p { color: rgb(243,49,157); }
H1.HeaderClassName
{
color: #F3319D;
}
.AnyTagClassName
{
color: #F3319D;
}
</style>
background-color css
<style>
a { background-color: #F3319D; }
a { background-color: rgb(243,49,157); }
div.DivClassName
{
background-color: #F3319D;
}
.BgClassName
{
background-color: #F3319D;
}
</style>
border-color css
<style>
span { border-color: #F3319D; }
span { border-color: rgb(243,49,157); }
td.TdClassName
{
border-color: #F3319D;
}
.TagClassName
{
border-color: #F3319D;
}
</style>