Shades of Wild Strawberry #F1308C
Tints of Wild Strawberry #F1308C
RGB
CMYK
RGB Variations
Color information
#F1308C (or 0xF1308C) is known color: Wild Strawberry. HEX triplet: F1, 30 and 8C. RGB value is (241,48,140). Sum of RGB (Red+Green+Blue) = 241+48+140=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1308C is #0ECF73. Grayscale: #747474. Windows color (decimal): -970612 or 9187569. OLE color: 9187569.
HSL color Cylindrical-coordinate representation of color #F1308C: hue angle of 331.4º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1308C is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 140 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.05 |
| HSL | 331.4º | 0.87% | 0.57% | - |
| HSV(B) | 331.4º | 0.8% | 0.95% | - |
| XYZ | 42.07 | 22.71 | 26.98 | - |
| YUV | 116.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 140 | 0 | 0.80 | 0.42 | 0.05 | 331.4 | 0.87 | 0.57 |
| Hex | F1 | 30 | 8C | 0 | 50 | 2A | 5 | 14B | 57 | 39 |
| Octal | 361 | 60 | 214 | 0 | 120 | 52 | 5 | 513 | 127 | 71 |
| Binary | 11110001 | 110000 | 10001100 | 0 | 1010000 | 101010 | 101 | 101001011 | 1010111 | 111001 |
Color Harmonies of #F1308C
Complementary color
Monochromatic Colors of #F1308C
Black with #F1308C
Text Example
Text Example
White with #F1308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1308C; }
p { color: rgb(241,48,140); }
H1.HeaderClassName
{
color: #F1308C;
}
.AnyTagClassName
{
color: #F1308C;
}
</style>
background-color css
<style>
a { background-color: #F1308C; }
a { background-color: rgb(241,48,140); }
div.DivClassName
{
background-color: #F1308C;
}
.BgClassName
{
background-color: #F1308C;
}
</style>
border-color css
<style>
span { border-color: #F1308C; }
span { border-color: rgb(241,48,140); }
td.TdClassName
{
border-color: #F1308C;
}
.TagClassName
{
border-color: #F1308C;
}
</style>