Shades of Wild Strawberry #F5358C
Tints of Wild Strawberry #F5358C
RGB
CMYK
RGB Variations
Color information
#F5358C (or 0xF5358C) is known color: Wild Strawberry. HEX triplet: F5, 35 and 8C. RGB value is (245,53,140). Sum of RGB (Red+Green+Blue) = 245+53+140=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5358C is #0ACA73. Grayscale: #787878. Windows color (decimal): -707188 or 9188853. OLE color: 9188853.
HSL color Cylindrical-coordinate representation of color #F5358C: hue angle of 332.81º 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 #F5358C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 140 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.04 |
| HSL | 332.81º | 0.91% | 0.58% | - |
| HSV(B) | 332.81º | 0.78% | 0.96% | - |
| XYZ | 43.66 | 23.85 | 27.11 | - |
| YUV | 120.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 140 | 0 | 0.78 | 0.43 | 0.04 | 332.81 | 0.91 | 0.58 |
| Hex | F5 | 35 | 8C | 0 | 4E | 2B | 4 | 14D | 5B | 3A |
| Octal | 365 | 65 | 214 | 0 | 116 | 53 | 4 | 515 | 133 | 72 |
| Binary | 11110101 | 110101 | 10001100 | 0 | 1001110 | 101011 | 100 | 101001101 | 1011011 | 111010 |
Color Harmonies of #F5358C
Complementary color
Monochromatic Colors of #F5358C
Black with #F5358C
Text Example
Text Example
White with #F5358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5358C; }
p { color: rgb(245,53,140); }
H1.HeaderClassName
{
color: #F5358C;
}
.AnyTagClassName
{
color: #F5358C;
}
</style>
background-color css
<style>
a { background-color: #F5358C; }
a { background-color: rgb(245,53,140); }
div.DivClassName
{
background-color: #F5358C;
}
.BgClassName
{
background-color: #F5358C;
}
</style>
border-color css
<style>
span { border-color: #F5358C; }
span { border-color: rgb(245,53,140); }
td.TdClassName
{
border-color: #F5358C;
}
.TagClassName
{
border-color: #F5358C;
}
</style>