Shades of Wild Strawberry #F1319B
Tints of Wild Strawberry #F1319B
RGB
CMYK
RGB Variations
Color information
#F1319B (or 0xF1319B) is known color: Wild Strawberry. HEX triplet: F1, 31 and 9B. RGB value is (241,49,155). Sum of RGB (Red+Green+Blue) = 241+49+155=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1319B is #0ECE64. Grayscale: #767676. Windows color (decimal): -970341 or 10170865. OLE color: 10170865.
HSL color Cylindrical-coordinate representation of color #F1319B: hue angle of 326.88º 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 #F1319B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 155 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.05 |
| HSL | 326.88º | 0.87% | 0.57% | - |
| HSV(B) | 326.88º | 0.8% | 0.95% | - |
| XYZ | 43.29 | 23.26 | 33.22 | - |
| YUV | 118.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 155 | 0 | 0.80 | 0.36 | 0.05 | 326.88 | 0.87 | 0.57 |
| Hex | F1 | 31 | 9B | 0 | 50 | 24 | 5 | 147 | 57 | 39 |
| Octal | 361 | 61 | 233 | 0 | 120 | 44 | 5 | 507 | 127 | 71 |
| Binary | 11110001 | 110001 | 10011011 | 0 | 1010000 | 100100 | 101 | 101000111 | 1010111 | 111001 |
Color Harmonies of #F1319B
Complementary color
Monochromatic Colors of #F1319B
Black with #F1319B
Text Example
Text Example
White with #F1319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1319B; }
p { color: rgb(241,49,155); }
H1.HeaderClassName
{
color: #F1319B;
}
.AnyTagClassName
{
color: #F1319B;
}
</style>
background-color css
<style>
a { background-color: #F1319B; }
a { background-color: rgb(241,49,155); }
div.DivClassName
{
background-color: #F1319B;
}
.BgClassName
{
background-color: #F1319B;
}
</style>
border-color css
<style>
span { border-color: #F1319B; }
span { border-color: rgb(241,49,155); }
td.TdClassName
{
border-color: #F1319B;
}
.TagClassName
{
border-color: #F1319B;
}
</style>