Shades of Wild Strawberry #F0359B
Tints of Wild Strawberry #F0359B
RGB
CMYK
RGB Variations
Color information
#F0359B (or 0xF0359B) is known color: Wild Strawberry. HEX triplet: F0, 35 and 9B. RGB value is (240,53,155). Sum of RGB (Red+Green+Blue) = 240+53+155=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0359B is #0FCA64. Grayscale: #787878. Windows color (decimal): -1034853 or 10171888. OLE color: 10171888.
HSL color Cylindrical-coordinate representation of color #F0359B: hue angle of 327.27º 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 #F0359B is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 155 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.06 |
| HSL | 327.27º | 0.86% | 0.57% | - |
| HSV(B) | 327.27º | 0.78% | 0.94% | - |
| XYZ | 43.12 | 23.44 | 33.26 | - |
| YUV | 120.54 | 147.45 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 155 | 0 | 0.78 | 0.35 | 0.06 | 327.27 | 0.86 | 0.57 |
| Hex | F0 | 35 | 9B | 0 | 4E | 23 | 6 | 147 | 56 | 39 |
| Octal | 360 | 65 | 233 | 0 | 116 | 43 | 6 | 507 | 126 | 71 |
| Binary | 11110000 | 110101 | 10011011 | 0 | 1001110 | 100011 | 110 | 101000111 | 1010110 | 111001 |
Color Harmonies of #F0359B
Complementary color
Monochromatic Colors of #F0359B
Black with #F0359B
Text Example
Text Example
White with #F0359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0359B; }
p { color: rgb(240,53,155); }
H1.HeaderClassName
{
color: #F0359B;
}
.AnyTagClassName
{
color: #F0359B;
}
</style>
background-color css
<style>
a { background-color: #F0359B; }
a { background-color: rgb(240,53,155); }
div.DivClassName
{
background-color: #F0359B;
}
.BgClassName
{
background-color: #F0359B;
}
</style>
border-color css
<style>
span { border-color: #F0359B; }
span { border-color: rgb(240,53,155); }
td.TdClassName
{
border-color: #F0359B;
}
.TagClassName
{
border-color: #F0359B;
}
</style>