Shades of Wild Strawberry #F342A3
Tints of Wild Strawberry #F342A3
RGB
CMYK
RGB Variations
Color information
#F342A3 (or 0xF342A3) is known color: Wild Strawberry. HEX triplet: F3, 42 and A3. RGB value is (243,66,163). Sum of RGB (Red+Green+Blue) = 243+66+163=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F342A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F342A3 is #0CBD5C. Grayscale: #818181. Windows color (decimal): -834909 or 10699507. OLE color: 10699507.
HSL color Cylindrical-coordinate representation of color #F342A3: hue angle of 327.12º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F342A3 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 163 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.05 |
| HSL | 327.12º | 0.88% | 0.61% | - |
| HSV(B) | 327.12º | 0.73% | 0.95% | - |
| XYZ | 45.52 | 25.6 | 37.19 | - |
| YUV | 129.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 163 | 0 | 0.73 | 0.33 | 0.05 | 327.12 | 0.88 | 0.61 |
| Hex | F3 | 42 | A3 | 0 | 49 | 21 | 5 | 147 | 58 | 3D |
| Octal | 363 | 102 | 243 | 0 | 111 | 41 | 5 | 507 | 130 | 75 |
| Binary | 11110011 | 1000010 | 10100011 | 0 | 1001001 | 100001 | 101 | 101000111 | 1011000 | 111101 |
Color Harmonies of #F342A3
Complementary color
Monochromatic Colors of #F342A3
Black with #F342A3
Text Example
Text Example
White with #F342A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342A3; }
p { color: rgb(243,66,163); }
H1.HeaderClassName
{
color: #F342A3;
}
.AnyTagClassName
{
color: #F342A3;
}
</style>
background-color css
<style>
a { background-color: #F342A3; }
a { background-color: rgb(243,66,163); }
div.DivClassName
{
background-color: #F342A3;
}
.BgClassName
{
background-color: #F342A3;
}
</style>
border-color css
<style>
span { border-color: #F342A3; }
span { border-color: rgb(243,66,163); }
td.TdClassName
{
border-color: #F342A3;
}
.TagClassName
{
border-color: #F342A3;
}
</style>