Shades of Wild Strawberry #F22E94
Tints of Wild Strawberry #F22E94
RGB
CMYK
RGB Variations
Color information
#F22E94 (or 0xF22E94) is known color: Wild Strawberry. HEX triplet: F2, 2E and 94. RGB value is (242,46,148). Sum of RGB (Red+Green+Blue) = 242+46+148=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22E94 is #0DD16B. Grayscale: #747474. Windows color (decimal): -905580 or 9711346. OLE color: 9711346.
HSL color Cylindrical-coordinate representation of color #F22E94: hue angle of 328.78º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22E94 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 148 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.05 |
| HSL | 328.78º | 0.88% | 0.56% | - |
| HSV(B) | 328.78º | 0.81% | 0.95% | - |
| XYZ | 42.94 | 22.97 | 30.19 | - |
| YUV | 116.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 148 | 0 | 0.81 | 0.39 | 0.05 | 328.78 | 0.88 | 0.56 |
| Hex | F2 | 2E | 94 | 0 | 51 | 27 | 5 | 149 | 58 | 38 |
| Octal | 362 | 56 | 224 | 0 | 121 | 47 | 5 | 511 | 130 | 70 |
| Binary | 11110010 | 101110 | 10010100 | 0 | 1010001 | 100111 | 101 | 101001001 | 1011000 | 111000 |
Color Harmonies of #F22E94
Complementary color
Monochromatic Colors of #F22E94
Black with #F22E94
Text Example
Text Example
White with #F22E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22E94; }
p { color: rgb(242,46,148); }
H1.HeaderClassName
{
color: #F22E94;
}
.AnyTagClassName
{
color: #F22E94;
}
</style>
background-color css
<style>
a { background-color: #F22E94; }
a { background-color: rgb(242,46,148); }
div.DivClassName
{
background-color: #F22E94;
}
.BgClassName
{
background-color: #F22E94;
}
</style>
border-color css
<style>
span { border-color: #F22E94; }
span { border-color: rgb(242,46,148); }
td.TdClassName
{
border-color: #F22E94;
}
.TagClassName
{
border-color: #F22E94;
}
</style>