Shades of Wild Strawberry #F1278C
Tints of Wild Strawberry #F1278C
RGB
CMYK
RGB Variations
Color information
#F1278C (or 0xF1278C) is known color: Wild Strawberry. HEX triplet: F1, 27 and 8C. RGB value is (241,39,140). Sum of RGB (Red+Green+Blue) = 241+39+140=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1278C is #0ED873. Grayscale: #6E6E6E. Windows color (decimal): -972916 or 9185265. OLE color: 9185265.
HSL color Cylindrical-coordinate representation of color #F1278C: hue angle of 330º 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 #F1278C is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 140 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.05 |
| HSL | 330º | 0.88% | 0.55% | - |
| HSV(B) | 330º | 0.84% | 0.95% | - |
| XYZ | 41.73 | 22.05 | 26.87 | - |
| YUV | 110.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 140 | 0 | 0.84 | 0.42 | 0.05 | 330 | 0.88 | 0.55 |
| Hex | F1 | 27 | 8C | 0 | 54 | 2A | 5 | 14A | 58 | 37 |
| Octal | 361 | 47 | 214 | 0 | 124 | 52 | 5 | 512 | 130 | 67 |
| Binary | 11110001 | 100111 | 10001100 | 0 | 1010100 | 101010 | 101 | 101001010 | 1011000 | 110111 |
Color Harmonies of #F1278C
Complementary color
Monochromatic Colors of #F1278C
Black with #F1278C
Text Example
Text Example
White with #F1278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1278C; }
p { color: rgb(241,39,140); }
H1.HeaderClassName
{
color: #F1278C;
}
.AnyTagClassName
{
color: #F1278C;
}
</style>
background-color css
<style>
a { background-color: #F1278C; }
a { background-color: rgb(241,39,140); }
div.DivClassName
{
background-color: #F1278C;
}
.BgClassName
{
background-color: #F1278C;
}
</style>
border-color css
<style>
span { border-color: #F1278C; }
span { border-color: rgb(241,39,140); }
td.TdClassName
{
border-color: #F1278C;
}
.TagClassName
{
border-color: #F1278C;
}
</style>