Shades of Wild Strawberry #F63089
Tints of Wild Strawberry #F63089
RGB
CMYK
RGB Variations
Color information
#F63089 (or 0xF63089) is known color: Wild Strawberry. HEX triplet: F6, 30 and 89. RGB value is (246,48,137). Sum of RGB (Red+Green+Blue) = 246+48+137=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F63089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63089 is #09CF76. Grayscale: #757575. Windows color (decimal): -642935 or 8990966. OLE color: 8990966.
HSL color Cylindrical-coordinate representation of color #F63089: hue angle of 333.03º 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 #F63089 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 137 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.04 |
| HSL | 333.03º | 0.92% | 0.58% | - |
| HSV(B) | 333.03º | 0.8% | 0.96% | - |
| XYZ | 43.58 | 23.51 | 25.91 | - |
| YUV | 117.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 137 | 0 | 0.80 | 0.44 | 0.04 | 333.03 | 0.92 | 0.58 |
| Hex | F6 | 30 | 89 | 0 | 50 | 2C | 4 | 14D | 5C | 3A |
| Octal | 366 | 60 | 211 | 0 | 120 | 54 | 4 | 515 | 134 | 72 |
| Binary | 11110110 | 110000 | 10001001 | 0 | 1010000 | 101100 | 100 | 101001101 | 1011100 | 111010 |
Color Harmonies of #F63089
Complementary color
Monochromatic Colors of #F63089
Black with #F63089
Text Example
Text Example
White with #F63089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63089; }
p { color: rgb(246,48,137); }
H1.HeaderClassName
{
color: #F63089;
}
.AnyTagClassName
{
color: #F63089;
}
</style>
background-color css
<style>
a { background-color: #F63089; }
a { background-color: rgb(246,48,137); }
div.DivClassName
{
background-color: #F63089;
}
.BgClassName
{
background-color: #F63089;
}
</style>
border-color css
<style>
span { border-color: #F63089; }
span { border-color: rgb(246,48,137); }
td.TdClassName
{
border-color: #F63089;
}
.TagClassName
{
border-color: #F63089;
}
</style>