Shades of Wild Strawberry #F53492
Tints of Wild Strawberry #F53492
RGB
CMYK
RGB Variations
Color information
#F53492 (or 0xF53492) is known color: Wild Strawberry. HEX triplet: F5, 34 and 92. RGB value is (245,52,146). Sum of RGB (Red+Green+Blue) = 245+52+146=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F53492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53492 is #0ACB6D. Grayscale: #787878. Windows color (decimal): -707438 or 9581813. OLE color: 9581813.
HSL color Cylindrical-coordinate representation of color #F53492: hue angle of 330.78º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53492 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 146 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.04 |
| HSL | 330.78º | 0.91% | 0.58% | - |
| HSV(B) | 330.78º | 0.79% | 0.96% | - |
| XYZ | 44.07 | 23.94 | 29.49 | - |
| YUV | 120.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 146 | 0 | 0.79 | 0.40 | 0.04 | 330.78 | 0.91 | 0.58 |
| Hex | F5 | 34 | 92 | 0 | 4F | 28 | 4 | 14B | 5B | 3A |
| Octal | 365 | 64 | 222 | 0 | 117 | 50 | 4 | 513 | 133 | 72 |
| Binary | 11110101 | 110100 | 10010010 | 0 | 1001111 | 101000 | 100 | 101001011 | 1011011 | 111010 |
Color Harmonies of #F53492
Complementary color
Monochromatic Colors of #F53492
Black with #F53492
Text Example
Text Example
White with #F53492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53492; }
p { color: rgb(245,52,146); }
H1.HeaderClassName
{
color: #F53492;
}
.AnyTagClassName
{
color: #F53492;
}
</style>
background-color css
<style>
a { background-color: #F53492; }
a { background-color: rgb(245,52,146); }
div.DivClassName
{
background-color: #F53492;
}
.BgClassName
{
background-color: #F53492;
}
</style>
border-color css
<style>
span { border-color: #F53492; }
span { border-color: rgb(245,52,146); }
td.TdClassName
{
border-color: #F53492;
}
.TagClassName
{
border-color: #F53492;
}
</style>