Shades of Wild Strawberry #F1429D
Tints of Wild Strawberry #F1429D
RGB
CMYK
RGB Variations
Color information
#F1429D (or 0xF1429D) is known color: Wild Strawberry. HEX triplet: F1, 42 and 9D. RGB value is (241,66,157). Sum of RGB (Red+Green+Blue) = 241+66+157=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1429D is #0EBD62. Grayscale: #808080. Windows color (decimal): -965987 or 10306289. OLE color: 10306289.
HSL color Cylindrical-coordinate representation of color #F1429D: hue angle of 328.8º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1429D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 157 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.05 |
| HSL | 328.8º | 0.86% | 0.6% | - |
| HSV(B) | 328.8º | 0.73% | 0.95% | - |
| XYZ | 44.31 | 25.03 | 34.39 | - |
| YUV | 128.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 157 | 0 | 0.73 | 0.35 | 0.05 | 328.8 | 0.86 | 0.6 |
| Hex | F1 | 42 | 9D | 0 | 49 | 23 | 5 | 149 | 56 | 3C |
| Octal | 361 | 102 | 235 | 0 | 111 | 43 | 5 | 511 | 126 | 74 |
| Binary | 11110001 | 1000010 | 10011101 | 0 | 1001001 | 100011 | 101 | 101001001 | 1010110 | 111100 |
Color Harmonies of #F1429D
Complementary color
Monochromatic Colors of #F1429D
Black with #F1429D
Text Example
Text Example
White with #F1429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1429D; }
p { color: rgb(241,66,157); }
H1.HeaderClassName
{
color: #F1429D;
}
.AnyTagClassName
{
color: #F1429D;
}
</style>
background-color css
<style>
a { background-color: #F1429D; }
a { background-color: rgb(241,66,157); }
div.DivClassName
{
background-color: #F1429D;
}
.BgClassName
{
background-color: #F1429D;
}
</style>
border-color css
<style>
span { border-color: #F1429D; }
span { border-color: rgb(241,66,157); }
td.TdClassName
{
border-color: #F1429D;
}
.TagClassName
{
border-color: #F1429D;
}
</style>