Shades of Wild Strawberry #F32C83
Tints of Wild Strawberry #F32C83
RGB
CMYK
RGB Variations
Color information
#F32C83 (or 0xF32C83) is known color: Wild Strawberry. HEX triplet: F3, 2C and 83. RGB value is (243,44,131). Sum of RGB (Red+Green+Blue) = 243+44+131=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32C83 is #0CD37C. Grayscale: #717171. Windows color (decimal): -840573 or 8596723. OLE color: 8596723.
HSL color Cylindrical-coordinate representation of color #F32C83: hue angle of 333.77º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C83 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 131 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.05 |
| HSL | 333.77º | 0.89% | 0.56% | - |
| HSV(B) | 333.77º | 0.82% | 0.95% | - |
| XYZ | 41.96 | 22.49 | 23.6 | - |
| YUV | 113.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 131 | 0 | 0.82 | 0.46 | 0.05 | 333.77 | 0.89 | 0.56 |
| Hex | F3 | 2C | 83 | 0 | 52 | 2E | 5 | 14E | 59 | 38 |
| Octal | 363 | 54 | 203 | 0 | 122 | 56 | 5 | 516 | 131 | 70 |
| Binary | 11110011 | 101100 | 10000011 | 0 | 1010010 | 101110 | 101 | 101001110 | 1011001 | 111000 |
Color Harmonies of #F32C83
Complementary color
Monochromatic Colors of #F32C83
Black with #F32C83
Text Example
Text Example
White with #F32C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C83; }
p { color: rgb(243,44,131); }
H1.HeaderClassName
{
color: #F32C83;
}
.AnyTagClassName
{
color: #F32C83;
}
</style>
background-color css
<style>
a { background-color: #F32C83; }
a { background-color: rgb(243,44,131); }
div.DivClassName
{
background-color: #F32C83;
}
.BgClassName
{
background-color: #F32C83;
}
</style>
border-color css
<style>
span { border-color: #F32C83; }
span { border-color: rgb(243,44,131); }
td.TdClassName
{
border-color: #F32C83;
}
.TagClassName
{
border-color: #F32C83;
}
</style>