Shades of Wild Strawberry #F1338D
Tints of Wild Strawberry #F1338D
RGB
CMYK
RGB Variations
Color information
#F1338D (or 0xF1338D) is known color: Wild Strawberry. HEX triplet: F1, 33 and 8D. RGB value is (241,51,141). Sum of RGB (Red+Green+Blue) = 241+51+141=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1338D is #0ECC72. Grayscale: #757575. Windows color (decimal): -969843 or 9253873. OLE color: 9253873.
HSL color Cylindrical-coordinate representation of color #F1338D: hue angle of 331.58º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1338D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 141 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.05 |
| HSL | 331.58º | 0.87% | 0.57% | - |
| HSV(B) | 331.58º | 0.79% | 0.95% | - |
| XYZ | 42.27 | 22.99 | 27.41 | - |
| YUV | 118.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 141 | 0 | 0.79 | 0.41 | 0.05 | 331.58 | 0.87 | 0.57 |
| Hex | F1 | 33 | 8D | 0 | 4F | 29 | 5 | 14C | 57 | 39 |
| Octal | 361 | 63 | 215 | 0 | 117 | 51 | 5 | 514 | 127 | 71 |
| Binary | 11110001 | 110011 | 10001101 | 0 | 1001111 | 101001 | 101 | 101001100 | 1010111 | 111001 |
Color Harmonies of #F1338D
Complementary color
Monochromatic Colors of #F1338D
Black with #F1338D
Text Example
Text Example
White with #F1338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1338D; }
p { color: rgb(241,51,141); }
H1.HeaderClassName
{
color: #F1338D;
}
.AnyTagClassName
{
color: #F1338D;
}
</style>
background-color css
<style>
a { background-color: #F1338D; }
a { background-color: rgb(241,51,141); }
div.DivClassName
{
background-color: #F1338D;
}
.BgClassName
{
background-color: #F1338D;
}
</style>
border-color css
<style>
span { border-color: #F1338D; }
span { border-color: rgb(241,51,141); }
td.TdClassName
{
border-color: #F1338D;
}
.TagClassName
{
border-color: #F1338D;
}
</style>