Shades of Wild Strawberry #F53A94
Tints of Wild Strawberry #F53A94
RGB
CMYK
RGB Variations
Color information
#F53A94 (or 0xF53A94) is known color: Wild Strawberry. HEX triplet: F5, 3A and 94. RGB value is (245,58,148). Sum of RGB (Red+Green+Blue) = 245+58+148=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53A94 is #0AC56B. Grayscale: #7C7C7C. Windows color (decimal): -705900 or 9714421. OLE color: 9714421.
HSL color Cylindrical-coordinate representation of color #F53A94: hue angle of 331.12º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53A94 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 148 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.04 |
| HSL | 331.12º | 0.9% | 0.59% | - |
| HSV(B) | 331.12º | 0.76% | 0.96% | - |
| XYZ | 44.51 | 24.58 | 30.41 | - |
| YUV | 124.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 148 | 0 | 0.76 | 0.40 | 0.04 | 331.12 | 0.9 | 0.59 |
| Hex | F5 | 3A | 94 | 0 | 4C | 28 | 4 | 14B | 5A | 3B |
| Octal | 365 | 72 | 224 | 0 | 114 | 50 | 4 | 513 | 132 | 73 |
| Binary | 11110101 | 111010 | 10010100 | 0 | 1001100 | 101000 | 100 | 101001011 | 1011010 | 111011 |
Color Harmonies of #F53A94
Complementary color
Monochromatic Colors of #F53A94
Black with #F53A94
Text Example
Text Example
White with #F53A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A94; }
p { color: rgb(245,58,148); }
H1.HeaderClassName
{
color: #F53A94;
}
.AnyTagClassName
{
color: #F53A94;
}
</style>
background-color css
<style>
a { background-color: #F53A94; }
a { background-color: rgb(245,58,148); }
div.DivClassName
{
background-color: #F53A94;
}
.BgClassName
{
background-color: #F53A94;
}
</style>
border-color css
<style>
span { border-color: #F53A94; }
span { border-color: rgb(245,58,148); }
td.TdClassName
{
border-color: #F53A94;
}
.TagClassName
{
border-color: #F53A94;
}
</style>