Shades of Wild Strawberry #F3389D
Tints of Wild Strawberry #F3389D
RGB
CMYK
RGB Variations
Color information
#F3389D (or 0xF3389D) is known color: Wild Strawberry. HEX triplet: F3, 38 and 9D. RGB value is (243,56,157). Sum of RGB (Red+Green+Blue) = 243+56+157=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3389D is #0CC762. Grayscale: #7B7B7B. Windows color (decimal): -837475 or 10303731. OLE color: 10303731.
HSL color Cylindrical-coordinate representation of color #F3389D: hue angle of 327.59º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3389D is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 157 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.05 |
| HSL | 327.59º | 0.89% | 0.59% | - |
| HSV(B) | 327.59º | 0.77% | 0.95% | - |
| XYZ | 44.46 | 24.32 | 34.25 | - |
| YUV | 123.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 157 | 0 | 0.77 | 0.35 | 0.05 | 327.59 | 0.89 | 0.59 |
| Hex | F3 | 38 | 9D | 0 | 4D | 23 | 5 | 148 | 59 | 3B |
| Octal | 363 | 70 | 235 | 0 | 115 | 43 | 5 | 510 | 131 | 73 |
| Binary | 11110011 | 111000 | 10011101 | 0 | 1001101 | 100011 | 101 | 101001000 | 1011001 | 111011 |
Color Harmonies of #F3389D
Complementary color
Monochromatic Colors of #F3389D
Black with #F3389D
Text Example
Text Example
White with #F3389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3389D; }
p { color: rgb(243,56,157); }
H1.HeaderClassName
{
color: #F3389D;
}
.AnyTagClassName
{
color: #F3389D;
}
</style>
background-color css
<style>
a { background-color: #F3389D; }
a { background-color: rgb(243,56,157); }
div.DivClassName
{
background-color: #F3389D;
}
.BgClassName
{
background-color: #F3389D;
}
</style>
border-color css
<style>
span { border-color: #F3389D; }
span { border-color: rgb(243,56,157); }
td.TdClassName
{
border-color: #F3389D;
}
.TagClassName
{
border-color: #F3389D;
}
</style>