Shades of Wild Strawberry #F13297
Tints of Wild Strawberry #F13297
RGB
CMYK
RGB Variations
Color information
#F13297 (or 0xF13297) is known color: Wild Strawberry. HEX triplet: F1, 32 and 97. RGB value is (241,50,151). Sum of RGB (Red+Green+Blue) = 241+50+151=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F13297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13297 is #0ECD68. Grayscale: #767676. Windows color (decimal): -970089 or 9908977. OLE color: 9908977.
HSL color Cylindrical-coordinate representation of color #F13297: hue angle of 328.27º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13297 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 151 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.05 |
| HSL | 328.27º | 0.87% | 0.57% | - |
| HSV(B) | 328.27º | 0.79% | 0.95% | - |
| XYZ | 43 | 23.22 | 31.49 | - |
| YUV | 118.62 | 146.28 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 151 | 0 | 0.79 | 0.37 | 0.05 | 328.27 | 0.87 | 0.57 |
| Hex | F1 | 32 | 97 | 0 | 4F | 25 | 5 | 148 | 57 | 39 |
| Octal | 361 | 62 | 227 | 0 | 117 | 45 | 5 | 510 | 127 | 71 |
| Binary | 11110001 | 110010 | 10010111 | 0 | 1001111 | 100101 | 101 | 101001000 | 1010111 | 111001 |
Color Harmonies of #F13297
Complementary color
Monochromatic Colors of #F13297
Black with #F13297
Text Example
Text Example
White with #F13297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13297; }
p { color: rgb(241,50,151); }
H1.HeaderClassName
{
color: #F13297;
}
.AnyTagClassName
{
color: #F13297;
}
</style>
background-color css
<style>
a { background-color: #F13297; }
a { background-color: rgb(241,50,151); }
div.DivClassName
{
background-color: #F13297;
}
.BgClassName
{
background-color: #F13297;
}
</style>
border-color css
<style>
span { border-color: #F13297; }
span { border-color: rgb(241,50,151); }
td.TdClassName
{
border-color: #F13297;
}
.TagClassName
{
border-color: #F13297;
}
</style>