Shades of Wild Strawberry #F73AA0
Tints of Wild Strawberry #F73AA0
RGB
CMYK
RGB Variations
Color information
#F73AA0 (or 0xF73AA0) is known color: Wild Strawberry. HEX triplet: F7, 3A and A0. RGB value is (247,58,160). Sum of RGB (Red+Green+Blue) = 247+58+160=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F73AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73AA0 is #08C55F. Grayscale: #7D7D7D. Windows color (decimal): -574816 or 10500855. OLE color: 10500855.
HSL color Cylindrical-coordinate representation of color #F73AA0: hue angle of 327.62º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73AA0 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 160 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.03 |
| HSL | 327.62º | 0.92% | 0.6% | - |
| HSV(B) | 327.62º | 0.77% | 0.97% | - |
| XYZ | 46.22 | 25.34 | 35.71 | - |
| YUV | 126.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 160 | 0 | 0.77 | 0.35 | 0.03 | 327.62 | 0.92 | 0.6 |
| Hex | F7 | 3A | A0 | 0 | 4D | 23 | 3 | 148 | 5C | 3C |
| Octal | 367 | 72 | 240 | 0 | 115 | 43 | 3 | 510 | 134 | 74 |
| Binary | 11110111 | 111010 | 10100000 | 0 | 1001101 | 100011 | 11 | 101001000 | 1011100 | 111100 |
Color Harmonies of #F73AA0
Complementary color
Monochromatic Colors of #F73AA0
Black with #F73AA0
Text Example
Text Example
White with #F73AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73AA0; }
p { color: rgb(247,58,160); }
H1.HeaderClassName
{
color: #F73AA0;
}
.AnyTagClassName
{
color: #F73AA0;
}
</style>
background-color css
<style>
a { background-color: #F73AA0; }
a { background-color: rgb(247,58,160); }
div.DivClassName
{
background-color: #F73AA0;
}
.BgClassName
{
background-color: #F73AA0;
}
</style>
border-color css
<style>
span { border-color: #F73AA0; }
span { border-color: rgb(247,58,160); }
td.TdClassName
{
border-color: #F73AA0;
}
.TagClassName
{
border-color: #F73AA0;
}
</style>