Shades of Wild Strawberry #F1319D
Tints of Wild Strawberry #F1319D
RGB
CMYK
RGB Variations
Color information
#F1319D (or 0xF1319D) is known color: Wild Strawberry. HEX triplet: F1, 31 and 9D. RGB value is (241,49,157). Sum of RGB (Red+Green+Blue) = 241+49+157=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1319D is #0ECE62. Grayscale: #767676. Windows color (decimal): -970339 or 10301937. OLE color: 10301937.
HSL color Cylindrical-coordinate representation of color #F1319D: hue angle of 326.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1319D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 157 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.05 |
| HSL | 326.25º | 0.87% | 0.57% | - |
| HSV(B) | 326.25º | 0.8% | 0.95% | - |
| XYZ | 43.46 | 23.33 | 34.11 | - |
| YUV | 118.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 157 | 0 | 0.80 | 0.35 | 0.05 | 326.25 | 0.87 | 0.57 |
| Hex | F1 | 31 | 9D | 0 | 50 | 23 | 5 | 146 | 57 | 39 |
| Octal | 361 | 61 | 235 | 0 | 120 | 43 | 5 | 506 | 127 | 71 |
| Binary | 11110001 | 110001 | 10011101 | 0 | 1010000 | 100011 | 101 | 101000110 | 1010111 | 111001 |
Color Harmonies of #F1319D
Complementary color
Monochromatic Colors of #F1319D
Black with #F1319D
Text Example
Text Example
White with #F1319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1319D; }
p { color: rgb(241,49,157); }
H1.HeaderClassName
{
color: #F1319D;
}
.AnyTagClassName
{
color: #F1319D;
}
</style>
background-color css
<style>
a { background-color: #F1319D; }
a { background-color: rgb(241,49,157); }
div.DivClassName
{
background-color: #F1319D;
}
.BgClassName
{
background-color: #F1319D;
}
</style>
border-color css
<style>
span { border-color: #F1319D; }
span { border-color: rgb(241,49,157); }
td.TdClassName
{
border-color: #F1319D;
}
.TagClassName
{
border-color: #F1319D;
}
</style>