Shades of Wild Strawberry #F3379D
Tints of Wild Strawberry #F3379D
RGB
CMYK
RGB Variations
Color information
#F3379D (or 0xF3379D) is known color: Wild Strawberry. HEX triplet: F3, 37 and 9D. RGB value is (243,55,157). Sum of RGB (Red+Green+Blue) = 243+55+157=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3379D is #0CC862. Grayscale: #7A7A7A. Windows color (decimal): -837731 or 10303475. OLE color: 10303475.
HSL color Cylindrical-coordinate representation of color #F3379D: hue angle of 327.45º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3379D is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 157 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.05 |
| HSL | 327.45º | 0.89% | 0.58% | - |
| HSV(B) | 327.45º | 0.77% | 0.95% | - |
| XYZ | 44.41 | 24.22 | 34.23 | - |
| YUV | 122.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 157 | 0 | 0.77 | 0.35 | 0.05 | 327.45 | 0.89 | 0.58 |
| Hex | F3 | 37 | 9D | 0 | 4D | 23 | 5 | 147 | 59 | 3A |
| Octal | 363 | 67 | 235 | 0 | 115 | 43 | 5 | 507 | 131 | 72 |
| Binary | 11110011 | 110111 | 10011101 | 0 | 1001101 | 100011 | 101 | 101000111 | 1011001 | 111010 |
Color Harmonies of #F3379D
Complementary color
Monochromatic Colors of #F3379D
Black with #F3379D
Text Example
Text Example
White with #F3379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3379D; }
p { color: rgb(243,55,157); }
H1.HeaderClassName
{
color: #F3379D;
}
.AnyTagClassName
{
color: #F3379D;
}
</style>
background-color css
<style>
a { background-color: #F3379D; }
a { background-color: rgb(243,55,157); }
div.DivClassName
{
background-color: #F3379D;
}
.BgClassName
{
background-color: #F3379D;
}
</style>
border-color css
<style>
span { border-color: #F3379D; }
span { border-color: rgb(243,55,157); }
td.TdClassName
{
border-color: #F3379D;
}
.TagClassName
{
border-color: #F3379D;
}
</style>