Shades of Wild Strawberry #F541A0
Tints of Wild Strawberry #F541A0
RGB
CMYK
RGB Variations
Color information
#F541A0 (or 0xF541A0) is known color: Wild Strawberry. HEX triplet: F5, 41 and A0. RGB value is (245,65,160). Sum of RGB (Red+Green+Blue) = 245+65+160=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F541A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F541A0 is #0ABE5F. Grayscale: #818181. Windows color (decimal): -704096 or 10502645. OLE color: 10502645.
HSL color Cylindrical-coordinate representation of color #F541A0: hue angle of 328.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541A0 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 160 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.04 |
| HSL | 328.33º | 0.9% | 0.61% | - |
| HSV(B) | 328.33º | 0.73% | 0.96% | - |
| XYZ | 45.89 | 25.73 | 35.81 | - |
| YUV | 129.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 160 | 0 | 0.73 | 0.35 | 0.04 | 328.33 | 0.9 | 0.61 |
| Hex | F5 | 41 | A0 | 0 | 49 | 23 | 4 | 148 | 5A | 3D |
| Octal | 365 | 101 | 240 | 0 | 111 | 43 | 4 | 510 | 132 | 75 |
| Binary | 11110101 | 1000001 | 10100000 | 0 | 1001001 | 100011 | 100 | 101001000 | 1011010 | 111101 |
Color Harmonies of #F541A0
Complementary color
Monochromatic Colors of #F541A0
Black with #F541A0
Text Example
Text Example
White with #F541A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541A0; }
p { color: rgb(245,65,160); }
H1.HeaderClassName
{
color: #F541A0;
}
.AnyTagClassName
{
color: #F541A0;
}
</style>
background-color css
<style>
a { background-color: #F541A0; }
a { background-color: rgb(245,65,160); }
div.DivClassName
{
background-color: #F541A0;
}
.BgClassName
{
background-color: #F541A0;
}
</style>
border-color css
<style>
span { border-color: #F541A0; }
span { border-color: rgb(245,65,160); }
td.TdClassName
{
border-color: #F541A0;
}
.TagClassName
{
border-color: #F541A0;
}
</style>