Shades of Wild Strawberry #F0358F
Tints of Wild Strawberry #F0358F
RGB
CMYK
RGB Variations
Color information
#F0358F (or 0xF0358F) is known color: Wild Strawberry. HEX triplet: F0, 35 and 8F. RGB value is (240,53,143). Sum of RGB (Red+Green+Blue) = 240+53+143=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0358F is #0FCA70. Grayscale: #777777. Windows color (decimal): -1034865 or 9385456. OLE color: 9385456.
HSL color Cylindrical-coordinate representation of color #F0358F: hue angle of 331.12º 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 #F0358F is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 143 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.06 |
| HSL | 331.12º | 0.86% | 0.57% | - |
| HSV(B) | 331.12º | 0.78% | 0.94% | - |
| XYZ | 42.17 | 23.05 | 28.21 | - |
| YUV | 119.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 143 | 0 | 0.78 | 0.40 | 0.06 | 331.12 | 0.86 | 0.57 |
| Hex | F0 | 35 | 8F | 0 | 4E | 28 | 6 | 14B | 56 | 39 |
| Octal | 360 | 65 | 217 | 0 | 116 | 50 | 6 | 513 | 126 | 71 |
| Binary | 11110000 | 110101 | 10001111 | 0 | 1001110 | 101000 | 110 | 101001011 | 1010110 | 111001 |
Color Harmonies of #F0358F
Complementary color
Monochromatic Colors of #F0358F
Black with #F0358F
Text Example
Text Example
White with #F0358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0358F; }
p { color: rgb(240,53,143); }
H1.HeaderClassName
{
color: #F0358F;
}
.AnyTagClassName
{
color: #F0358F;
}
</style>
background-color css
<style>
a { background-color: #F0358F; }
a { background-color: rgb(240,53,143); }
div.DivClassName
{
background-color: #F0358F;
}
.BgClassName
{
background-color: #F0358F;
}
</style>
border-color css
<style>
span { border-color: #F0358F; }
span { border-color: rgb(240,53,143); }
td.TdClassName
{
border-color: #F0358F;
}
.TagClassName
{
border-color: #F0358F;
}
</style>