Shades of Wild Strawberry #F53FA3
Tints of Wild Strawberry #F53FA3
RGB
CMYK
RGB Variations
Color information
#F53FA3 (or 0xF53FA3) is known color: Wild Strawberry. HEX triplet: F5, 3F and A3. RGB value is (245,63,163). Sum of RGB (Red+Green+Blue) = 245+63+163=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FA3 is #0AC05C. Grayscale: #808080. Windows color (decimal): -704605 or 10698741. OLE color: 10698741.
HSL color Cylindrical-coordinate representation of color #F53FA3: hue angle of 327.03º 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 #F53FA3 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 163 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.04 |
| HSL | 327.03º | 0.9% | 0.6% | - |
| HSV(B) | 327.03º | 0.74% | 0.96% | - |
| XYZ | 46.04 | 25.61 | 37.17 | - |
| YUV | 128.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 163 | 0 | 0.74 | 0.33 | 0.04 | 327.03 | 0.9 | 0.6 |
| Hex | F5 | 3F | A3 | 0 | 4A | 21 | 4 | 147 | 5A | 3C |
| Octal | 365 | 77 | 243 | 0 | 112 | 41 | 4 | 507 | 132 | 74 |
| Binary | 11110101 | 111111 | 10100011 | 0 | 1001010 | 100001 | 100 | 101000111 | 1011010 | 111100 |
Color Harmonies of #F53FA3
Complementary color
Monochromatic Colors of #F53FA3
Black with #F53FA3
Text Example
Text Example
White with #F53FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FA3; }
p { color: rgb(245,63,163); }
H1.HeaderClassName
{
color: #F53FA3;
}
.AnyTagClassName
{
color: #F53FA3;
}
</style>
background-color css
<style>
a { background-color: #F53FA3; }
a { background-color: rgb(245,63,163); }
div.DivClassName
{
background-color: #F53FA3;
}
.BgClassName
{
background-color: #F53FA3;
}
</style>
border-color css
<style>
span { border-color: #F53FA3; }
span { border-color: rgb(245,63,163); }
td.TdClassName
{
border-color: #F53FA3;
}
.TagClassName
{
border-color: #F53FA3;
}
</style>