Shades of Wild Strawberry #F0399F
Tints of Wild Strawberry #F0399F
RGB
CMYK
RGB Variations
Color information
#F0399F (or 0xF0399F) is known color: Wild Strawberry. HEX triplet: F0, 39 and 9F. RGB value is (240,57,159). Sum of RGB (Red+Green+Blue) = 240+57+159=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0399F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0399F is #0FC660. Grayscale: #7B7B7B. Windows color (decimal): -1033825 or 10435056. OLE color: 10435056.
HSL color Cylindrical-coordinate representation of color #F0399F: hue angle of 326.56º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0399F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 159 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.06 |
| HSL | 326.56º | 0.86% | 0.58% | - |
| HSV(B) | 326.56º | 0.76% | 0.94% | - |
| XYZ | 43.66 | 23.95 | 35.12 | - |
| YUV | 123.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 159 | 0 | 0.76 | 0.34 | 0.06 | 326.56 | 0.86 | 0.58 |
| Hex | F0 | 39 | 9F | 0 | 4C | 22 | 6 | 147 | 56 | 3A |
| Octal | 360 | 71 | 237 | 0 | 114 | 42 | 6 | 507 | 126 | 72 |
| Binary | 11110000 | 111001 | 10011111 | 0 | 1001100 | 100010 | 110 | 101000111 | 1010110 | 111010 |
Color Harmonies of #F0399F
Complementary color
Monochromatic Colors of #F0399F
Black with #F0399F
Text Example
Text Example
White with #F0399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0399F; }
p { color: rgb(240,57,159); }
H1.HeaderClassName
{
color: #F0399F;
}
.AnyTagClassName
{
color: #F0399F;
}
</style>
background-color css
<style>
a { background-color: #F0399F; }
a { background-color: rgb(240,57,159); }
div.DivClassName
{
background-color: #F0399F;
}
.BgClassName
{
background-color: #F0399F;
}
</style>
border-color css
<style>
span { border-color: #F0399F; }
span { border-color: rgb(240,57,159); }
td.TdClassName
{
border-color: #F0399F;
}
.TagClassName
{
border-color: #F0399F;
}
</style>