Shades of Wild Strawberry #F73190
Tints of Wild Strawberry #F73190
RGB
CMYK
RGB Variations
Color information
#F73190 (or 0xF73190) is known color: Wild Strawberry. HEX triplet: F7, 31 and 90. RGB value is (247,49,144). Sum of RGB (Red+Green+Blue) = 247+49+144=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F73190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73190 is #08CE6F. Grayscale: #767676. Windows color (decimal): -577136 or 9449975. OLE color: 9449975.
HSL color Cylindrical-coordinate representation of color #F73190: hue angle of 331.21º 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 #F73190 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 144 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.03 |
| HSL | 331.21º | 0.93% | 0.58% | - |
| HSV(B) | 331.21º | 0.8% | 0.97% | - |
| XYZ | 44.49 | 23.98 | 28.67 | - |
| YUV | 119.03 | 142.1 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 144 | 0 | 0.80 | 0.42 | 0.03 | 331.21 | 0.93 | 0.58 |
| Hex | F7 | 31 | 90 | 0 | 50 | 2A | 3 | 14B | 5D | 3A |
| Octal | 367 | 61 | 220 | 0 | 120 | 52 | 3 | 513 | 135 | 72 |
| Binary | 11110111 | 110001 | 10010000 | 0 | 1010000 | 101010 | 11 | 101001011 | 1011101 | 111010 |
Color Harmonies of #F73190
Complementary color
Monochromatic Colors of #F73190
Black with #F73190
Text Example
Text Example
White with #F73190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73190; }
p { color: rgb(247,49,144); }
H1.HeaderClassName
{
color: #F73190;
}
.AnyTagClassName
{
color: #F73190;
}
</style>
background-color css
<style>
a { background-color: #F73190; }
a { background-color: rgb(247,49,144); }
div.DivClassName
{
background-color: #F73190;
}
.BgClassName
{
background-color: #F73190;
}
</style>
border-color css
<style>
span { border-color: #F73190; }
span { border-color: rgb(247,49,144); }
td.TdClassName
{
border-color: #F73190;
}
.TagClassName
{
border-color: #F73190;
}
</style>