Shades of Wild Strawberry #F22889
Tints of Wild Strawberry #F22889
RGB
CMYK
RGB Variations
Color information
#F22889 (or 0xF22889) is known color: Wild Strawberry. HEX triplet: F2, 28 and 89. RGB value is (242,40,137). Sum of RGB (Red+Green+Blue) = 242+40+137=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F22889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22889 is #0DD776. Grayscale: #6F6F6F. Windows color (decimal): -907127 or 8988914. OLE color: 8988914.
HSL color Cylindrical-coordinate representation of color #F22889: hue angle of 331.19º 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 #F22889 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 137 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.05 |
| HSL | 331.19º | 0.89% | 0.55% | - |
| HSV(B) | 331.19º | 0.83% | 0.95% | - |
| XYZ | 41.89 | 22.2 | 25.74 | - |
| YUV | 111.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 137 | 0 | 0.83 | 0.43 | 0.05 | 331.19 | 0.89 | 0.55 |
| Hex | F2 | 28 | 89 | 0 | 53 | 2B | 5 | 14B | 59 | 37 |
| Octal | 362 | 50 | 211 | 0 | 123 | 53 | 5 | 513 | 131 | 67 |
| Binary | 11110010 | 101000 | 10001001 | 0 | 1010011 | 101011 | 101 | 101001011 | 1011001 | 110111 |
Color Harmonies of #F22889
Complementary color
Monochromatic Colors of #F22889
Black with #F22889
Text Example
Text Example
White with #F22889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22889; }
p { color: rgb(242,40,137); }
H1.HeaderClassName
{
color: #F22889;
}
.AnyTagClassName
{
color: #F22889;
}
</style>
background-color css
<style>
a { background-color: #F22889; }
a { background-color: rgb(242,40,137); }
div.DivClassName
{
background-color: #F22889;
}
.BgClassName
{
background-color: #F22889;
}
</style>
border-color css
<style>
span { border-color: #F22889; }
span { border-color: rgb(242,40,137); }
td.TdClassName
{
border-color: #F22889;
}
.TagClassName
{
border-color: #F22889;
}
</style>