Shades of Wild Strawberry #F73BA0
Tints of Wild Strawberry #F73BA0
RGB
CMYK
RGB Variations
Color information
#F73BA0 (or 0xF73BA0) is known color: Wild Strawberry. HEX triplet: F7, 3B and A0. RGB value is (247,59,160). Sum of RGB (Red+Green+Blue) = 247+59+160=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73BA0 is #08C45F. Grayscale: #7E7E7E. Windows color (decimal): -574560 or 10501111. OLE color: 10501111.
HSL color Cylindrical-coordinate representation of color #F73BA0: hue angle of 327.77º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73BA0 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 160 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.03 |
| HSL | 327.77º | 0.92% | 0.6% | - |
| HSV(B) | 327.77º | 0.76% | 0.97% | - |
| XYZ | 46.27 | 25.44 | 35.73 | - |
| YUV | 126.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 160 | 0 | 0.76 | 0.35 | 0.03 | 327.77 | 0.92 | 0.6 |
| Hex | F7 | 3B | A0 | 0 | 4C | 23 | 3 | 148 | 5C | 3C |
| Octal | 367 | 73 | 240 | 0 | 114 | 43 | 3 | 510 | 134 | 74 |
| Binary | 11110111 | 111011 | 10100000 | 0 | 1001100 | 100011 | 11 | 101001000 | 1011100 | 111100 |
Color Harmonies of #F73BA0
Complementary color
Monochromatic Colors of #F73BA0
Black with #F73BA0
Text Example
Text Example
White with #F73BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BA0; }
p { color: rgb(247,59,160); }
H1.HeaderClassName
{
color: #F73BA0;
}
.AnyTagClassName
{
color: #F73BA0;
}
</style>
background-color css
<style>
a { background-color: #F73BA0; }
a { background-color: rgb(247,59,160); }
div.DivClassName
{
background-color: #F73BA0;
}
.BgClassName
{
background-color: #F73BA0;
}
</style>
border-color css
<style>
span { border-color: #F73BA0; }
span { border-color: rgb(247,59,160); }
td.TdClassName
{
border-color: #F73BA0;
}
.TagClassName
{
border-color: #F73BA0;
}
</style>