Shades of Wild Strawberry #F73297
Tints of Wild Strawberry #F73297
RGB
CMYK
RGB Variations
Color information
#F73297 (or 0xF73297) is known color: Wild Strawberry. HEX triplet: F7, 32 and 97. RGB value is (247,50,151). Sum of RGB (Red+Green+Blue) = 247+50+151=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F73297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73297 is #08CD68. Grayscale: #787878. Windows color (decimal): -576873 or 9908983. OLE color: 9908983.
HSL color Cylindrical-coordinate representation of color #F73297: hue angle of 329.24º degrees, saturation: 0.92, 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 #F73297 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 151 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.03 |
| HSL | 329.24º | 0.92% | 0.58% | - |
| HSV(B) | 329.24º | 0.8% | 0.97% | - |
| XYZ | 45.08 | 24.29 | 31.59 | - |
| YUV | 120.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 151 | 0 | 0.80 | 0.39 | 0.03 | 329.24 | 0.92 | 0.58 |
| Hex | F7 | 32 | 97 | 0 | 50 | 27 | 3 | 149 | 5C | 3A |
| Octal | 367 | 62 | 227 | 0 | 120 | 47 | 3 | 511 | 134 | 72 |
| Binary | 11110111 | 110010 | 10010111 | 0 | 1010000 | 100111 | 11 | 101001001 | 1011100 | 111010 |
Color Harmonies of #F73297
Complementary color
Monochromatic Colors of #F73297
Black with #F73297
Text Example
Text Example
White with #F73297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73297; }
p { color: rgb(247,50,151); }
H1.HeaderClassName
{
color: #F73297;
}
.AnyTagClassName
{
color: #F73297;
}
</style>
background-color css
<style>
a { background-color: #F73297; }
a { background-color: rgb(247,50,151); }
div.DivClassName
{
background-color: #F73297;
}
.BgClassName
{
background-color: #F73297;
}
</style>
border-color css
<style>
span { border-color: #F73297; }
span { border-color: rgb(247,50,151); }
td.TdClassName
{
border-color: #F73297;
}
.TagClassName
{
border-color: #F73297;
}
</style>