Shades of Wild Strawberry #F73398
Tints of Wild Strawberry #F73398
RGB
CMYK
RGB Variations
Color information
#F73398 (or 0xF73398) is known color: Wild Strawberry. HEX triplet: F7, 33 and 98. RGB value is (247,51,152). Sum of RGB (Red+Green+Blue) = 247+51+152=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F73398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73398 is #08CC67. Grayscale: #787878. Windows color (decimal): -576616 or 9974775. OLE color: 9974775.
HSL color Cylindrical-coordinate representation of color #F73398: hue angle of 329.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73398 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 152 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.03 |
| HSL | 329.08º | 0.92% | 0.58% | - |
| HSV(B) | 329.08º | 0.79% | 0.97% | - |
| XYZ | 45.21 | 24.41 | 32.03 | - |
| YUV | 121.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 152 | 0 | 0.79 | 0.38 | 0.03 | 329.08 | 0.92 | 0.58 |
| Hex | F7 | 33 | 98 | 0 | 4F | 26 | 3 | 149 | 5C | 3A |
| Octal | 367 | 63 | 230 | 0 | 117 | 46 | 3 | 511 | 134 | 72 |
| Binary | 11110111 | 110011 | 10011000 | 0 | 1001111 | 100110 | 11 | 101001001 | 1011100 | 111010 |
Color Harmonies of #F73398
Complementary color
Monochromatic Colors of #F73398
Black with #F73398
Text Example
Text Example
White with #F73398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73398; }
p { color: rgb(247,51,152); }
H1.HeaderClassName
{
color: #F73398;
}
.AnyTagClassName
{
color: #F73398;
}
</style>
background-color css
<style>
a { background-color: #F73398; }
a { background-color: rgb(247,51,152); }
div.DivClassName
{
background-color: #F73398;
}
.BgClassName
{
background-color: #F73398;
}
</style>
border-color css
<style>
span { border-color: #F73398; }
span { border-color: rgb(247,51,152); }
td.TdClassName
{
border-color: #F73398;
}
.TagClassName
{
border-color: #F73398;
}
</style>