Shades of Wild Strawberry #F1358F
Tints of Wild Strawberry #F1358F
RGB
CMYK
RGB Variations
Color information
#F1358F (or 0xF1358F) is known color: Wild Strawberry. HEX triplet: F1, 35 and 8F. RGB value is (241,53,143). Sum of RGB (Red+Green+Blue) = 241+53+143=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1358F is #0ECA70. Grayscale: #777777. Windows color (decimal): -969329 or 9385457. OLE color: 9385457.
HSL color Cylindrical-coordinate representation of color #F1358F: hue angle of 331.28º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1358F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 143 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.05 |
| HSL | 331.28º | 0.87% | 0.58% | - |
| HSV(B) | 331.28º | 0.78% | 0.95% | - |
| XYZ | 42.51 | 23.23 | 28.23 | - |
| YUV | 119.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 143 | 0 | 0.78 | 0.41 | 0.05 | 331.28 | 0.87 | 0.58 |
| Hex | F1 | 35 | 8F | 0 | 4E | 29 | 5 | 14B | 57 | 3A |
| Octal | 361 | 65 | 217 | 0 | 116 | 51 | 5 | 513 | 127 | 72 |
| Binary | 11110001 | 110101 | 10001111 | 0 | 1001110 | 101001 | 101 | 101001011 | 1010111 | 111010 |
Color Harmonies of #F1358F
Complementary color
Monochromatic Colors of #F1358F
Black with #F1358F
Text Example
Text Example
White with #F1358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1358F; }
p { color: rgb(241,53,143); }
H1.HeaderClassName
{
color: #F1358F;
}
.AnyTagClassName
{
color: #F1358F;
}
</style>
background-color css
<style>
a { background-color: #F1358F; }
a { background-color: rgb(241,53,143); }
div.DivClassName
{
background-color: #F1358F;
}
.BgClassName
{
background-color: #F1358F;
}
</style>
border-color css
<style>
span { border-color: #F1358F; }
span { border-color: rgb(241,53,143); }
td.TdClassName
{
border-color: #F1358F;
}
.TagClassName
{
border-color: #F1358F;
}
</style>