Shades of Wild Strawberry #F22990
Tints of Wild Strawberry #F22990
RGB
CMYK
RGB Variations
Color information
#F22990 (or 0xF22990) is known color: Wild Strawberry. HEX triplet: F2, 29 and 90. RGB value is (242,41,144). Sum of RGB (Red+Green+Blue) = 242+41+144=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F22990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22990 is #0DD66F. Grayscale: #707070. Windows color (decimal): -906864 or 9447922. OLE color: 9447922.
HSL color Cylindrical-coordinate representation of color #F22990: hue angle of 329.25º 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 #F22990 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 144 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.05 |
| HSL | 329.25º | 0.89% | 0.55% | - |
| HSV(B) | 329.25º | 0.83% | 0.95% | - |
| XYZ | 42.44 | 22.48 | 28.49 | - |
| YUV | 112.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 144 | 0 | 0.83 | 0.40 | 0.05 | 329.25 | 0.89 | 0.55 |
| Hex | F2 | 29 | 90 | 0 | 53 | 28 | 5 | 149 | 59 | 37 |
| Octal | 362 | 51 | 220 | 0 | 123 | 50 | 5 | 511 | 131 | 67 |
| Binary | 11110010 | 101001 | 10010000 | 0 | 1010011 | 101000 | 101 | 101001001 | 1011001 | 110111 |
Color Harmonies of #F22990
Complementary color
Monochromatic Colors of #F22990
Black with #F22990
Text Example
Text Example
White with #F22990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22990; }
p { color: rgb(242,41,144); }
H1.HeaderClassName
{
color: #F22990;
}
.AnyTagClassName
{
color: #F22990;
}
</style>
background-color css
<style>
a { background-color: #F22990; }
a { background-color: rgb(242,41,144); }
div.DivClassName
{
background-color: #F22990;
}
.BgClassName
{
background-color: #F22990;
}
</style>
border-color css
<style>
span { border-color: #F22990; }
span { border-color: rgb(242,41,144); }
td.TdClassName
{
border-color: #F22990;
}
.TagClassName
{
border-color: #F22990;
}
</style>