Shades of Wild Strawberry #F32C89
Tints of Wild Strawberry #F32C89
RGB
CMYK
RGB Variations
Color information
#F32C89 (or 0xF32C89) is known color: Wild Strawberry. HEX triplet: F3, 2C and 89. RGB value is (243,44,137). Sum of RGB (Red+Green+Blue) = 243+44+137=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32C89 is #0CD376. Grayscale: #717171. Windows color (decimal): -840567 or 8989939. OLE color: 8989939.
HSL color Cylindrical-coordinate representation of color #F32C89: hue angle of 331.96º 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 #F32C89 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 137 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.05 |
| HSL | 331.96º | 0.89% | 0.56% | - |
| HSV(B) | 331.96º | 0.82% | 0.95% | - |
| XYZ | 42.38 | 22.66 | 25.81 | - |
| YUV | 114.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 137 | 0 | 0.82 | 0.44 | 0.05 | 331.96 | 0.89 | 0.56 |
| Hex | F3 | 2C | 89 | 0 | 52 | 2C | 5 | 14C | 59 | 38 |
| Octal | 363 | 54 | 211 | 0 | 122 | 54 | 5 | 514 | 131 | 70 |
| Binary | 11110011 | 101100 | 10001001 | 0 | 1010010 | 101100 | 101 | 101001100 | 1011001 | 111000 |
Color Harmonies of #F32C89
Complementary color
Monochromatic Colors of #F32C89
Black with #F32C89
Text Example
Text Example
White with #F32C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C89; }
p { color: rgb(243,44,137); }
H1.HeaderClassName
{
color: #F32C89;
}
.AnyTagClassName
{
color: #F32C89;
}
</style>
background-color css
<style>
a { background-color: #F32C89; }
a { background-color: rgb(243,44,137); }
div.DivClassName
{
background-color: #F32C89;
}
.BgClassName
{
background-color: #F32C89;
}
</style>
border-color css
<style>
span { border-color: #F32C89; }
span { border-color: rgb(243,44,137); }
td.TdClassName
{
border-color: #F32C89;
}
.TagClassName
{
border-color: #F32C89;
}
</style>