Shades of Wild Strawberry #F53FA0
Tints of Wild Strawberry #F53FA0
RGB
CMYK
RGB Variations
Color information
#F53FA0 (or 0xF53FA0) is known color: Wild Strawberry. HEX triplet: F5, 3F and A0. RGB value is (245,63,160). Sum of RGB (Red+Green+Blue) = 245+63+160=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FA0 is #0AC05F. Grayscale: #808080. Windows color (decimal): -704608 or 10502133. OLE color: 10502133.
HSL color Cylindrical-coordinate representation of color #F53FA0: hue angle of 328.02º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 160 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.04 |
| HSL | 328.02º | 0.9% | 0.6% | - |
| HSV(B) | 328.02º | 0.74% | 0.96% | - |
| XYZ | 45.78 | 25.51 | 35.77 | - |
| YUV | 128.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 160 | 0 | 0.74 | 0.35 | 0.04 | 328.02 | 0.9 | 0.6 |
| Hex | F5 | 3F | A0 | 0 | 4A | 23 | 4 | 148 | 5A | 3C |
| Octal | 365 | 77 | 240 | 0 | 112 | 43 | 4 | 510 | 132 | 74 |
| Binary | 11110101 | 111111 | 10100000 | 0 | 1001010 | 100011 | 100 | 101001000 | 1011010 | 111100 |
Color Harmonies of #F53FA0
Complementary color
Monochromatic Colors of #F53FA0
Black with #F53FA0
Text Example
Text Example
White with #F53FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FA0; }
p { color: rgb(245,63,160); }
H1.HeaderClassName
{
color: #F53FA0;
}
.AnyTagClassName
{
color: #F53FA0;
}
</style>
background-color css
<style>
a { background-color: #F53FA0; }
a { background-color: rgb(245,63,160); }
div.DivClassName
{
background-color: #F53FA0;
}
.BgClassName
{
background-color: #F53FA0;
}
</style>
border-color css
<style>
span { border-color: #F53FA0; }
span { border-color: rgb(245,63,160); }
td.TdClassName
{
border-color: #F53FA0;
}
.TagClassName
{
border-color: #F53FA0;
}
</style>