Shades of Wild Strawberry #F1319E
Tints of Wild Strawberry #F1319E
RGB
CMYK
RGB Variations
Color information
#F1319E (or 0xF1319E) is known color: Wild Strawberry. HEX triplet: F1, 31 and 9E. RGB value is (241,49,158). Sum of RGB (Red+Green+Blue) = 241+49+158=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1319E is #0ECE61. Grayscale: #767676. Windows color (decimal): -970338 or 10367473. OLE color: 10367473.
HSL color Cylindrical-coordinate representation of color #F1319E: hue angle of 325.94º 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 #F1319E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 158 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.05 |
| HSL | 325.94º | 0.87% | 0.57% | - |
| HSV(B) | 325.94º | 0.8% | 0.95% | - |
| XYZ | 43.55 | 23.37 | 34.56 | - |
| YUV | 118.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 158 | 0 | 0.80 | 0.34 | 0.05 | 325.94 | 0.87 | 0.57 |
| Hex | F1 | 31 | 9E | 0 | 50 | 22 | 5 | 146 | 57 | 39 |
| Octal | 361 | 61 | 236 | 0 | 120 | 42 | 5 | 506 | 127 | 71 |
| Binary | 11110001 | 110001 | 10011110 | 0 | 1010000 | 100010 | 101 | 101000110 | 1010111 | 111001 |
Color Harmonies of #F1319E
Complementary color
Monochromatic Colors of #F1319E
Black with #F1319E
Text Example
Text Example
White with #F1319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1319E; }
p { color: rgb(241,49,158); }
H1.HeaderClassName
{
color: #F1319E;
}
.AnyTagClassName
{
color: #F1319E;
}
</style>
background-color css
<style>
a { background-color: #F1319E; }
a { background-color: rgb(241,49,158); }
div.DivClassName
{
background-color: #F1319E;
}
.BgClassName
{
background-color: #F1319E;
}
</style>
border-color css
<style>
span { border-color: #F1319E; }
span { border-color: rgb(241,49,158); }
td.TdClassName
{
border-color: #F1319E;
}
.TagClassName
{
border-color: #F1319E;
}
</style>