Shades of Wild Strawberry #F53FA4
Tints of Wild Strawberry #F53FA4
RGB
CMYK
RGB Variations
Color information
#F53FA4 (or 0xF53FA4) is known color: Wild Strawberry. HEX triplet: F5, 3F and A4. RGB value is (245,63,164). Sum of RGB (Red+Green+Blue) = 245+63+164=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FA4 is #0AC05B. Grayscale: #808080. Windows color (decimal): -704604 or 10764277. OLE color: 10764277.
HSL color Cylindrical-coordinate representation of color #F53FA4: hue angle of 326.7º 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 #F53FA4 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 164 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.04 |
| HSL | 326.7º | 0.9% | 0.6% | - |
| HSV(B) | 326.7º | 0.74% | 0.96% | - |
| XYZ | 46.13 | 25.65 | 37.64 | - |
| YUV | 128.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 164 | 0 | 0.74 | 0.33 | 0.04 | 326.7 | 0.9 | 0.6 |
| Hex | F5 | 3F | A4 | 0 | 4A | 21 | 4 | 147 | 5A | 3C |
| Octal | 365 | 77 | 244 | 0 | 112 | 41 | 4 | 507 | 132 | 74 |
| Binary | 11110101 | 111111 | 10100100 | 0 | 1001010 | 100001 | 100 | 101000111 | 1011010 | 111100 |
Color Harmonies of #F53FA4
Complementary color
Monochromatic Colors of #F53FA4
Black with #F53FA4
Text Example
Text Example
White with #F53FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FA4; }
p { color: rgb(245,63,164); }
H1.HeaderClassName
{
color: #F53FA4;
}
.AnyTagClassName
{
color: #F53FA4;
}
</style>
background-color css
<style>
a { background-color: #F53FA4; }
a { background-color: rgb(245,63,164); }
div.DivClassName
{
background-color: #F53FA4;
}
.BgClassName
{
background-color: #F53FA4;
}
</style>
border-color css
<style>
span { border-color: #F53FA4; }
span { border-color: rgb(245,63,164); }
td.TdClassName
{
border-color: #F53FA4;
}
.TagClassName
{
border-color: #F53FA4;
}
</style>