Shades of Wild Strawberry #F62988
Tints of Wild Strawberry #F62988
RGB
CMYK
RGB Variations
Color information
#F62988 (or 0xF62988) is known color: Wild Strawberry. HEX triplet: F6, 29 and 88. RGB value is (246,41,136). Sum of RGB (Red+Green+Blue) = 246+41+136=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F62988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62988 is #09D677. Grayscale: #707070. Windows color (decimal): -644728 or 8923638. OLE color: 8923638.
HSL color Cylindrical-coordinate representation of color #F62988: hue angle of 332.2º degrees, saturation: 0.92, 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 #F62988 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 136 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.04 |
| HSL | 332.2º | 0.92% | 0.56% | - |
| HSV(B) | 332.2º | 0.83% | 0.96% | - |
| XYZ | 43.24 | 22.96 | 25.44 | - |
| YUV | 113.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 136 | 0 | 0.83 | 0.45 | 0.04 | 332.2 | 0.92 | 0.56 |
| Hex | F6 | 29 | 88 | 0 | 53 | 2D | 4 | 14C | 5C | 38 |
| Octal | 366 | 51 | 210 | 0 | 123 | 55 | 4 | 514 | 134 | 70 |
| Binary | 11110110 | 101001 | 10001000 | 0 | 1010011 | 101101 | 100 | 101001100 | 1011100 | 111000 |
Color Harmonies of #F62988
Complementary color
Monochromatic Colors of #F62988
Black with #F62988
Text Example
Text Example
White with #F62988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62988; }
p { color: rgb(246,41,136); }
H1.HeaderClassName
{
color: #F62988;
}
.AnyTagClassName
{
color: #F62988;
}
</style>
background-color css
<style>
a { background-color: #F62988; }
a { background-color: rgb(246,41,136); }
div.DivClassName
{
background-color: #F62988;
}
.BgClassName
{
background-color: #F62988;
}
</style>
border-color css
<style>
span { border-color: #F62988; }
span { border-color: rgb(246,41,136); }
td.TdClassName
{
border-color: #F62988;
}
.TagClassName
{
border-color: #F62988;
}
</style>