Shades of Wild Strawberry #F0338D
Tints of Wild Strawberry #F0338D
RGB
CMYK
RGB Variations
Color information
#F0338D (or 0xF0338D) is known color: Wild Strawberry. HEX triplet: F0, 33 and 8D. RGB value is (240,51,141). Sum of RGB (Red+Green+Blue) = 240+51+141=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0338D is #0FCC72. Grayscale: #757575. Windows color (decimal): -1035379 or 9253872. OLE color: 9253872.
HSL color Cylindrical-coordinate representation of color #F0338D: hue angle of 331.43º 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 #F0338D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 141 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.06 |
| HSL | 331.43º | 0.86% | 0.57% | - |
| HSV(B) | 331.43º | 0.79% | 0.94% | - |
| XYZ | 41.93 | 22.82 | 27.39 | - |
| YUV | 117.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 141 | 0 | 0.79 | 0.41 | 0.06 | 331.43 | 0.86 | 0.57 |
| Hex | F0 | 33 | 8D | 0 | 4F | 29 | 6 | 14B | 56 | 39 |
| Octal | 360 | 63 | 215 | 0 | 117 | 51 | 6 | 513 | 126 | 71 |
| Binary | 11110000 | 110011 | 10001101 | 0 | 1001111 | 101001 | 110 | 101001011 | 1010110 | 111001 |
Color Harmonies of #F0338D
Complementary color
Monochromatic Colors of #F0338D
Black with #F0338D
Text Example
Text Example
White with #F0338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0338D; }
p { color: rgb(240,51,141); }
H1.HeaderClassName
{
color: #F0338D;
}
.AnyTagClassName
{
color: #F0338D;
}
</style>
background-color css
<style>
a { background-color: #F0338D; }
a { background-color: rgb(240,51,141); }
div.DivClassName
{
background-color: #F0338D;
}
.BgClassName
{
background-color: #F0338D;
}
</style>
border-color css
<style>
span { border-color: #F0338D; }
span { border-color: rgb(240,51,141); }
td.TdClassName
{
border-color: #F0338D;
}
.TagClassName
{
border-color: #F0338D;
}
</style>