Shades of Wild Strawberry #F63189
Tints of Wild Strawberry #F63189
RGB
CMYK
RGB Variations
Color information
#F63189 (or 0xF63189) is known color: Wild Strawberry. HEX triplet: F6, 31 and 89. RGB value is (246,49,137). Sum of RGB (Red+Green+Blue) = 246+49+137=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F63189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63189 is #09CE76. Grayscale: #757575. Windows color (decimal): -642679 or 8991222. OLE color: 8991222.
HSL color Cylindrical-coordinate representation of color #F63189: hue angle of 333.2º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63189 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 137 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.04 |
| HSL | 333.2º | 0.92% | 0.58% | - |
| HSV(B) | 333.2º | 0.8% | 0.96% | - |
| XYZ | 43.62 | 23.6 | 25.92 | - |
| YUV | 117.94 | 138.77 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 137 | 0 | 0.80 | 0.44 | 0.04 | 333.2 | 0.92 | 0.58 |
| Hex | F6 | 31 | 89 | 0 | 50 | 2C | 4 | 14D | 5C | 3A |
| Octal | 366 | 61 | 211 | 0 | 120 | 54 | 4 | 515 | 134 | 72 |
| Binary | 11110110 | 110001 | 10001001 | 0 | 1010000 | 101100 | 100 | 101001101 | 1011100 | 111010 |
Color Harmonies of #F63189
Complementary color
Monochromatic Colors of #F63189
Black with #F63189
Text Example
Text Example
White with #F63189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63189; }
p { color: rgb(246,49,137); }
H1.HeaderClassName
{
color: #F63189;
}
.AnyTagClassName
{
color: #F63189;
}
</style>
background-color css
<style>
a { background-color: #F63189; }
a { background-color: rgb(246,49,137); }
div.DivClassName
{
background-color: #F63189;
}
.BgClassName
{
background-color: #F63189;
}
</style>
border-color css
<style>
span { border-color: #F63189; }
span { border-color: rgb(246,49,137); }
td.TdClassName
{
border-color: #F63189;
}
.TagClassName
{
border-color: #F63189;
}
</style>