Shades of Wild Strawberry #F42988
Tints of Wild Strawberry #F42988
RGB
CMYK
RGB Variations
Color information
#F42988 (or 0xF42988) is known color: Wild Strawberry. HEX triplet: F4, 29 and 88. RGB value is (244,41,136). Sum of RGB (Red+Green+Blue) = 244+41+136=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F42988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42988 is #0BD677. Grayscale: #707070. Windows color (decimal): -775800 or 8923636. OLE color: 8923636.
HSL color Cylindrical-coordinate representation of color #F42988: hue angle of 331.92º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42988 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 136 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.04 |
| HSL | 331.92º | 0.9% | 0.56% | - |
| HSV(B) | 331.92º | 0.83% | 0.96% | - |
| XYZ | 42.55 | 22.6 | 25.41 | - |
| YUV | 112.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 136 | 0 | 0.83 | 0.44 | 0.04 | 331.92 | 0.9 | 0.56 |
| Hex | F4 | 29 | 88 | 0 | 53 | 2C | 4 | 14C | 5A | 38 |
| Octal | 364 | 51 | 210 | 0 | 123 | 54 | 4 | 514 | 132 | 70 |
| Binary | 11110100 | 101001 | 10001000 | 0 | 1010011 | 101100 | 100 | 101001100 | 1011010 | 111000 |
Color Harmonies of #F42988
Complementary color
Monochromatic Colors of #F42988
Black with #F42988
Text Example
Text Example
White with #F42988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42988; }
p { color: rgb(244,41,136); }
H1.HeaderClassName
{
color: #F42988;
}
.AnyTagClassName
{
color: #F42988;
}
</style>
background-color css
<style>
a { background-color: #F42988; }
a { background-color: rgb(244,41,136); }
div.DivClassName
{
background-color: #F42988;
}
.BgClassName
{
background-color: #F42988;
}
</style>
border-color css
<style>
span { border-color: #F42988; }
span { border-color: rgb(244,41,136); }
td.TdClassName
{
border-color: #F42988;
}
.TagClassName
{
border-color: #F42988;
}
</style>