Shades of Wild Strawberry #F5359B
Tints of Wild Strawberry #F5359B
RGB
CMYK
RGB Variations
Color information
#F5359B (or 0xF5359B) is known color: Wild Strawberry. HEX triplet: F5, 35 and 9B. RGB value is (245,53,155). Sum of RGB (Red+Green+Blue) = 245+53+155=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5359B is #0ACA64. Grayscale: #797979. Windows color (decimal): -707173 or 10171893. OLE color: 10171893.
HSL color Cylindrical-coordinate representation of color #F5359B: hue angle of 328.12º 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 #F5359B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 155 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.04 |
| HSL | 328.13º | 0.91% | 0.58% | - |
| HSV(B) | 328.13º | 0.78% | 0.96% | - |
| XYZ | 44.85 | 24.33 | 33.34 | - |
| YUV | 122.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 155 | 0 | 0.78 | 0.37 | 0.04 | 328.13 | 0.91 | 0.58 |
| Hex | F5 | 35 | 9B | 0 | 4E | 25 | 4 | 148 | 5B | 3A |
| Octal | 365 | 65 | 233 | 0 | 116 | 45 | 4 | 510 | 133 | 72 |
| Binary | 11110101 | 110101 | 10011011 | 0 | 1001110 | 100101 | 100 | 101001000 | 1011011 | 111010 |
Color Harmonies of #F5359B
Complementary color
Monochromatic Colors of #F5359B
Black with #F5359B
Text Example
Text Example
White with #F5359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5359B; }
p { color: rgb(245,53,155); }
H1.HeaderClassName
{
color: #F5359B;
}
.AnyTagClassName
{
color: #F5359B;
}
</style>
background-color css
<style>
a { background-color: #F5359B; }
a { background-color: rgb(245,53,155); }
div.DivClassName
{
background-color: #F5359B;
}
.BgClassName
{
background-color: #F5359B;
}
</style>
border-color css
<style>
span { border-color: #F5359B; }
span { border-color: rgb(245,53,155); }
td.TdClassName
{
border-color: #F5359B;
}
.TagClassName
{
border-color: #F5359B;
}
</style>