Shades of Wild Strawberry #F0358E
Tints of Wild Strawberry #F0358E
RGB
CMYK
RGB Variations
Color information
#F0358E (or 0xF0358E) is known color: Wild Strawberry. HEX triplet: F0, 35 and 8E. RGB value is (240,53,142). Sum of RGB (Red+Green+Blue) = 240+53+142=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0358E is #0FCA71. Grayscale: #767676. Windows color (decimal): -1034866 or 9319920. OLE color: 9319920.
HSL color Cylindrical-coordinate representation of color #F0358E: hue angle of 331.44º 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 #F0358E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 142 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.06 |
| HSL | 331.44º | 0.86% | 0.57% | - |
| HSV(B) | 331.44º | 0.78% | 0.94% | - |
| XYZ | 42.09 | 23.02 | 27.82 | - |
| YUV | 119.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 142 | 0 | 0.78 | 0.41 | 0.06 | 331.44 | 0.86 | 0.57 |
| Hex | F0 | 35 | 8E | 0 | 4E | 29 | 6 | 14B | 56 | 39 |
| Octal | 360 | 65 | 216 | 0 | 116 | 51 | 6 | 513 | 126 | 71 |
| Binary | 11110000 | 110101 | 10001110 | 0 | 1001110 | 101001 | 110 | 101001011 | 1010110 | 111001 |
Color Harmonies of #F0358E
Complementary color
Monochromatic Colors of #F0358E
Black with #F0358E
Text Example
Text Example
White with #F0358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0358E; }
p { color: rgb(240,53,142); }
H1.HeaderClassName
{
color: #F0358E;
}
.AnyTagClassName
{
color: #F0358E;
}
</style>
background-color css
<style>
a { background-color: #F0358E; }
a { background-color: rgb(240,53,142); }
div.DivClassName
{
background-color: #F0358E;
}
.BgClassName
{
background-color: #F0358E;
}
</style>
border-color css
<style>
span { border-color: #F0358E; }
span { border-color: rgb(240,53,142); }
td.TdClassName
{
border-color: #F0358E;
}
.TagClassName
{
border-color: #F0358E;
}
</style>