Shades of Wild Strawberry #F5318B
Tints of Wild Strawberry #F5318B
RGB
CMYK
RGB Variations
Color information
#F5318B (or 0xF5318B) is known color: Wild Strawberry. HEX triplet: F5, 31 and 8B. RGB value is (245,49,139). Sum of RGB (Red+Green+Blue) = 245+49+139=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5318B is #0ACE74. Grayscale: #757575. Windows color (decimal): -708213 or 9122293. OLE color: 9122293.
HSL color Cylindrical-coordinate representation of color #F5318B: hue angle of 332.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5318B is Cyan = 0, Magento = 0.8, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 139 | - |
| CMYK | 0 | 0.8 | 0.43 | 0.04 |
| HSL | 332.45º | 0.91% | 0.58% | - |
| HSV(B) | 332.45º | 0.8% | 0.96% | - |
| XYZ | 43.41 | 23.47 | 26.67 | - |
| YUV | 117.86 | 139.93 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 139 | 0 | 0.8 | 0.43 | 0.04 | 332.45 | 0.91 | 0.58 |
| Hex | F5 | 31 | 8B | 0 | 50 | 2B | 4 | 14C | 5B | 3A |
| Octal | 365 | 61 | 213 | 0 | 120 | 53 | 4 | 514 | 133 | 72 |
| Binary | 11110101 | 110001 | 10001011 | 0 | 1010000 | 101011 | 100 | 101001100 | 1011011 | 111010 |
Color Harmonies of #F5318B
Complementary color
Monochromatic Colors of #F5318B
Black with #F5318B
Text Example
Text Example
White with #F5318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5318B; }
p { color: rgb(245,49,139); }
H1.HeaderClassName
{
color: #F5318B;
}
.AnyTagClassName
{
color: #F5318B;
}
</style>
background-color css
<style>
a { background-color: #F5318B; }
a { background-color: rgb(245,49,139); }
div.DivClassName
{
background-color: #F5318B;
}
.BgClassName
{
background-color: #F5318B;
}
</style>
border-color css
<style>
span { border-color: #F5318B; }
span { border-color: rgb(245,49,139); }
td.TdClassName
{
border-color: #F5318B;
}
.TagClassName
{
border-color: #F5318B;
}
</style>