Shades of Wild Strawberry #F73F99
Tints of Wild Strawberry #F73F99
RGB
CMYK
RGB Variations
Color information
#F73F99 (or 0xF73F99) is known color: Wild Strawberry. HEX triplet: F7, 3F and 99. RGB value is (247,63,153). Sum of RGB (Red+Green+Blue) = 247+63+153=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73F99 is #08C066. Grayscale: #808080. Windows color (decimal): -573543 or 10043383. OLE color: 10043383.
HSL color Cylindrical-coordinate representation of color #F73F99: hue angle of 330.65º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F73F99 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 153 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.03 |
| HSL | 330.65º | 0.92% | 0.61% | - |
| HSV(B) | 330.65º | 0.74% | 0.97% | - |
| XYZ | 45.89 | 25.63 | 32.67 | - |
| YUV | 128.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 153 | 0 | 0.74 | 0.38 | 0.03 | 330.65 | 0.92 | 0.61 |
| Hex | F7 | 3F | 99 | 0 | 4A | 26 | 3 | 14B | 5C | 3D |
| Octal | 367 | 77 | 231 | 0 | 112 | 46 | 3 | 513 | 134 | 75 |
| Binary | 11110111 | 111111 | 10011001 | 0 | 1001010 | 100110 | 11 | 101001011 | 1011100 | 111101 |
Color Harmonies of #F73F99
Complementary color
Monochromatic Colors of #F73F99
Black with #F73F99
Text Example
Text Example
White with #F73F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73F99; }
p { color: rgb(247,63,153); }
H1.HeaderClassName
{
color: #F73F99;
}
.AnyTagClassName
{
color: #F73F99;
}
</style>
background-color css
<style>
a { background-color: #F73F99; }
a { background-color: rgb(247,63,153); }
div.DivClassName
{
background-color: #F73F99;
}
.BgClassName
{
background-color: #F73F99;
}
</style>
border-color css
<style>
span { border-color: #F73F99; }
span { border-color: rgb(247,63,153); }
td.TdClassName
{
border-color: #F73F99;
}
.TagClassName
{
border-color: #F73F99;
}
</style>