Shades of Wild Strawberry #F53594
Tints of Wild Strawberry #F53594
RGB
CMYK
RGB Variations
Color information
#F53594 (or 0xF53594) is known color: Wild Strawberry. HEX triplet: F5, 35 and 94. RGB value is (245,53,148). Sum of RGB (Red+Green+Blue) = 245+53+148=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F53594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53594 is #0ACA6B. Grayscale: #797979. Windows color (decimal): -707180 or 9713141. OLE color: 9713141.
HSL color Cylindrical-coordinate representation of color #F53594: hue angle of 330.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53594 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 148 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.04 |
| HSL | 330.31º | 0.91% | 0.58% | - |
| HSV(B) | 330.31º | 0.78% | 0.96% | - |
| XYZ | 44.27 | 24.1 | 30.33 | - |
| YUV | 121.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 148 | 0 | 0.78 | 0.40 | 0.04 | 330.31 | 0.91 | 0.58 |
| Hex | F5 | 35 | 94 | 0 | 4E | 28 | 4 | 14A | 5B | 3A |
| Octal | 365 | 65 | 224 | 0 | 116 | 50 | 4 | 512 | 133 | 72 |
| Binary | 11110101 | 110101 | 10010100 | 0 | 1001110 | 101000 | 100 | 101001010 | 1011011 | 111010 |
Color Harmonies of #F53594
Complementary color
Monochromatic Colors of #F53594
Black with #F53594
Text Example
Text Example
White with #F53594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53594; }
p { color: rgb(245,53,148); }
H1.HeaderClassName
{
color: #F53594;
}
.AnyTagClassName
{
color: #F53594;
}
</style>
background-color css
<style>
a { background-color: #F53594; }
a { background-color: rgb(245,53,148); }
div.DivClassName
{
background-color: #F53594;
}
.BgClassName
{
background-color: #F53594;
}
</style>
border-color css
<style>
span { border-color: #F53594; }
span { border-color: rgb(245,53,148); }
td.TdClassName
{
border-color: #F53594;
}
.TagClassName
{
border-color: #F53594;
}
</style>