Shades of Wild Strawberry #F339A0
Tints of Wild Strawberry #F339A0
RGB
CMYK
RGB Variations
Color information
#F339A0 (or 0xF339A0) is known color: Wild Strawberry. HEX triplet: F3, 39 and A0. RGB value is (243,57,160). Sum of RGB (Red+Green+Blue) = 243+57+160=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F339A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F339A0 is #0CC65F. Grayscale: #7C7C7C. Windows color (decimal): -837216 or 10500595. OLE color: 10500595.
HSL color Cylindrical-coordinate representation of color #F339A0: hue angle of 326.77º 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 #F339A0 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 160 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.05 |
| HSL | 326.77º | 0.89% | 0.59% | - |
| HSV(B) | 326.77º | 0.77% | 0.95% | - |
| XYZ | 44.77 | 24.52 | 35.63 | - |
| YUV | 124.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 160 | 0 | 0.77 | 0.34 | 0.05 | 326.77 | 0.89 | 0.59 |
| Hex | F3 | 39 | A0 | 0 | 4D | 22 | 5 | 147 | 59 | 3B |
| Octal | 363 | 71 | 240 | 0 | 115 | 42 | 5 | 507 | 131 | 73 |
| Binary | 11110011 | 111001 | 10100000 | 0 | 1001101 | 100010 | 101 | 101000111 | 1011001 | 111011 |
Color Harmonies of #F339A0
Complementary color
Monochromatic Colors of #F339A0
Black with #F339A0
Text Example
Text Example
White with #F339A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339A0; }
p { color: rgb(243,57,160); }
H1.HeaderClassName
{
color: #F339A0;
}
.AnyTagClassName
{
color: #F339A0;
}
</style>
background-color css
<style>
a { background-color: #F339A0; }
a { background-color: rgb(243,57,160); }
div.DivClassName
{
background-color: #F339A0;
}
.BgClassName
{
background-color: #F339A0;
}
</style>
border-color css
<style>
span { border-color: #F339A0; }
span { border-color: rgb(243,57,160); }
td.TdClassName
{
border-color: #F339A0;
}
.TagClassName
{
border-color: #F339A0;
}
</style>