Shades of Wild Strawberry #F52C92
Tints of Wild Strawberry #F52C92
RGB
CMYK
RGB Variations
Color information
#F52C92 (or 0xF52C92) is known color: Wild Strawberry. HEX triplet: F5, 2C and 92. RGB value is (245,44,146). Sum of RGB (Red+Green+Blue) = 245+44+146=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52C92 is #0AD36D. Grayscale: #737373. Windows color (decimal): -709486 or 9579765. OLE color: 9579765.
HSL color Cylindrical-coordinate representation of color #F52C92: hue angle of 329.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52C92 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 146 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.04 |
| HSL | 329.55º | 0.91% | 0.57% | - |
| HSV(B) | 329.55º | 0.82% | 0.96% | - |
| XYZ | 43.75 | 23.29 | 29.38 | - |
| YUV | 115.73 | 145.09 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 146 | 0 | 0.82 | 0.40 | 0.04 | 329.55 | 0.91 | 0.57 |
| Hex | F5 | 2C | 92 | 0 | 52 | 28 | 4 | 14A | 5B | 39 |
| Octal | 365 | 54 | 222 | 0 | 122 | 50 | 4 | 512 | 133 | 71 |
| Binary | 11110101 | 101100 | 10010010 | 0 | 1010010 | 101000 | 100 | 101001010 | 1011011 | 111001 |
Color Harmonies of #F52C92
Complementary color
Monochromatic Colors of #F52C92
Black with #F52C92
Text Example
Text Example
White with #F52C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C92; }
p { color: rgb(245,44,146); }
H1.HeaderClassName
{
color: #F52C92;
}
.AnyTagClassName
{
color: #F52C92;
}
</style>
background-color css
<style>
a { background-color: #F52C92; }
a { background-color: rgb(245,44,146); }
div.DivClassName
{
background-color: #F52C92;
}
.BgClassName
{
background-color: #F52C92;
}
</style>
border-color css
<style>
span { border-color: #F52C92; }
span { border-color: rgb(245,44,146); }
td.TdClassName
{
border-color: #F52C92;
}
.TagClassName
{
border-color: #F52C92;
}
</style>