Shades of Wild Strawberry #F039A3
Tints of Wild Strawberry #F039A3
RGB
CMYK
RGB Variations
Color information
#F039A3 (or 0xF039A3) is known color: Wild Strawberry. HEX triplet: F0, 39 and A3. RGB value is (240,57,163). Sum of RGB (Red+Green+Blue) = 240+57+163=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F039A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F039A3 is #0FC65C. Grayscale: #7B7B7B. Windows color (decimal): -1033821 or 10697200. OLE color: 10697200.
HSL color Cylindrical-coordinate representation of color #F039A3: hue angle of 325.25º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F039A3 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 163 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.06 |
| HSL | 325.25º | 0.86% | 0.58% | - |
| HSV(B) | 325.25º | 0.76% | 0.94% | - |
| XYZ | 44.01 | 24.1 | 36.98 | - |
| YUV | 123.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 163 | 0 | 0.76 | 0.32 | 0.06 | 325.25 | 0.86 | 0.58 |
| Hex | F0 | 39 | A3 | 0 | 4C | 20 | 6 | 145 | 56 | 3A |
| Octal | 360 | 71 | 243 | 0 | 114 | 40 | 6 | 505 | 126 | 72 |
| Binary | 11110000 | 111001 | 10100011 | 0 | 1001100 | 100000 | 110 | 101000101 | 1010110 | 111010 |
Color Harmonies of #F039A3
Complementary color
Monochromatic Colors of #F039A3
Black with #F039A3
Text Example
Text Example
White with #F039A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039A3; }
p { color: rgb(240,57,163); }
H1.HeaderClassName
{
color: #F039A3;
}
.AnyTagClassName
{
color: #F039A3;
}
</style>
background-color css
<style>
a { background-color: #F039A3; }
a { background-color: rgb(240,57,163); }
div.DivClassName
{
background-color: #F039A3;
}
.BgClassName
{
background-color: #F039A3;
}
</style>
border-color css
<style>
span { border-color: #F039A3; }
span { border-color: rgb(240,57,163); }
td.TdClassName
{
border-color: #F039A3;
}
.TagClassName
{
border-color: #F039A3;
}
</style>