Shades of Wild Strawberry #F1288C
Tints of Wild Strawberry #F1288C
RGB
CMYK
RGB Variations
Color information
#F1288C (or 0xF1288C) is known color: Wild Strawberry. HEX triplet: F1, 28 and 8C. RGB value is (241,40,140). Sum of RGB (Red+Green+Blue) = 241+40+140=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1288C is #0ED773. Grayscale: #6F6F6F. Windows color (decimal): -972660 or 9185521. OLE color: 9185521.
HSL color Cylindrical-coordinate representation of color #F1288C: hue angle of 330.15º 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 #F1288C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 140 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.05 |
| HSL | 330.15º | 0.88% | 0.55% | - |
| HSV(B) | 330.15º | 0.83% | 0.95% | - |
| XYZ | 41.77 | 22.11 | 26.88 | - |
| YUV | 111.5 | 144.09 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 140 | 0 | 0.83 | 0.42 | 0.05 | 330.15 | 0.88 | 0.55 |
| Hex | F1 | 28 | 8C | 0 | 53 | 2A | 5 | 14A | 58 | 37 |
| Octal | 361 | 50 | 214 | 0 | 123 | 52 | 5 | 512 | 130 | 67 |
| Binary | 11110001 | 101000 | 10001100 | 0 | 1010011 | 101010 | 101 | 101001010 | 1011000 | 110111 |
Color Harmonies of #F1288C
Complementary color
Monochromatic Colors of #F1288C
Black with #F1288C
Text Example
Text Example
White with #F1288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1288C; }
p { color: rgb(241,40,140); }
H1.HeaderClassName
{
color: #F1288C;
}
.AnyTagClassName
{
color: #F1288C;
}
</style>
background-color css
<style>
a { background-color: #F1288C; }
a { background-color: rgb(241,40,140); }
div.DivClassName
{
background-color: #F1288C;
}
.BgClassName
{
background-color: #F1288C;
}
</style>
border-color css
<style>
span { border-color: #F1288C; }
span { border-color: rgb(241,40,140); }
td.TdClassName
{
border-color: #F1288C;
}
.TagClassName
{
border-color: #F1288C;
}
</style>