Shades of Wild Strawberry #F03A94
Tints of Wild Strawberry #F03A94
RGB
CMYK
RGB Variations
Color information
#F03A94 (or 0xF03A94) is known color: Wild Strawberry. HEX triplet: F0, 3A and 94. RGB value is (240,58,148). Sum of RGB (Red+Green+Blue) = 240+58+148=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A94 is #0FC56B. Grayscale: #7A7A7A. Windows color (decimal): -1033580 or 9714416. OLE color: 9714416.
HSL color Cylindrical-coordinate representation of color #F03A94: hue angle of 330.33º 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 #F03A94 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 148 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.06 |
| HSL | 330.33º | 0.86% | 0.58% | - |
| HSV(B) | 330.33º | 0.76% | 0.94% | - |
| XYZ | 42.79 | 23.69 | 30.33 | - |
| YUV | 122.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 148 | 0 | 0.76 | 0.38 | 0.06 | 330.33 | 0.86 | 0.58 |
| Hex | F0 | 3A | 94 | 0 | 4C | 26 | 6 | 14A | 56 | 3A |
| Octal | 360 | 72 | 224 | 0 | 114 | 46 | 6 | 512 | 126 | 72 |
| Binary | 11110000 | 111010 | 10010100 | 0 | 1001100 | 100110 | 110 | 101001010 | 1010110 | 111010 |
Color Harmonies of #F03A94
Complementary color
Monochromatic Colors of #F03A94
Black with #F03A94
Text Example
Text Example
White with #F03A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A94; }
p { color: rgb(240,58,148); }
H1.HeaderClassName
{
color: #F03A94;
}
.AnyTagClassName
{
color: #F03A94;
}
</style>
background-color css
<style>
a { background-color: #F03A94; }
a { background-color: rgb(240,58,148); }
div.DivClassName
{
background-color: #F03A94;
}
.BgClassName
{
background-color: #F03A94;
}
</style>
border-color css
<style>
span { border-color: #F03A94; }
span { border-color: rgb(240,58,148); }
td.TdClassName
{
border-color: #F03A94;
}
.TagClassName
{
border-color: #F03A94;
}
</style>