Shades of Wild Strawberry #F340A3
Tints of Wild Strawberry #F340A3
RGB
CMYK
RGB Variations
Color information
#F340A3 (or 0xF340A3) is known color: Wild Strawberry. HEX triplet: F3, 40 and A3. RGB value is (243,64,163). Sum of RGB (Red+Green+Blue) = 243+64+163=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F340A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340A3 is #0CBF5C. Grayscale: #808080. Windows color (decimal): -835421 or 10698995. OLE color: 10698995.
HSL color Cylindrical-coordinate representation of color #F340A3: hue angle of 326.82º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340A3 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 163 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.05 |
| HSL | 326.82º | 0.88% | 0.6% | - |
| HSV(B) | 326.82º | 0.74% | 0.95% | - |
| XYZ | 45.41 | 25.37 | 37.15 | - |
| YUV | 128.81 | 147.3 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 163 | 0 | 0.74 | 0.33 | 0.05 | 326.82 | 0.88 | 0.6 |
| Hex | F3 | 40 | A3 | 0 | 4A | 21 | 5 | 147 | 58 | 3C |
| Octal | 363 | 100 | 243 | 0 | 112 | 41 | 5 | 507 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10100011 | 0 | 1001010 | 100001 | 101 | 101000111 | 1011000 | 111100 |
Color Harmonies of #F340A3
Complementary color
Monochromatic Colors of #F340A3
Black with #F340A3
Text Example
Text Example
White with #F340A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340A3; }
p { color: rgb(243,64,163); }
H1.HeaderClassName
{
color: #F340A3;
}
.AnyTagClassName
{
color: #F340A3;
}
</style>
background-color css
<style>
a { background-color: #F340A3; }
a { background-color: rgb(243,64,163); }
div.DivClassName
{
background-color: #F340A3;
}
.BgClassName
{
background-color: #F340A3;
}
</style>
border-color css
<style>
span { border-color: #F340A3; }
span { border-color: rgb(243,64,163); }
td.TdClassName
{
border-color: #F340A3;
}
.TagClassName
{
border-color: #F340A3;
}
</style>