Shades of Wild Strawberry #F343A0
Tints of Wild Strawberry #F343A0
RGB
CMYK
RGB Variations
Color information
#F343A0 (or 0xF343A0) is known color: Wild Strawberry. HEX triplet: F3, 43 and A0. RGB value is (243,67,160). Sum of RGB (Red+Green+Blue) = 243+67+160=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F343A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F343A0 is #0CBC5F. Grayscale: #828282. Windows color (decimal): -834656 or 10503155. OLE color: 10503155.
HSL color Cylindrical-coordinate representation of color #F343A0: hue angle of 328.3º 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 #F343A0 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 160 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.05 |
| HSL | 328.3º | 0.88% | 0.61% | - |
| HSV(B) | 328.3º | 0.72% | 0.95% | - |
| XYZ | 45.31 | 25.61 | 35.81 | - |
| YUV | 130.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 160 | 0 | 0.72 | 0.34 | 0.05 | 328.3 | 0.88 | 0.61 |
| Hex | F3 | 43 | A0 | 0 | 48 | 22 | 5 | 148 | 58 | 3D |
| Octal | 363 | 103 | 240 | 0 | 110 | 42 | 5 | 510 | 130 | 75 |
| Binary | 11110011 | 1000011 | 10100000 | 0 | 1001000 | 100010 | 101 | 101001000 | 1011000 | 111101 |
Color Harmonies of #F343A0
Complementary color
Monochromatic Colors of #F343A0
Black with #F343A0
Text Example
Text Example
White with #F343A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F343A0; }
p { color: rgb(243,67,160); }
H1.HeaderClassName
{
color: #F343A0;
}
.AnyTagClassName
{
color: #F343A0;
}
</style>
background-color css
<style>
a { background-color: #F343A0; }
a { background-color: rgb(243,67,160); }
div.DivClassName
{
background-color: #F343A0;
}
.BgClassName
{
background-color: #F343A0;
}
</style>
border-color css
<style>
span { border-color: #F343A0; }
span { border-color: rgb(243,67,160); }
td.TdClassName
{
border-color: #F343A0;
}
.TagClassName
{
border-color: #F343A0;
}
</style>