Shades of Wild Strawberry #F53799
Tints of Wild Strawberry #F53799
RGB
CMYK
RGB Variations
Color information
#F53799 (or 0xF53799) is known color: Wild Strawberry. HEX triplet: F5, 37 and 99. RGB value is (245,55,153). Sum of RGB (Red+Green+Blue) = 245+55+153=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F53799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53799 is #0AC866. Grayscale: #7A7A7A. Windows color (decimal): -706663 or 10041333. OLE color: 10041333.
HSL color Cylindrical-coordinate representation of color #F53799: hue angle of 329.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53799 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 153 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.04 |
| HSL | 329.05º | 0.9% | 0.59% | - |
| HSV(B) | 329.05º | 0.78% | 0.96% | - |
| XYZ | 44.77 | 24.44 | 32.5 | - |
| YUV | 122.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 153 | 0 | 0.78 | 0.38 | 0.04 | 329.05 | 0.9 | 0.59 |
| Hex | F5 | 37 | 99 | 0 | 4E | 26 | 4 | 149 | 5A | 3B |
| Octal | 365 | 67 | 231 | 0 | 116 | 46 | 4 | 511 | 132 | 73 |
| Binary | 11110101 | 110111 | 10011001 | 0 | 1001110 | 100110 | 100 | 101001001 | 1011010 | 111011 |
Color Harmonies of #F53799
Complementary color
Monochromatic Colors of #F53799
Black with #F53799
Text Example
Text Example
White with #F53799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53799; }
p { color: rgb(245,55,153); }
H1.HeaderClassName
{
color: #F53799;
}
.AnyTagClassName
{
color: #F53799;
}
</style>
background-color css
<style>
a { background-color: #F53799; }
a { background-color: rgb(245,55,153); }
div.DivClassName
{
background-color: #F53799;
}
.BgClassName
{
background-color: #F53799;
}
</style>
border-color css
<style>
span { border-color: #F53799; }
span { border-color: rgb(245,55,153); }
td.TdClassName
{
border-color: #F53799;
}
.TagClassName
{
border-color: #F53799;
}
</style>