Shades of Wild Strawberry #F5298D
Tints of Wild Strawberry #F5298D
RGB
CMYK
RGB Variations
Color information
#F5298D (or 0xF5298D) is known color: Wild Strawberry. HEX triplet: F5, 29 and 8D. RGB value is (245,41,141). Sum of RGB (Red+Green+Blue) = 245+41+141=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F5298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5298D is #0AD672. Grayscale: #717171. Windows color (decimal): -710259 or 9251317. OLE color: 9251317.
HSL color Cylindrical-coordinate representation of color #F5298D: hue angle of 330.59º 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 #F5298D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 141 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.04 |
| HSL | 330.59º | 0.91% | 0.56% | - |
| HSV(B) | 330.59º | 0.83% | 0.96% | - |
| XYZ | 43.26 | 22.92 | 27.34 | - |
| YUV | 113.4 | 143.59 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 141 | 0 | 0.83 | 0.42 | 0.04 | 330.59 | 0.91 | 0.56 |
| Hex | F5 | 29 | 8D | 0 | 53 | 2A | 4 | 14B | 5B | 38 |
| Octal | 365 | 51 | 215 | 0 | 123 | 52 | 4 | 513 | 133 | 70 |
| Binary | 11110101 | 101001 | 10001101 | 0 | 1010011 | 101010 | 100 | 101001011 | 1011011 | 111000 |
Color Harmonies of #F5298D
Complementary color
Monochromatic Colors of #F5298D
Black with #F5298D
Text Example
Text Example
White with #F5298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5298D; }
p { color: rgb(245,41,141); }
H1.HeaderClassName
{
color: #F5298D;
}
.AnyTagClassName
{
color: #F5298D;
}
</style>
background-color css
<style>
a { background-color: #F5298D; }
a { background-color: rgb(245,41,141); }
div.DivClassName
{
background-color: #F5298D;
}
.BgClassName
{
background-color: #F5298D;
}
</style>
border-color css
<style>
span { border-color: #F5298D; }
span { border-color: rgb(245,41,141); }
td.TdClassName
{
border-color: #F5298D;
}
.TagClassName
{
border-color: #F5298D;
}
</style>