Shades of Wild Strawberry #F22988
Tints of Wild Strawberry #F22988
RGB
CMYK
RGB Variations
Color information
#F22988 (or 0xF22988) is known color: Wild Strawberry. HEX triplet: F2, 29 and 88. RGB value is (242,41,136). Sum of RGB (Red+Green+Blue) = 242+41+136=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F22988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22988 is #0DD677. Grayscale: #6F6F6F. Windows color (decimal): -906872 or 8923634. OLE color: 8923634.
HSL color Cylindrical-coordinate representation of color #F22988: hue angle of 331.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22988 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 136 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.05 |
| HSL | 331.64º | 0.89% | 0.55% | - |
| HSV(B) | 331.64º | 0.83% | 0.95% | - |
| XYZ | 41.85 | 22.24 | 25.38 | - |
| YUV | 111.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 136 | 0 | 0.83 | 0.44 | 0.05 | 331.64 | 0.89 | 0.55 |
| Hex | F2 | 29 | 88 | 0 | 53 | 2C | 5 | 14C | 59 | 37 |
| Octal | 362 | 51 | 210 | 0 | 123 | 54 | 5 | 514 | 131 | 67 |
| Binary | 11110010 | 101001 | 10001000 | 0 | 1010011 | 101100 | 101 | 101001100 | 1011001 | 110111 |
Color Harmonies of #F22988
Complementary color
Monochromatic Colors of #F22988
Black with #F22988
Text Example
Text Example
White with #F22988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22988; }
p { color: rgb(242,41,136); }
H1.HeaderClassName
{
color: #F22988;
}
.AnyTagClassName
{
color: #F22988;
}
</style>
background-color css
<style>
a { background-color: #F22988; }
a { background-color: rgb(242,41,136); }
div.DivClassName
{
background-color: #F22988;
}
.BgClassName
{
background-color: #F22988;
}
</style>
border-color css
<style>
span { border-color: #F22988; }
span { border-color: rgb(242,41,136); }
td.TdClassName
{
border-color: #F22988;
}
.TagClassName
{
border-color: #F22988;
}
</style>