Shades of Wild Strawberry #F1439C
Tints of Wild Strawberry #F1439C
RGB
CMYK
RGB Variations
Color information
#F1439C (or 0xF1439C) is known color: Wild Strawberry. HEX triplet: F1, 43 and 9C. RGB value is (241,67,156). Sum of RGB (Red+Green+Blue) = 241+67+156=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1439C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1439C is #0EBC63. Grayscale: #808080. Windows color (decimal): -965732 or 10241009. OLE color: 10241009.
HSL color Cylindrical-coordinate representation of color #F1439C: hue angle of 329.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1439C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 156 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.05 |
| HSL | 329.31º | 0.86% | 0.6% | - |
| HSV(B) | 329.31º | 0.72% | 0.95% | - |
| XYZ | 44.28 | 25.12 | 33.97 | - |
| YUV | 129.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 156 | 0 | 0.72 | 0.35 | 0.05 | 329.31 | 0.86 | 0.6 |
| Hex | F1 | 43 | 9C | 0 | 48 | 23 | 5 | 149 | 56 | 3C |
| Octal | 361 | 103 | 234 | 0 | 110 | 43 | 5 | 511 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10011100 | 0 | 1001000 | 100011 | 101 | 101001001 | 1010110 | 111100 |
Color Harmonies of #F1439C
Complementary color
Monochromatic Colors of #F1439C
Black with #F1439C
Text Example
Text Example
White with #F1439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1439C; }
p { color: rgb(241,67,156); }
H1.HeaderClassName
{
color: #F1439C;
}
.AnyTagClassName
{
color: #F1439C;
}
</style>
background-color css
<style>
a { background-color: #F1439C; }
a { background-color: rgb(241,67,156); }
div.DivClassName
{
background-color: #F1439C;
}
.BgClassName
{
background-color: #F1439C;
}
</style>
border-color css
<style>
span { border-color: #F1439C; }
span { border-color: rgb(241,67,156); }
td.TdClassName
{
border-color: #F1439C;
}
.TagClassName
{
border-color: #F1439C;
}
</style>