Shades of Wild Strawberry #F22D87
Tints of Wild Strawberry #F22D87
RGB
CMYK
RGB Variations
Color information
#F22D87 (or 0xF22D87) is known color: Wild Strawberry. HEX triplet: F2, 2D and 87. RGB value is (242,45,135). Sum of RGB (Red+Green+Blue) = 242+45+135=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22D87 is #0DD278. Grayscale: #717171. Windows color (decimal): -905849 or 8859122. OLE color: 8859122.
HSL color Cylindrical-coordinate representation of color #F22D87: hue angle of 332.59º 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 #F22D87 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 135 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.05 |
| HSL | 332.59º | 0.88% | 0.56% | - |
| HSV(B) | 332.59º | 0.81% | 0.95% | - |
| XYZ | 41.93 | 22.5 | 25.06 | - |
| YUV | 114.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 135 | 0 | 0.81 | 0.44 | 0.05 | 332.59 | 0.88 | 0.56 |
| Hex | F2 | 2D | 87 | 0 | 51 | 2C | 5 | 14D | 58 | 38 |
| Octal | 362 | 55 | 207 | 0 | 121 | 54 | 5 | 515 | 130 | 70 |
| Binary | 11110010 | 101101 | 10000111 | 0 | 1010001 | 101100 | 101 | 101001101 | 1011000 | 111000 |
Color Harmonies of #F22D87
Complementary color
Monochromatic Colors of #F22D87
Black with #F22D87
Text Example
Text Example
White with #F22D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D87; }
p { color: rgb(242,45,135); }
H1.HeaderClassName
{
color: #F22D87;
}
.AnyTagClassName
{
color: #F22D87;
}
</style>
background-color css
<style>
a { background-color: #F22D87; }
a { background-color: rgb(242,45,135); }
div.DivClassName
{
background-color: #F22D87;
}
.BgClassName
{
background-color: #F22D87;
}
</style>
border-color css
<style>
span { border-color: #F22D87; }
span { border-color: rgb(242,45,135); }
td.TdClassName
{
border-color: #F22D87;
}
.TagClassName
{
border-color: #F22D87;
}
</style>