Shades of Wild Strawberry #F1278B
Tints of Wild Strawberry #F1278B
RGB
CMYK
RGB Variations
Color information
#F1278B (or 0xF1278B) is known color: Wild Strawberry. HEX triplet: F1, 27 and 8B. RGB value is (241,39,139). Sum of RGB (Red+Green+Blue) = 241+39+139=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1278B is #0ED874. Grayscale: #6E6E6E. Windows color (decimal): -972917 or 9119729. OLE color: 9119729.
HSL color Cylindrical-coordinate representation of color #F1278B: 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.84%. Process color model (Four color, CMYK) of #F1278B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 139 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.05 |
| HSL | 330.3º | 0.88% | 0.55% | - |
| HSV(B) | 330.3º | 0.84% | 0.95% | - |
| XYZ | 41.66 | 22.02 | 26.48 | - |
| YUV | 110.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 139 | 0 | 0.84 | 0.42 | 0.05 | 330.3 | 0.88 | 0.55 |
| Hex | F1 | 27 | 8B | 0 | 54 | 2A | 5 | 14A | 58 | 37 |
| Octal | 361 | 47 | 213 | 0 | 124 | 52 | 5 | 512 | 130 | 67 |
| Binary | 11110001 | 100111 | 10001011 | 0 | 1010100 | 101010 | 101 | 101001010 | 1011000 | 110111 |
Color Harmonies of #F1278B
Complementary color
Monochromatic Colors of #F1278B
Black with #F1278B
Text Example
Text Example
White with #F1278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1278B; }
p { color: rgb(241,39,139); }
H1.HeaderClassName
{
color: #F1278B;
}
.AnyTagClassName
{
color: #F1278B;
}
</style>
background-color css
<style>
a { background-color: #F1278B; }
a { background-color: rgb(241,39,139); }
div.DivClassName
{
background-color: #F1278B;
}
.BgClassName
{
background-color: #F1278B;
}
</style>
border-color css
<style>
span { border-color: #F1278B; }
span { border-color: rgb(241,39,139); }
td.TdClassName
{
border-color: #F1278B;
}
.TagClassName
{
border-color: #F1278B;
}
</style>