Shades of Wild Strawberry #F53BA5
Tints of Wild Strawberry #F53BA5
RGB
CMYK
RGB Variations
Color information
#F53BA5 (or 0xF53BA5) is known color: Wild Strawberry. HEX triplet: F5, 3B and A5. RGB value is (245,59,165). Sum of RGB (Red+Green+Blue) = 245+59+165=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53BA5 is #0AC45A. Grayscale: #7E7E7E. Windows color (decimal): -705627 or 10828789. OLE color: 10828789.
HSL color Cylindrical-coordinate representation of color #F53BA5: hue angle of 325.81º 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 #F53BA5 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 165 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.04 |
| HSL | 325.81º | 0.9% | 0.6% | - |
| HSV(B) | 325.81º | 0.76% | 0.96% | - |
| XYZ | 46.01 | 25.26 | 38.05 | - |
| YUV | 126.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 165 | 0 | 0.76 | 0.33 | 0.04 | 325.81 | 0.9 | 0.6 |
| Hex | F5 | 3B | A5 | 0 | 4C | 21 | 4 | 146 | 5A | 3C |
| Octal | 365 | 73 | 245 | 0 | 114 | 41 | 4 | 506 | 132 | 74 |
| Binary | 11110101 | 111011 | 10100101 | 0 | 1001100 | 100001 | 100 | 101000110 | 1011010 | 111100 |
Color Harmonies of #F53BA5
Complementary color
Monochromatic Colors of #F53BA5
Black with #F53BA5
Text Example
Text Example
White with #F53BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BA5; }
p { color: rgb(245,59,165); }
H1.HeaderClassName
{
color: #F53BA5;
}
.AnyTagClassName
{
color: #F53BA5;
}
</style>
background-color css
<style>
a { background-color: #F53BA5; }
a { background-color: rgb(245,59,165); }
div.DivClassName
{
background-color: #F53BA5;
}
.BgClassName
{
background-color: #F53BA5;
}
</style>
border-color css
<style>
span { border-color: #F53BA5; }
span { border-color: rgb(245,59,165); }
td.TdClassName
{
border-color: #F53BA5;
}
.TagClassName
{
border-color: #F53BA5;
}
</style>