Shades of Wild Strawberry #F343A2
Tints of Wild Strawberry #F343A2
RGB
CMYK
RGB Variations
Color information
#F343A2 (or 0xF343A2) is known color: Wild Strawberry. HEX triplet: F3, 43 and A2. RGB value is (243,67,162). Sum of RGB (Red+Green+Blue) = 243+67+162=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F343A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F343A2 is #0CBC5D. Grayscale: #828282. Windows color (decimal): -834654 or 10634227. OLE color: 10634227.
HSL color Cylindrical-coordinate representation of color #F343A2: hue angle of 327.61º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F343A2 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 162 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.05 |
| HSL | 327.61º | 0.88% | 0.61% | - |
| HSV(B) | 327.61º | 0.72% | 0.95% | - |
| XYZ | 45.49 | 25.68 | 36.74 | - |
| YUV | 130.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 162 | 0 | 0.72 | 0.33 | 0.05 | 327.61 | 0.88 | 0.61 |
| Hex | F3 | 43 | A2 | 0 | 48 | 21 | 5 | 148 | 58 | 3D |
| Octal | 363 | 103 | 242 | 0 | 110 | 41 | 5 | 510 | 130 | 75 |
| Binary | 11110011 | 1000011 | 10100010 | 0 | 1001000 | 100001 | 101 | 101001000 | 1011000 | 111101 |
Color Harmonies of #F343A2
Complementary color
Monochromatic Colors of #F343A2
Black with #F343A2
Text Example
Text Example
White with #F343A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F343A2; }
p { color: rgb(243,67,162); }
H1.HeaderClassName
{
color: #F343A2;
}
.AnyTagClassName
{
color: #F343A2;
}
</style>
background-color css
<style>
a { background-color: #F343A2; }
a { background-color: rgb(243,67,162); }
div.DivClassName
{
background-color: #F343A2;
}
.BgClassName
{
background-color: #F343A2;
}
</style>
border-color css
<style>
span { border-color: #F343A2; }
span { border-color: rgb(243,67,162); }
td.TdClassName
{
border-color: #F343A2;
}
.TagClassName
{
border-color: #F343A2;
}
</style>