Shades of Wild Strawberry #F53795
Tints of Wild Strawberry #F53795
RGB
CMYK
RGB Variations
Color information
#F53795 (or 0xF53795) is known color: Wild Strawberry. HEX triplet: F5, 37 and 95. RGB value is (245,55,149). Sum of RGB (Red+Green+Blue) = 245+55+149=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F53795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53795 is #0AC86A. Grayscale: #7A7A7A. Windows color (decimal): -706667 or 9779189. OLE color: 9779189.
HSL color Cylindrical-coordinate representation of color #F53795: hue angle of 330.32º 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 #F53795 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 149 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.04 |
| HSL | 330.32º | 0.9% | 0.59% | - |
| HSV(B) | 330.32º | 0.78% | 0.96% | - |
| XYZ | 44.45 | 24.31 | 30.78 | - |
| YUV | 122.53 | 142.95 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 149 | 0 | 0.78 | 0.39 | 0.04 | 330.32 | 0.9 | 0.59 |
| Hex | F5 | 37 | 95 | 0 | 4E | 27 | 4 | 14A | 5A | 3B |
| Octal | 365 | 67 | 225 | 0 | 116 | 47 | 4 | 512 | 132 | 73 |
| Binary | 11110101 | 110111 | 10010101 | 0 | 1001110 | 100111 | 100 | 101001010 | 1011010 | 111011 |
Color Harmonies of #F53795
Complementary color
Monochromatic Colors of #F53795
Black with #F53795
Text Example
Text Example
White with #F53795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53795; }
p { color: rgb(245,55,149); }
H1.HeaderClassName
{
color: #F53795;
}
.AnyTagClassName
{
color: #F53795;
}
</style>
background-color css
<style>
a { background-color: #F53795; }
a { background-color: rgb(245,55,149); }
div.DivClassName
{
background-color: #F53795;
}
.BgClassName
{
background-color: #F53795;
}
</style>
border-color css
<style>
span { border-color: #F53795; }
span { border-color: rgb(245,55,149); }
td.TdClassName
{
border-color: #F53795;
}
.TagClassName
{
border-color: #F53795;
}
</style>