Shades of Wild Strawberry #F53BA0
Tints of Wild Strawberry #F53BA0
RGB
CMYK
RGB Variations
Color information
#F53BA0 (or 0xF53BA0) is known color: Wild Strawberry. HEX triplet: F5, 3B and A0. RGB value is (245,59,160). Sum of RGB (Red+Green+Blue) = 245+59+160=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53BA0 is #0AC45F. Grayscale: #7D7D7D. Windows color (decimal): -705632 or 10501109. OLE color: 10501109.
HSL color Cylindrical-coordinate representation of color #F53BA0: hue angle of 327.42º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53BA0 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 160 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.04 |
| HSL | 327.42º | 0.9% | 0.6% | - |
| HSV(B) | 327.42º | 0.76% | 0.96% | - |
| XYZ | 45.57 | 25.08 | 35.7 | - |
| YUV | 126.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 160 | 0 | 0.76 | 0.35 | 0.04 | 327.42 | 0.9 | 0.6 |
| Hex | F5 | 3B | A0 | 0 | 4C | 23 | 4 | 147 | 5A | 3C |
| Octal | 365 | 73 | 240 | 0 | 114 | 43 | 4 | 507 | 132 | 74 |
| Binary | 11110101 | 111011 | 10100000 | 0 | 1001100 | 100011 | 100 | 101000111 | 1011010 | 111100 |
Color Harmonies of #F53BA0
Complementary color
Monochromatic Colors of #F53BA0
Black with #F53BA0
Text Example
Text Example
White with #F53BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BA0; }
p { color: rgb(245,59,160); }
H1.HeaderClassName
{
color: #F53BA0;
}
.AnyTagClassName
{
color: #F53BA0;
}
</style>
background-color css
<style>
a { background-color: #F53BA0; }
a { background-color: rgb(245,59,160); }
div.DivClassName
{
background-color: #F53BA0;
}
.BgClassName
{
background-color: #F53BA0;
}
</style>
border-color css
<style>
span { border-color: #F53BA0; }
span { border-color: rgb(245,59,160); }
td.TdClassName
{
border-color: #F53BA0;
}
.TagClassName
{
border-color: #F53BA0;
}
</style>