Shades of Wild Strawberry #F32988
Tints of Wild Strawberry #F32988
RGB
CMYK
RGB Variations
Color information
#F32988 (or 0xF32988) is known color: Wild Strawberry. HEX triplet: F3, 29 and 88. RGB value is (243,41,136). Sum of RGB (Red+Green+Blue) = 243+41+136=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F32988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32988 is #0CD677. Grayscale: #707070. Windows color (decimal): -841336 or 8923635. OLE color: 8923635.
HSL color Cylindrical-coordinate representation of color #F32988: hue angle of 331.78º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32988 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 136 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.05 |
| HSL | 331.78º | 0.89% | 0.56% | - |
| HSV(B) | 331.78º | 0.83% | 0.95% | - |
| XYZ | 42.2 | 22.42 | 25.4 | - |
| YUV | 112.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 136 | 0 | 0.83 | 0.44 | 0.05 | 331.78 | 0.89 | 0.56 |
| Hex | F3 | 29 | 88 | 0 | 53 | 2C | 5 | 14C | 59 | 38 |
| Octal | 363 | 51 | 210 | 0 | 123 | 54 | 5 | 514 | 131 | 70 |
| Binary | 11110011 | 101001 | 10001000 | 0 | 1010011 | 101100 | 101 | 101001100 | 1011001 | 111000 |
Color Harmonies of #F32988
Complementary color
Monochromatic Colors of #F32988
Black with #F32988
Text Example
Text Example
White with #F32988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32988; }
p { color: rgb(243,41,136); }
H1.HeaderClassName
{
color: #F32988;
}
.AnyTagClassName
{
color: #F32988;
}
</style>
background-color css
<style>
a { background-color: #F32988; }
a { background-color: rgb(243,41,136); }
div.DivClassName
{
background-color: #F32988;
}
.BgClassName
{
background-color: #F32988;
}
</style>
border-color css
<style>
span { border-color: #F32988; }
span { border-color: rgb(243,41,136); }
td.TdClassName
{
border-color: #F32988;
}
.TagClassName
{
border-color: #F32988;
}
</style>