Shades of Wild Strawberry #F62C86
Tints of Wild Strawberry #F62C86
RGB
CMYK
RGB Variations
Color information
#F62C86 (or 0xF62C86) is known color: Wild Strawberry. HEX triplet: F6, 2C and 86. RGB value is (246,44,134). Sum of RGB (Red+Green+Blue) = 246+44+134=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62C86 is #09D379. Grayscale: #727272. Windows color (decimal): -643962 or 8793334. OLE color: 8793334.
HSL color Cylindrical-coordinate representation of color #F62C86: hue angle of 333.27º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62C86 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 134 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.04 |
| HSL | 333.27º | 0.92% | 0.57% | - |
| HSV(B) | 333.27º | 0.82% | 0.96% | - |
| XYZ | 43.21 | 23.12 | 24.74 | - |
| YUV | 114.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 134 | 0 | 0.82 | 0.46 | 0.04 | 333.27 | 0.92 | 0.57 |
| Hex | F6 | 2C | 86 | 0 | 52 | 2E | 4 | 14D | 5C | 39 |
| Octal | 366 | 54 | 206 | 0 | 122 | 56 | 4 | 515 | 134 | 71 |
| Binary | 11110110 | 101100 | 10000110 | 0 | 1010010 | 101110 | 100 | 101001101 | 1011100 | 111001 |
Color Harmonies of #F62C86
Complementary color
Monochromatic Colors of #F62C86
Black with #F62C86
Text Example
Text Example
White with #F62C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C86; }
p { color: rgb(246,44,134); }
H1.HeaderClassName
{
color: #F62C86;
}
.AnyTagClassName
{
color: #F62C86;
}
</style>
background-color css
<style>
a { background-color: #F62C86; }
a { background-color: rgb(246,44,134); }
div.DivClassName
{
background-color: #F62C86;
}
.BgClassName
{
background-color: #F62C86;
}
</style>
border-color css
<style>
span { border-color: #F62C86; }
span { border-color: rgb(246,44,134); }
td.TdClassName
{
border-color: #F62C86;
}
.TagClassName
{
border-color: #F62C86;
}
</style>