Shades of Wild Strawberry #F62992
Tints of Wild Strawberry #F62992
RGB
CMYK
RGB Variations
Color information
#F62992 (or 0xF62992) is known color: Wild Strawberry. HEX triplet: F6, 29 and 92. RGB value is (246,41,146). Sum of RGB (Red+Green+Blue) = 246+41+146=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F62992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62992 is #09D66D. Grayscale: #727272. Windows color (decimal): -644718 or 9578998. OLE color: 9578998.
HSL color Cylindrical-coordinate representation of color #F62992: hue angle of 329.27º 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 #F62992 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 146 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.04 |
| HSL | 329.27º | 0.92% | 0.56% | - |
| HSV(B) | 329.27º | 0.83% | 0.96% | - |
| XYZ | 43.99 | 23.25 | 29.36 | - |
| YUV | 114.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 146 | 0 | 0.83 | 0.41 | 0.04 | 329.27 | 0.92 | 0.56 |
| Hex | F6 | 29 | 92 | 0 | 53 | 29 | 4 | 149 | 5C | 38 |
| Octal | 366 | 51 | 222 | 0 | 123 | 51 | 4 | 511 | 134 | 70 |
| Binary | 11110110 | 101001 | 10010010 | 0 | 1010011 | 101001 | 100 | 101001001 | 1011100 | 111000 |
Color Harmonies of #F62992
Complementary color
Monochromatic Colors of #F62992
Black with #F62992
Text Example
Text Example
White with #F62992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62992; }
p { color: rgb(246,41,146); }
H1.HeaderClassName
{
color: #F62992;
}
.AnyTagClassName
{
color: #F62992;
}
</style>
background-color css
<style>
a { background-color: #F62992; }
a { background-color: rgb(246,41,146); }
div.DivClassName
{
background-color: #F62992;
}
.BgClassName
{
background-color: #F62992;
}
</style>
border-color css
<style>
span { border-color: #F62992; }
span { border-color: rgb(246,41,146); }
td.TdClassName
{
border-color: #F62992;
}
.TagClassName
{
border-color: #F62992;
}
</style>