Shades of Wild Strawberry #F62888
Tints of Wild Strawberry #F62888
RGB
CMYK
RGB Variations
Color information
#F62888 (or 0xF62888) is known color: Wild Strawberry. HEX triplet: F6, 28 and 88. RGB value is (246,40,136). Sum of RGB (Red+Green+Blue) = 246+40+136=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F62888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62888 is #09D777. Grayscale: #707070. Windows color (decimal): -644984 or 8923382. OLE color: 8923382.
HSL color Cylindrical-coordinate representation of color #F62888: hue angle of 332.04º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62888 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 136 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.04 |
| HSL | 332.04º | 0.92% | 0.56% | - |
| HSV(B) | 332.04º | 0.84% | 0.96% | - |
| XYZ | 43.21 | 22.89 | 25.43 | - |
| YUV | 112.54 | 141.25 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 136 | 0 | 0.84 | 0.45 | 0.04 | 332.04 | 0.92 | 0.56 |
| Hex | F6 | 28 | 88 | 0 | 54 | 2D | 4 | 14C | 5C | 38 |
| Octal | 366 | 50 | 210 | 0 | 124 | 55 | 4 | 514 | 134 | 70 |
| Binary | 11110110 | 101000 | 10001000 | 0 | 1010100 | 101101 | 100 | 101001100 | 1011100 | 111000 |
Color Harmonies of #F62888
Complementary color
Monochromatic Colors of #F62888
Black with #F62888
Text Example
Text Example
White with #F62888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62888; }
p { color: rgb(246,40,136); }
H1.HeaderClassName
{
color: #F62888;
}
.AnyTagClassName
{
color: #F62888;
}
</style>
background-color css
<style>
a { background-color: #F62888; }
a { background-color: rgb(246,40,136); }
div.DivClassName
{
background-color: #F62888;
}
.BgClassName
{
background-color: #F62888;
}
</style>
border-color css
<style>
span { border-color: #F62888; }
span { border-color: rgb(246,40,136); }
td.TdClassName
{
border-color: #F62888;
}
.TagClassName
{
border-color: #F62888;
}
</style>