Shades of Wild Strawberry #F1389C
Tints of Wild Strawberry #F1389C
RGB
CMYK
RGB Variations
Color information
#F1389C (or 0xF1389C) is known color: Wild Strawberry. HEX triplet: F1, 38 and 9C. RGB value is (241,56,156). Sum of RGB (Red+Green+Blue) = 241+56+156=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1389C is #0EC763. Grayscale: #7A7A7A. Windows color (decimal): -968548 or 10238193. OLE color: 10238193.
HSL color Cylindrical-coordinate representation of color #F1389C: hue angle of 327.57º 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 #F1389C is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 156 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.05 |
| HSL | 327.57º | 0.87% | 0.58% | - |
| HSV(B) | 327.57º | 0.77% | 0.95% | - |
| XYZ | 43.69 | 23.93 | 33.77 | - |
| YUV | 122.72 | 146.79 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 156 | 0 | 0.77 | 0.35 | 0.05 | 327.57 | 0.87 | 0.58 |
| Hex | F1 | 38 | 9C | 0 | 4D | 23 | 5 | 148 | 57 | 3A |
| Octal | 361 | 70 | 234 | 0 | 115 | 43 | 5 | 510 | 127 | 72 |
| Binary | 11110001 | 111000 | 10011100 | 0 | 1001101 | 100011 | 101 | 101001000 | 1010111 | 111010 |
Color Harmonies of #F1389C
Complementary color
Monochromatic Colors of #F1389C
Black with #F1389C
Text Example
Text Example
White with #F1389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1389C; }
p { color: rgb(241,56,156); }
H1.HeaderClassName
{
color: #F1389C;
}
.AnyTagClassName
{
color: #F1389C;
}
</style>
background-color css
<style>
a { background-color: #F1389C; }
a { background-color: rgb(241,56,156); }
div.DivClassName
{
background-color: #F1389C;
}
.BgClassName
{
background-color: #F1389C;
}
</style>
border-color css
<style>
span { border-color: #F1389C; }
span { border-color: rgb(241,56,156); }
td.TdClassName
{
border-color: #F1389C;
}
.TagClassName
{
border-color: #F1389C;
}
</style>