Shades of Wild Strawberry #F32C88
Tints of Wild Strawberry #F32C88
RGB
CMYK
RGB Variations
Color information
#F32C88 (or 0xF32C88) is known color: Wild Strawberry. HEX triplet: F3, 2C and 88. RGB value is (243,44,136). Sum of RGB (Red+Green+Blue) = 243+44+136=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32C88 is #0CD377. Grayscale: #717171. Windows color (decimal): -840568 or 8924403. OLE color: 8924403.
HSL color Cylindrical-coordinate representation of color #F32C88: hue angle of 332.26º 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 #F32C88 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 136 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.05 |
| HSL | 332.26º | 0.89% | 0.56% | - |
| HSV(B) | 332.26º | 0.82% | 0.95% | - |
| XYZ | 42.31 | 22.63 | 25.43 | - |
| YUV | 113.99 | 140.43 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 136 | 0 | 0.82 | 0.44 | 0.05 | 332.26 | 0.89 | 0.56 |
| Hex | F3 | 2C | 88 | 0 | 52 | 2C | 5 | 14C | 59 | 38 |
| Octal | 363 | 54 | 210 | 0 | 122 | 54 | 5 | 514 | 131 | 70 |
| Binary | 11110011 | 101100 | 10001000 | 0 | 1010010 | 101100 | 101 | 101001100 | 1011001 | 111000 |
Color Harmonies of #F32C88
Complementary color
Monochromatic Colors of #F32C88
Black with #F32C88
Text Example
Text Example
White with #F32C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C88; }
p { color: rgb(243,44,136); }
H1.HeaderClassName
{
color: #F32C88;
}
.AnyTagClassName
{
color: #F32C88;
}
</style>
background-color css
<style>
a { background-color: #F32C88; }
a { background-color: rgb(243,44,136); }
div.DivClassName
{
background-color: #F32C88;
}
.BgClassName
{
background-color: #F32C88;
}
</style>
border-color css
<style>
span { border-color: #F32C88; }
span { border-color: rgb(243,44,136); }
td.TdClassName
{
border-color: #F32C88;
}
.TagClassName
{
border-color: #F32C88;
}
</style>