Shades of Wild Strawberry #F32888
Tints of Wild Strawberry #F32888
RGB
CMYK
RGB Variations
Color information
#F32888 (or 0xF32888) is known color: Wild Strawberry. HEX triplet: F3, 28 and 88. RGB value is (243,40,136). Sum of RGB (Red+Green+Blue) = 243+40+136=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F32888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32888 is #0CD777. Grayscale: #6F6F6F. Windows color (decimal): -841592 or 8923379. OLE color: 8923379.
HSL color Cylindrical-coordinate representation of color #F32888: hue angle of 331.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32888 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 136 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.05 |
| HSL | 331.63º | 0.89% | 0.55% | - |
| HSV(B) | 331.63º | 0.84% | 0.95% | - |
| XYZ | 42.16 | 22.35 | 25.38 | - |
| YUV | 111.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 136 | 0 | 0.84 | 0.44 | 0.05 | 331.63 | 0.89 | 0.55 |
| Hex | F3 | 28 | 88 | 0 | 54 | 2C | 5 | 14C | 59 | 37 |
| Octal | 363 | 50 | 210 | 0 | 124 | 54 | 5 | 514 | 131 | 67 |
| Binary | 11110011 | 101000 | 10001000 | 0 | 1010100 | 101100 | 101 | 101001100 | 1011001 | 110111 |
Color Harmonies of #F32888
Complementary color
Monochromatic Colors of #F32888
Black with #F32888
Text Example
Text Example
White with #F32888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32888; }
p { color: rgb(243,40,136); }
H1.HeaderClassName
{
color: #F32888;
}
.AnyTagClassName
{
color: #F32888;
}
</style>
background-color css
<style>
a { background-color: #F32888; }
a { background-color: rgb(243,40,136); }
div.DivClassName
{
background-color: #F32888;
}
.BgClassName
{
background-color: #F32888;
}
</style>
border-color css
<style>
span { border-color: #F32888; }
span { border-color: rgb(243,40,136); }
td.TdClassName
{
border-color: #F32888;
}
.TagClassName
{
border-color: #F32888;
}
</style>