Shades of Wild Strawberry #F22689
Tints of Wild Strawberry #F22689
RGB
CMYK
RGB Variations
Color information
#F22689 (or 0xF22689) is known color: Wild Strawberry. HEX triplet: F2, 26 and 89. RGB value is (242,38,137). Sum of RGB (Red+Green+Blue) = 242+38+137=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F22689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22689 is #0DD976. Grayscale: #6E6E6E. Windows color (decimal): -907639 or 8988402. OLE color: 8988402.
HSL color Cylindrical-coordinate representation of color #F22689: hue angle of 330.88º 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 #F22689 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 137 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.05 |
| HSL | 330.88º | 0.89% | 0.55% | - |
| HSV(B) | 330.88º | 0.84% | 0.95% | - |
| XYZ | 41.83 | 22.07 | 25.72 | - |
| YUV | 110.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 137 | 0 | 0.84 | 0.43 | 0.05 | 330.88 | 0.89 | 0.55 |
| Hex | F2 | 26 | 89 | 0 | 54 | 2B | 5 | 14B | 59 | 37 |
| Octal | 362 | 46 | 211 | 0 | 124 | 53 | 5 | 513 | 131 | 67 |
| Binary | 11110010 | 100110 | 10001001 | 0 | 1010100 | 101011 | 101 | 101001011 | 1011001 | 110111 |
Color Harmonies of #F22689
Complementary color
Monochromatic Colors of #F22689
Black with #F22689
Text Example
Text Example
White with #F22689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22689; }
p { color: rgb(242,38,137); }
H1.HeaderClassName
{
color: #F22689;
}
.AnyTagClassName
{
color: #F22689;
}
</style>
background-color css
<style>
a { background-color: #F22689; }
a { background-color: rgb(242,38,137); }
div.DivClassName
{
background-color: #F22689;
}
.BgClassName
{
background-color: #F22689;
}
</style>
border-color css
<style>
span { border-color: #F22689; }
span { border-color: rgb(242,38,137); }
td.TdClassName
{
border-color: #F22689;
}
.TagClassName
{
border-color: #F22689;
}
</style>