Shades of Wild Strawberry #F0359F
Tints of Wild Strawberry #F0359F
RGB
CMYK
RGB Variations
Color information
#F0359F (or 0xF0359F) is known color: Wild Strawberry. HEX triplet: F0, 35 and 9F. RGB value is (240,53,159). Sum of RGB (Red+Green+Blue) = 240+53+159=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0359F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0359F is #0FCA60. Grayscale: #787878. Windows color (decimal): -1034849 or 10434032. OLE color: 10434032.
HSL color Cylindrical-coordinate representation of color #F0359F: hue angle of 325.99º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0359F is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 159 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.06 |
| HSL | 325.99º | 0.86% | 0.57% | - |
| HSV(B) | 325.99º | 0.78% | 0.94% | - |
| XYZ | 43.47 | 23.57 | 35.06 | - |
| YUV | 121 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 159 | 0 | 0.78 | 0.34 | 0.06 | 325.99 | 0.86 | 0.57 |
| Hex | F0 | 35 | 9F | 0 | 4E | 22 | 6 | 146 | 56 | 39 |
| Octal | 360 | 65 | 237 | 0 | 116 | 42 | 6 | 506 | 126 | 71 |
| Binary | 11110000 | 110101 | 10011111 | 0 | 1001110 | 100010 | 110 | 101000110 | 1010110 | 111001 |
Color Harmonies of #F0359F
Complementary color
Monochromatic Colors of #F0359F
Black with #F0359F
Text Example
Text Example
White with #F0359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0359F; }
p { color: rgb(240,53,159); }
H1.HeaderClassName
{
color: #F0359F;
}
.AnyTagClassName
{
color: #F0359F;
}
</style>
background-color css
<style>
a { background-color: #F0359F; }
a { background-color: rgb(240,53,159); }
div.DivClassName
{
background-color: #F0359F;
}
.BgClassName
{
background-color: #F0359F;
}
</style>
border-color css
<style>
span { border-color: #F0359F; }
span { border-color: rgb(240,53,159); }
td.TdClassName
{
border-color: #F0359F;
}
.TagClassName
{
border-color: #F0359F;
}
</style>