Shades of Wild Strawberry #F1298C
Tints of Wild Strawberry #F1298C
RGB
CMYK
RGB Variations
Color information
#F1298C (or 0xF1298C) is known color: Wild Strawberry. HEX triplet: F1, 29 and 8C. RGB value is (241,41,140). Sum of RGB (Red+Green+Blue) = 241+41+140=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1298C is #0ED673. Grayscale: #6F6F6F. Windows color (decimal): -972404 or 9185777. OLE color: 9185777.
HSL color Cylindrical-coordinate representation of color #F1298C: hue angle of 330.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1298C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 140 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.05 |
| HSL | 330.3º | 0.88% | 0.55% | - |
| HSV(B) | 330.3º | 0.83% | 0.95% | - |
| XYZ | 41.8 | 22.18 | 26.89 | - |
| YUV | 112.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 140 | 0 | 0.83 | 0.42 | 0.05 | 330.3 | 0.88 | 0.55 |
| Hex | F1 | 29 | 8C | 0 | 53 | 2A | 5 | 14A | 58 | 37 |
| Octal | 361 | 51 | 214 | 0 | 123 | 52 | 5 | 512 | 130 | 67 |
| Binary | 11110001 | 101001 | 10001100 | 0 | 1010011 | 101010 | 101 | 101001010 | 1011000 | 110111 |
Color Harmonies of #F1298C
Complementary color
Monochromatic Colors of #F1298C
Black with #F1298C
Text Example
Text Example
White with #F1298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1298C; }
p { color: rgb(241,41,140); }
H1.HeaderClassName
{
color: #F1298C;
}
.AnyTagClassName
{
color: #F1298C;
}
</style>
background-color css
<style>
a { background-color: #F1298C; }
a { background-color: rgb(241,41,140); }
div.DivClassName
{
background-color: #F1298C;
}
.BgClassName
{
background-color: #F1298C;
}
</style>
border-color css
<style>
span { border-color: #F1298C; }
span { border-color: rgb(241,41,140); }
td.TdClassName
{
border-color: #F1298C;
}
.TagClassName
{
border-color: #F1298C;
}
</style>