Shades of Wild Strawberry #F5298F
Tints of Wild Strawberry #F5298F
RGB
CMYK
RGB Variations
Color information
#F5298F (or 0xF5298F) is known color: Wild Strawberry. HEX triplet: F5, 29 and 8F. RGB value is (245,41,143). Sum of RGB (Red+Green+Blue) = 245+41+143=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F5298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5298F is #0AD670. Grayscale: #717171. Windows color (decimal): -710257 or 9382389. OLE color: 9382389.
HSL color Cylindrical-coordinate representation of color #F5298F: hue angle of 330º 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 #F5298F is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 143 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.04 |
| HSL | 330º | 0.91% | 0.56% | - |
| HSV(B) | 330º | 0.83% | 0.96% | - |
| XYZ | 43.41 | 22.98 | 28.13 | - |
| YUV | 113.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 143 | 0 | 0.83 | 0.42 | 0.04 | 330 | 0.91 | 0.56 |
| Hex | F5 | 29 | 8F | 0 | 53 | 2A | 4 | 14A | 5B | 38 |
| Octal | 365 | 51 | 217 | 0 | 123 | 52 | 4 | 512 | 133 | 70 |
| Binary | 11110101 | 101001 | 10001111 | 0 | 1010011 | 101010 | 100 | 101001010 | 1011011 | 111000 |
Color Harmonies of #F5298F
Complementary color
Monochromatic Colors of #F5298F
Black with #F5298F
Text Example
Text Example
White with #F5298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5298F; }
p { color: rgb(245,41,143); }
H1.HeaderClassName
{
color: #F5298F;
}
.AnyTagClassName
{
color: #F5298F;
}
</style>
background-color css
<style>
a { background-color: #F5298F; }
a { background-color: rgb(245,41,143); }
div.DivClassName
{
background-color: #F5298F;
}
.BgClassName
{
background-color: #F5298F;
}
</style>
border-color css
<style>
span { border-color: #F5298F; }
span { border-color: rgb(245,41,143); }
td.TdClassName
{
border-color: #F5298F;
}
.TagClassName
{
border-color: #F5298F;
}
</style>