Shades of Wild Strawberry #F0338E
Tints of Wild Strawberry #F0338E
RGB
CMYK
RGB Variations
Color information
#F0338E (or 0xF0338E) is known color: Wild Strawberry. HEX triplet: F0, 33 and 8E. RGB value is (240,51,142). Sum of RGB (Red+Green+Blue) = 240+51+142=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0338E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0338E is #0FCC71. Grayscale: #757575. Windows color (decimal): -1035378 or 9319408. OLE color: 9319408.
HSL color Cylindrical-coordinate representation of color #F0338E: hue angle of 331.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0338E is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 142 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.06 |
| HSL | 331.11º | 0.86% | 0.57% | - |
| HSV(B) | 331.11º | 0.79% | 0.94% | - |
| XYZ | 42 | 22.85 | 27.79 | - |
| YUV | 117.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 142 | 0 | 0.79 | 0.41 | 0.06 | 331.11 | 0.86 | 0.57 |
| Hex | F0 | 33 | 8E | 0 | 4F | 29 | 6 | 14B | 56 | 39 |
| Octal | 360 | 63 | 216 | 0 | 117 | 51 | 6 | 513 | 126 | 71 |
| Binary | 11110000 | 110011 | 10001110 | 0 | 1001111 | 101001 | 110 | 101001011 | 1010110 | 111001 |
Color Harmonies of #F0338E
Complementary color
Monochromatic Colors of #F0338E
Black with #F0338E
Text Example
Text Example
White with #F0338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0338E; }
p { color: rgb(240,51,142); }
H1.HeaderClassName
{
color: #F0338E;
}
.AnyTagClassName
{
color: #F0338E;
}
</style>
background-color css
<style>
a { background-color: #F0338E; }
a { background-color: rgb(240,51,142); }
div.DivClassName
{
background-color: #F0338E;
}
.BgClassName
{
background-color: #F0338E;
}
</style>
border-color css
<style>
span { border-color: #F0338E; }
span { border-color: rgb(240,51,142); }
td.TdClassName
{
border-color: #F0338E;
}
.TagClassName
{
border-color: #F0338E;
}
</style>