Shades of Wild Strawberry #F73186
Tints of Wild Strawberry #F73186
RGB
CMYK
RGB Variations
Color information
#F73186 (or 0xF73186) is known color: Wild Strawberry. HEX triplet: F7, 31 and 86. RGB value is (247,49,134). Sum of RGB (Red+Green+Blue) = 247+49+134=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F73186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73186 is #08CE79. Grayscale: #757575. Windows color (decimal): -577146 or 8794615. OLE color: 8794615.
HSL color Cylindrical-coordinate representation of color #F73186: hue angle of 334.24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73186 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 134 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.03 |
| HSL | 334.24º | 0.93% | 0.58% | - |
| HSV(B) | 334.24º | 0.8% | 0.97% | - |
| XYZ | 43.76 | 23.69 | 24.82 | - |
| YUV | 117.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 134 | 0 | 0.80 | 0.46 | 0.03 | 334.24 | 0.93 | 0.58 |
| Hex | F7 | 31 | 86 | 0 | 50 | 2E | 3 | 14E | 5D | 3A |
| Octal | 367 | 61 | 206 | 0 | 120 | 56 | 3 | 516 | 135 | 72 |
| Binary | 11110111 | 110001 | 10000110 | 0 | 1010000 | 101110 | 11 | 101001110 | 1011101 | 111010 |
Color Harmonies of #F73186
Complementary color
Monochromatic Colors of #F73186
Black with #F73186
Text Example
Text Example
White with #F73186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73186; }
p { color: rgb(247,49,134); }
H1.HeaderClassName
{
color: #F73186;
}
.AnyTagClassName
{
color: #F73186;
}
</style>
background-color css
<style>
a { background-color: #F73186; }
a { background-color: rgb(247,49,134); }
div.DivClassName
{
background-color: #F73186;
}
.BgClassName
{
background-color: #F73186;
}
</style>
border-color css
<style>
span { border-color: #F73186; }
span { border-color: rgb(247,49,134); }
td.TdClassName
{
border-color: #F73186;
}
.TagClassName
{
border-color: #F73186;
}
</style>