Shades of Wild Strawberry #F1379D
Tints of Wild Strawberry #F1379D
RGB
CMYK
RGB Variations
Color information
#F1379D (or 0xF1379D) is known color: Wild Strawberry. HEX triplet: F1, 37 and 9D. RGB value is (241,55,157). Sum of RGB (Red+Green+Blue) = 241+55+157=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1379D is #0EC862. Grayscale: #7A7A7A. Windows color (decimal): -968803 or 10303473. OLE color: 10303473.
HSL color Cylindrical-coordinate representation of color #F1379D: hue angle of 327.1º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1379D is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 157 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.05 |
| HSL | 327.1º | 0.87% | 0.58% | - |
| HSV(B) | 327.1º | 0.77% | 0.95% | - |
| XYZ | 43.73 | 23.87 | 34.2 | - |
| YUV | 122.24 | 147.62 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 157 | 0 | 0.77 | 0.35 | 0.05 | 327.1 | 0.87 | 0.58 |
| Hex | F1 | 37 | 9D | 0 | 4D | 23 | 5 | 147 | 57 | 3A |
| Octal | 361 | 67 | 235 | 0 | 115 | 43 | 5 | 507 | 127 | 72 |
| Binary | 11110001 | 110111 | 10011101 | 0 | 1001101 | 100011 | 101 | 101000111 | 1010111 | 111010 |
Color Harmonies of #F1379D
Complementary color
Monochromatic Colors of #F1379D
Black with #F1379D
Text Example
Text Example
White with #F1379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1379D; }
p { color: rgb(241,55,157); }
H1.HeaderClassName
{
color: #F1379D;
}
.AnyTagClassName
{
color: #F1379D;
}
</style>
background-color css
<style>
a { background-color: #F1379D; }
a { background-color: rgb(241,55,157); }
div.DivClassName
{
background-color: #F1379D;
}
.BgClassName
{
background-color: #F1379D;
}
</style>
border-color css
<style>
span { border-color: #F1379D; }
span { border-color: rgb(241,55,157); }
td.TdClassName
{
border-color: #F1379D;
}
.TagClassName
{
border-color: #F1379D;
}
</style>