Shades of Wild Strawberry #F22788
Tints of Wild Strawberry #F22788
RGB
CMYK
RGB Variations
Color information
#F22788 (or 0xF22788) is known color: Wild Strawberry. HEX triplet: F2, 27 and 88. RGB value is (242,39,136). Sum of RGB (Red+Green+Blue) = 242+39+136=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F22788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22788 is #0DD877. Grayscale: #6E6E6E. Windows color (decimal): -907384 or 8923122. OLE color: 8923122.
HSL color Cylindrical-coordinate representation of color #F22788: hue angle of 331.33º 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 #F22788 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 136 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.05 |
| HSL | 331.33º | 0.89% | 0.55% | - |
| HSV(B) | 331.33º | 0.84% | 0.95% | - |
| XYZ | 41.79 | 22.11 | 25.36 | - |
| YUV | 110.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 136 | 0 | 0.84 | 0.44 | 0.05 | 331.33 | 0.89 | 0.55 |
| Hex | F2 | 27 | 88 | 0 | 54 | 2C | 5 | 14B | 59 | 37 |
| Octal | 362 | 47 | 210 | 0 | 124 | 54 | 5 | 513 | 131 | 67 |
| Binary | 11110010 | 100111 | 10001000 | 0 | 1010100 | 101100 | 101 | 101001011 | 1011001 | 110111 |
Color Harmonies of #F22788
Complementary color
Monochromatic Colors of #F22788
Black with #F22788
Text Example
Text Example
White with #F22788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22788; }
p { color: rgb(242,39,136); }
H1.HeaderClassName
{
color: #F22788;
}
.AnyTagClassName
{
color: #F22788;
}
</style>
background-color css
<style>
a { background-color: #F22788; }
a { background-color: rgb(242,39,136); }
div.DivClassName
{
background-color: #F22788;
}
.BgClassName
{
background-color: #F22788;
}
</style>
border-color css
<style>
span { border-color: #F22788; }
span { border-color: rgb(242,39,136); }
td.TdClassName
{
border-color: #F22788;
}
.TagClassName
{
border-color: #F22788;
}
</style>