Shades of Wild Strawberry #F538A0
Tints of Wild Strawberry #F538A0
RGB
CMYK
RGB Variations
Color information
#F538A0 (or 0xF538A0) is known color: Wild Strawberry. HEX triplet: F5, 38 and A0. RGB value is (245,56,160). Sum of RGB (Red+Green+Blue) = 245+56+160=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F538A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F538A0 is #0AC75F. Grayscale: #7C7C7C. Windows color (decimal): -706400 or 10500341. OLE color: 10500341.
HSL color Cylindrical-coordinate representation of color #F538A0: hue angle of 326.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538A0 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 160 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.04 |
| HSL | 326.98º | 0.9% | 0.59% | - |
| HSV(B) | 326.98º | 0.77% | 0.96% | - |
| XYZ | 45.42 | 24.78 | 35.65 | - |
| YUV | 124.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 160 | 0 | 0.77 | 0.35 | 0.04 | 326.98 | 0.9 | 0.59 |
| Hex | F5 | 38 | A0 | 0 | 4D | 23 | 4 | 147 | 5A | 3B |
| Octal | 365 | 70 | 240 | 0 | 115 | 43 | 4 | 507 | 132 | 73 |
| Binary | 11110101 | 111000 | 10100000 | 0 | 1001101 | 100011 | 100 | 101000111 | 1011010 | 111011 |
Color Harmonies of #F538A0
Complementary color
Monochromatic Colors of #F538A0
Black with #F538A0
Text Example
Text Example
White with #F538A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538A0; }
p { color: rgb(245,56,160); }
H1.HeaderClassName
{
color: #F538A0;
}
.AnyTagClassName
{
color: #F538A0;
}
</style>
background-color css
<style>
a { background-color: #F538A0; }
a { background-color: rgb(245,56,160); }
div.DivClassName
{
background-color: #F538A0;
}
.BgClassName
{
background-color: #F538A0;
}
</style>
border-color css
<style>
span { border-color: #F538A0; }
span { border-color: rgb(245,56,160); }
td.TdClassName
{
border-color: #F538A0;
}
.TagClassName
{
border-color: #F538A0;
}
</style>