Shades of Wild Strawberry #F03F9E
Tints of Wild Strawberry #F03F9E
RGB
CMYK
RGB Variations
Color information
#F03F9E (or 0xF03F9E) is known color: Wild Strawberry. HEX triplet: F0, 3F and 9E. RGB value is (240,63,158). Sum of RGB (Red+Green+Blue) = 240+63+158=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F9E is #0FC061. Grayscale: #7E7E7E. Windows color (decimal): -1032290 or 10371056. OLE color: 10371056.
HSL color Cylindrical-coordinate representation of color #F03F9E: hue angle of 327.8º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F9E is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 158 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.06 |
| HSL | 327.8º | 0.86% | 0.59% | - |
| HSV(B) | 327.8º | 0.74% | 0.94% | - |
| XYZ | 43.88 | 24.55 | 34.77 | - |
| YUV | 126.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 158 | 0 | 0.74 | 0.34 | 0.06 | 327.8 | 0.86 | 0.59 |
| Hex | F0 | 3F | 9E | 0 | 4A | 22 | 6 | 148 | 56 | 3B |
| Octal | 360 | 77 | 236 | 0 | 112 | 42 | 6 | 510 | 126 | 73 |
| Binary | 11110000 | 111111 | 10011110 | 0 | 1001010 | 100010 | 110 | 101001000 | 1010110 | 111011 |
Color Harmonies of #F03F9E
Complementary color
Monochromatic Colors of #F03F9E
Black with #F03F9E
Text Example
Text Example
White with #F03F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F9E; }
p { color: rgb(240,63,158); }
H1.HeaderClassName
{
color: #F03F9E;
}
.AnyTagClassName
{
color: #F03F9E;
}
</style>
background-color css
<style>
a { background-color: #F03F9E; }
a { background-color: rgb(240,63,158); }
div.DivClassName
{
background-color: #F03F9E;
}
.BgClassName
{
background-color: #F03F9E;
}
</style>
border-color css
<style>
span { border-color: #F03F9E; }
span { border-color: rgb(240,63,158); }
td.TdClassName
{
border-color: #F03F9E;
}
.TagClassName
{
border-color: #F03F9E;
}
</style>