Shades of Wild Strawberry #F5298B
Tints of Wild Strawberry #F5298B
RGB
CMYK
RGB Variations
Color information
#F5298B (or 0xF5298B) is known color: Wild Strawberry. HEX triplet: F5, 29 and 8B. RGB value is (245,41,139). Sum of RGB (Red+Green+Blue) = 245+41+139=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5298B is #0AD674. Grayscale: #707070. Windows color (decimal): -710261 or 9120245. OLE color: 9120245.
HSL color Cylindrical-coordinate representation of color #F5298B: hue angle of 331.18º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5298B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 139 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.04 |
| HSL | 331.18º | 0.91% | 0.56% | - |
| HSV(B) | 331.18º | 0.83% | 0.96% | - |
| XYZ | 43.11 | 22.86 | 26.57 | - |
| YUV | 113.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 139 | 0 | 0.83 | 0.43 | 0.04 | 331.18 | 0.91 | 0.56 |
| Hex | F5 | 29 | 8B | 0 | 53 | 2B | 4 | 14B | 5B | 38 |
| Octal | 365 | 51 | 213 | 0 | 123 | 53 | 4 | 513 | 133 | 70 |
| Binary | 11110101 | 101001 | 10001011 | 0 | 1010011 | 101011 | 100 | 101001011 | 1011011 | 111000 |
Color Harmonies of #F5298B
Complementary color
Monochromatic Colors of #F5298B
Black with #F5298B
Text Example
Text Example
White with #F5298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5298B; }
p { color: rgb(245,41,139); }
H1.HeaderClassName
{
color: #F5298B;
}
.AnyTagClassName
{
color: #F5298B;
}
</style>
background-color css
<style>
a { background-color: #F5298B; }
a { background-color: rgb(245,41,139); }
div.DivClassName
{
background-color: #F5298B;
}
.BgClassName
{
background-color: #F5298B;
}
</style>
border-color css
<style>
span { border-color: #F5298B; }
span { border-color: rgb(245,41,139); }
td.TdClassName
{
border-color: #F5298B;
}
.TagClassName
{
border-color: #F5298B;
}
</style>