Shades of Wild Strawberry #F0389E
Tints of Wild Strawberry #F0389E
RGB
CMYK
RGB Variations
Color information
#F0389E (or 0xF0389E) is known color: Wild Strawberry. HEX triplet: F0, 38 and 9E. RGB value is (240,56,158). Sum of RGB (Red+Green+Blue) = 240+56+158=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0389E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0389E is #0FC761. Grayscale: #7A7A7A. Windows color (decimal): -1034082 or 10369264. OLE color: 10369264.
HSL color Cylindrical-coordinate representation of color #F0389E: hue angle of 326.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0389E is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 158 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.06 |
| HSL | 326.74º | 0.86% | 0.58% | - |
| HSV(B) | 326.74º | 0.77% | 0.94% | - |
| XYZ | 43.52 | 23.82 | 34.65 | - |
| YUV | 122.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 158 | 0 | 0.77 | 0.34 | 0.06 | 326.74 | 0.86 | 0.58 |
| Hex | F0 | 38 | 9E | 0 | 4D | 22 | 6 | 147 | 56 | 3A |
| Octal | 360 | 70 | 236 | 0 | 115 | 42 | 6 | 507 | 126 | 72 |
| Binary | 11110000 | 111000 | 10011110 | 0 | 1001101 | 100010 | 110 | 101000111 | 1010110 | 111010 |
Color Harmonies of #F0389E
Complementary color
Monochromatic Colors of #F0389E
Black with #F0389E
Text Example
Text Example
White with #F0389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0389E; }
p { color: rgb(240,56,158); }
H1.HeaderClassName
{
color: #F0389E;
}
.AnyTagClassName
{
color: #F0389E;
}
</style>
background-color css
<style>
a { background-color: #F0389E; }
a { background-color: rgb(240,56,158); }
div.DivClassName
{
background-color: #F0389E;
}
.BgClassName
{
background-color: #F0389E;
}
</style>
border-color css
<style>
span { border-color: #F0389E; }
span { border-color: rgb(240,56,158); }
td.TdClassName
{
border-color: #F0389E;
}
.TagClassName
{
border-color: #F0389E;
}
</style>