Shades of Wild Strawberry #F037A3
Tints of Wild Strawberry #F037A3
RGB
CMYK
RGB Variations
Color information
#F037A3 (or 0xF037A3) is known color: Wild Strawberry. HEX triplet: F0, 37 and A3. RGB value is (240,55,163). Sum of RGB (Red+Green+Blue) = 240+55+163=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F037A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F037A3 is #0FC85C. Grayscale: #7A7A7A. Windows color (decimal): -1034333 or 10696688. OLE color: 10696688.
HSL color Cylindrical-coordinate representation of color #F037A3: hue angle of 324.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F037A3 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 163 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.06 |
| HSL | 324.97º | 0.86% | 0.58% | - |
| HSV(B) | 324.97º | 0.77% | 0.94% | - |
| XYZ | 43.91 | 23.9 | 36.95 | - |
| YUV | 122.63 | 150.79 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 163 | 0 | 0.77 | 0.32 | 0.06 | 324.97 | 0.86 | 0.58 |
| Hex | F0 | 37 | A3 | 0 | 4D | 20 | 6 | 145 | 56 | 3A |
| Octal | 360 | 67 | 243 | 0 | 115 | 40 | 6 | 505 | 126 | 72 |
| Binary | 11110000 | 110111 | 10100011 | 0 | 1001101 | 100000 | 110 | 101000101 | 1010110 | 111010 |
Color Harmonies of #F037A3
Complementary color
Monochromatic Colors of #F037A3
Black with #F037A3
Text Example
Text Example
White with #F037A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037A3; }
p { color: rgb(240,55,163); }
H1.HeaderClassName
{
color: #F037A3;
}
.AnyTagClassName
{
color: #F037A3;
}
</style>
background-color css
<style>
a { background-color: #F037A3; }
a { background-color: rgb(240,55,163); }
div.DivClassName
{
background-color: #F037A3;
}
.BgClassName
{
background-color: #F037A3;
}
</style>
border-color css
<style>
span { border-color: #F037A3; }
span { border-color: rgb(240,55,163); }
td.TdClassName
{
border-color: #F037A3;
}
.TagClassName
{
border-color: #F037A3;
}
</style>