Shades of Wild Strawberry #F0389F
Tints of Wild Strawberry #F0389F
RGB
CMYK
RGB Variations
Color information
#F0389F (or 0xF0389F) is known color: Wild Strawberry. HEX triplet: F0, 38 and 9F. RGB value is (240,56,159). Sum of RGB (Red+Green+Blue) = 240+56+159=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0389F is #0FC760. Grayscale: #7A7A7A. Windows color (decimal): -1034081 or 10434800. OLE color: 10434800.
HSL color Cylindrical-coordinate representation of color #F0389F: hue angle of 326.41º 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 #F0389F is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 159 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.06 |
| HSL | 326.41º | 0.86% | 0.58% | - |
| HSV(B) | 326.41º | 0.77% | 0.94% | - |
| XYZ | 43.61 | 23.86 | 35.11 | - |
| YUV | 122.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 159 | 0 | 0.77 | 0.34 | 0.06 | 326.41 | 0.86 | 0.58 |
| Hex | F0 | 38 | 9F | 0 | 4D | 22 | 6 | 146 | 56 | 3A |
| Octal | 360 | 70 | 237 | 0 | 115 | 42 | 6 | 506 | 126 | 72 |
| Binary | 11110000 | 111000 | 10011111 | 0 | 1001101 | 100010 | 110 | 101000110 | 1010110 | 111010 |
Color Harmonies of #F0389F
Complementary color
Monochromatic Colors of #F0389F
Black with #F0389F
Text Example
Text Example
White with #F0389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0389F; }
p { color: rgb(240,56,159); }
H1.HeaderClassName
{
color: #F0389F;
}
.AnyTagClassName
{
color: #F0389F;
}
</style>
background-color css
<style>
a { background-color: #F0389F; }
a { background-color: rgb(240,56,159); }
div.DivClassName
{
background-color: #F0389F;
}
.BgClassName
{
background-color: #F0389F;
}
</style>
border-color css
<style>
span { border-color: #F0389F; }
span { border-color: rgb(240,56,159); }
td.TdClassName
{
border-color: #F0389F;
}
.TagClassName
{
border-color: #F0389F;
}
</style>