Shades of Wild Strawberry #F22994
Tints of Wild Strawberry #F22994
RGB
CMYK
RGB Variations
Color information
#F22994 (or 0xF22994) is known color: Wild Strawberry. HEX triplet: F2, 29 and 94. RGB value is (242,41,148). Sum of RGB (Red+Green+Blue) = 242+41+148=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F22994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22994 is #0DD66B. Grayscale: #717171. Windows color (decimal): -906860 or 9710066. OLE color: 9710066.
HSL color Cylindrical-coordinate representation of color #F22994: hue angle of 328.06º 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 #F22994 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 148 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.05 |
| HSL | 328.06º | 0.89% | 0.55% | - |
| HSV(B) | 328.06º | 0.83% | 0.95% | - |
| XYZ | 42.76 | 22.6 | 30.13 | - |
| YUV | 113.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 148 | 0 | 0.83 | 0.39 | 0.05 | 328.06 | 0.89 | 0.55 |
| Hex | F2 | 29 | 94 | 0 | 53 | 27 | 5 | 148 | 59 | 37 |
| Octal | 362 | 51 | 224 | 0 | 123 | 47 | 5 | 510 | 131 | 67 |
| Binary | 11110010 | 101001 | 10010100 | 0 | 1010011 | 100111 | 101 | 101001000 | 1011001 | 110111 |
Color Harmonies of #F22994
Complementary color
Monochromatic Colors of #F22994
Black with #F22994
Text Example
Text Example
White with #F22994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22994; }
p { color: rgb(242,41,148); }
H1.HeaderClassName
{
color: #F22994;
}
.AnyTagClassName
{
color: #F22994;
}
</style>
background-color css
<style>
a { background-color: #F22994; }
a { background-color: rgb(242,41,148); }
div.DivClassName
{
background-color: #F22994;
}
.BgClassName
{
background-color: #F22994;
}
</style>
border-color css
<style>
span { border-color: #F22994; }
span { border-color: rgb(242,41,148); }
td.TdClassName
{
border-color: #F22994;
}
.TagClassName
{
border-color: #F22994;
}
</style>