Shades of Wild Strawberry #F53FA5
Tints of Wild Strawberry #F53FA5
RGB
CMYK
RGB Variations
Color information
#F53FA5 (or 0xF53FA5) is known color: Wild Strawberry. HEX triplet: F5, 3F and A5. RGB value is (245,63,165). Sum of RGB (Red+Green+Blue) = 245+63+165=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FA5 is #0AC05A. Grayscale: #808080. Windows color (decimal): -704603 or 10829813. OLE color: 10829813.
HSL color Cylindrical-coordinate representation of color #F53FA5: hue angle of 326.37º 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 #F53FA5 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 165 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.04 |
| HSL | 326.37º | 0.9% | 0.6% | - |
| HSV(B) | 326.37º | 0.74% | 0.96% | - |
| XYZ | 46.23 | 25.68 | 38.12 | - |
| YUV | 129.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 165 | 0 | 0.74 | 0.33 | 0.04 | 326.37 | 0.9 | 0.6 |
| Hex | F5 | 3F | A5 | 0 | 4A | 21 | 4 | 146 | 5A | 3C |
| Octal | 365 | 77 | 245 | 0 | 112 | 41 | 4 | 506 | 132 | 74 |
| Binary | 11110101 | 111111 | 10100101 | 0 | 1001010 | 100001 | 100 | 101000110 | 1011010 | 111100 |
Color Harmonies of #F53FA5
Complementary color
Monochromatic Colors of #F53FA5
Black with #F53FA5
Text Example
Text Example
White with #F53FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FA5; }
p { color: rgb(245,63,165); }
H1.HeaderClassName
{
color: #F53FA5;
}
.AnyTagClassName
{
color: #F53FA5;
}
</style>
background-color css
<style>
a { background-color: #F53FA5; }
a { background-color: rgb(245,63,165); }
div.DivClassName
{
background-color: #F53FA5;
}
.BgClassName
{
background-color: #F53FA5;
}
</style>
border-color css
<style>
span { border-color: #F53FA5; }
span { border-color: rgb(245,63,165); }
td.TdClassName
{
border-color: #F53FA5;
}
.TagClassName
{
border-color: #F53FA5;
}
</style>