Shades of Wild Strawberry #F139A0
Tints of Wild Strawberry #F139A0
RGB
CMYK
RGB Variations
Color information
#F139A0 (or 0xF139A0) is known color: Wild Strawberry. HEX triplet: F1, 39 and A0. RGB value is (241,57,160). Sum of RGB (Red+Green+Blue) = 241+57+160=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F139A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F139A0 is #0EC65F. Grayscale: #7B7B7B. Windows color (decimal): -968288 or 10500593. OLE color: 10500593.
HSL color Cylindrical-coordinate representation of color #F139A0: hue angle of 326.41º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139A0 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 160 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.05 |
| HSL | 326.41º | 0.87% | 0.58% | - |
| HSV(B) | 326.41º | 0.76% | 0.95% | - |
| XYZ | 44.08 | 24.17 | 35.6 | - |
| YUV | 123.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 160 | 0 | 0.76 | 0.34 | 0.05 | 326.41 | 0.87 | 0.58 |
| Hex | F1 | 39 | A0 | 0 | 4C | 22 | 5 | 146 | 57 | 3A |
| Octal | 361 | 71 | 240 | 0 | 114 | 42 | 5 | 506 | 127 | 72 |
| Binary | 11110001 | 111001 | 10100000 | 0 | 1001100 | 100010 | 101 | 101000110 | 1010111 | 111010 |
Color Harmonies of #F139A0
Complementary color
Monochromatic Colors of #F139A0
Black with #F139A0
Text Example
Text Example
White with #F139A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139A0; }
p { color: rgb(241,57,160); }
H1.HeaderClassName
{
color: #F139A0;
}
.AnyTagClassName
{
color: #F139A0;
}
</style>
background-color css
<style>
a { background-color: #F139A0; }
a { background-color: rgb(241,57,160); }
div.DivClassName
{
background-color: #F139A0;
}
.BgClassName
{
background-color: #F139A0;
}
</style>
border-color css
<style>
span { border-color: #F139A0; }
span { border-color: rgb(241,57,160); }
td.TdClassName
{
border-color: #F139A0;
}
.TagClassName
{
border-color: #F139A0;
}
</style>