Shades of Wild Strawberry #F339A2
Tints of Wild Strawberry #F339A2
RGB
CMYK
RGB Variations
Color information
#F339A2 (or 0xF339A2) is known color: Wild Strawberry. HEX triplet: F3, 39 and A2. RGB value is (243,57,162). Sum of RGB (Red+Green+Blue) = 243+57+162=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F339A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F339A2 is #0CC65D. Grayscale: #7C7C7C. Windows color (decimal): -837214 or 10631667. OLE color: 10631667.
HSL color Cylindrical-coordinate representation of color #F339A2: hue angle of 326.13º 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 #F339A2 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 162 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.05 |
| HSL | 326.13º | 0.89% | 0.59% | - |
| HSV(B) | 326.13º | 0.77% | 0.95% | - |
| XYZ | 44.95 | 24.59 | 36.56 | - |
| YUV | 124.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 162 | 0 | 0.77 | 0.33 | 0.05 | 326.13 | 0.89 | 0.59 |
| Hex | F3 | 39 | A2 | 0 | 4D | 21 | 5 | 146 | 59 | 3B |
| Octal | 363 | 71 | 242 | 0 | 115 | 41 | 5 | 506 | 131 | 73 |
| Binary | 11110011 | 111001 | 10100010 | 0 | 1001101 | 100001 | 101 | 101000110 | 1011001 | 111011 |
Color Harmonies of #F339A2
Complementary color
Monochromatic Colors of #F339A2
Black with #F339A2
Text Example
Text Example
White with #F339A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339A2; }
p { color: rgb(243,57,162); }
H1.HeaderClassName
{
color: #F339A2;
}
.AnyTagClassName
{
color: #F339A2;
}
</style>
background-color css
<style>
a { background-color: #F339A2; }
a { background-color: rgb(243,57,162); }
div.DivClassName
{
background-color: #F339A2;
}
.BgClassName
{
background-color: #F339A2;
}
</style>
border-color css
<style>
span { border-color: #F339A2; }
span { border-color: rgb(243,57,162); }
td.TdClassName
{
border-color: #F339A2;
}
.TagClassName
{
border-color: #F339A2;
}
</style>