Shades of Wild Strawberry #F52B8C
Tints of Wild Strawberry #F52B8C
RGB
CMYK
RGB Variations
Color information
#F52B8C (or 0xF52B8C) is known color: Wild Strawberry. HEX triplet: F5, 2B and 8C. RGB value is (245,43,140). Sum of RGB (Red+Green+Blue) = 245+43+140=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52B8C is #0AD473. Grayscale: #727272. Windows color (decimal): -709748 or 9186293. OLE color: 9186293.
HSL color Cylindrical-coordinate representation of color #F52B8C: hue angle of 331.19º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52B8C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 140 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.04 |
| HSL | 331.19º | 0.91% | 0.56% | - |
| HSV(B) | 331.19º | 0.82% | 0.96% | - |
| XYZ | 43.25 | 23.03 | 26.98 | - |
| YUV | 114.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 140 | 0 | 0.82 | 0.43 | 0.04 | 331.19 | 0.91 | 0.56 |
| Hex | F5 | 2B | 8C | 0 | 52 | 2B | 4 | 14B | 5B | 38 |
| Octal | 365 | 53 | 214 | 0 | 122 | 53 | 4 | 513 | 133 | 70 |
| Binary | 11110101 | 101011 | 10001100 | 0 | 1010010 | 101011 | 100 | 101001011 | 1011011 | 111000 |
Color Harmonies of #F52B8C
Complementary color
Monochromatic Colors of #F52B8C
Black with #F52B8C
Text Example
Text Example
White with #F52B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52B8C; }
p { color: rgb(245,43,140); }
H1.HeaderClassName
{
color: #F52B8C;
}
.AnyTagClassName
{
color: #F52B8C;
}
</style>
background-color css
<style>
a { background-color: #F52B8C; }
a { background-color: rgb(245,43,140); }
div.DivClassName
{
background-color: #F52B8C;
}
.BgClassName
{
background-color: #F52B8C;
}
</style>
border-color css
<style>
span { border-color: #F52B8C; }
span { border-color: rgb(245,43,140); }
td.TdClassName
{
border-color: #F52B8C;
}
.TagClassName
{
border-color: #F52B8C;
}
</style>