Shades of Wild Strawberry #F1329F
Tints of Wild Strawberry #F1329F
RGB
CMYK
RGB Variations
Color information
#F1329F (or 0xF1329F) is known color: Wild Strawberry. HEX triplet: F1, 32 and 9F. RGB value is (241,50,159). Sum of RGB (Red+Green+Blue) = 241+50+159=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1329F is #0ECD60. Grayscale: #777777. Windows color (decimal): -970081 or 10433265. OLE color: 10433265.
HSL color Cylindrical-coordinate representation of color #F1329F: hue angle of 325.76º 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 #F1329F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 159 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.05 |
| HSL | 325.76º | 0.87% | 0.57% | - |
| HSV(B) | 325.76º | 0.79% | 0.95% | - |
| XYZ | 43.67 | 23.49 | 35.03 | - |
| YUV | 119.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 159 | 0 | 0.79 | 0.34 | 0.05 | 325.76 | 0.87 | 0.57 |
| Hex | F1 | 32 | 9F | 0 | 4F | 22 | 5 | 146 | 57 | 39 |
| Octal | 361 | 62 | 237 | 0 | 117 | 42 | 5 | 506 | 127 | 71 |
| Binary | 11110001 | 110010 | 10011111 | 0 | 1001111 | 100010 | 101 | 101000110 | 1010111 | 111001 |
Color Harmonies of #F1329F
Complementary color
Monochromatic Colors of #F1329F
Black with #F1329F
Text Example
Text Example
White with #F1329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1329F; }
p { color: rgb(241,50,159); }
H1.HeaderClassName
{
color: #F1329F;
}
.AnyTagClassName
{
color: #F1329F;
}
</style>
background-color css
<style>
a { background-color: #F1329F; }
a { background-color: rgb(241,50,159); }
div.DivClassName
{
background-color: #F1329F;
}
.BgClassName
{
background-color: #F1329F;
}
</style>
border-color css
<style>
span { border-color: #F1329F; }
span { border-color: rgb(241,50,159); }
td.TdClassName
{
border-color: #F1329F;
}
.TagClassName
{
border-color: #F1329F;
}
</style>