Shades of Wild Strawberry #F52C94
Tints of Wild Strawberry #F52C94
RGB
CMYK
RGB Variations
Color information
#F52C94 (or 0xF52C94) is known color: Wild Strawberry. HEX triplet: F5, 2C and 94. RGB value is (245,44,148). Sum of RGB (Red+Green+Blue) = 245+44+148=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52C94 is #0AD36B. Grayscale: #737373. Windows color (decimal): -709484 or 9710837. OLE color: 9710837.
HSL color Cylindrical-coordinate representation of color #F52C94: hue angle of 328.96º 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 #F52C94 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 148 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.04 |
| HSL | 328.96º | 0.91% | 0.57% | - |
| HSV(B) | 328.96º | 0.82% | 0.96% | - |
| XYZ | 43.9 | 23.35 | 30.21 | - |
| YUV | 115.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 148 | 0 | 0.82 | 0.40 | 0.04 | 328.96 | 0.91 | 0.57 |
| Hex | F5 | 2C | 94 | 0 | 52 | 28 | 4 | 149 | 5B | 39 |
| Octal | 365 | 54 | 224 | 0 | 122 | 50 | 4 | 511 | 133 | 71 |
| Binary | 11110101 | 101100 | 10010100 | 0 | 1010010 | 101000 | 100 | 101001001 | 1011011 | 111001 |
Color Harmonies of #F52C94
Complementary color
Monochromatic Colors of #F52C94
Black with #F52C94
Text Example
Text Example
White with #F52C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C94; }
p { color: rgb(245,44,148); }
H1.HeaderClassName
{
color: #F52C94;
}
.AnyTagClassName
{
color: #F52C94;
}
</style>
background-color css
<style>
a { background-color: #F52C94; }
a { background-color: rgb(245,44,148); }
div.DivClassName
{
background-color: #F52C94;
}
.BgClassName
{
background-color: #F52C94;
}
</style>
border-color css
<style>
span { border-color: #F52C94; }
span { border-color: rgb(245,44,148); }
td.TdClassName
{
border-color: #F52C94;
}
.TagClassName
{
border-color: #F52C94;
}
</style>