Shades of Wild Strawberry #F0348D
Tints of Wild Strawberry #F0348D
RGB
CMYK
RGB Variations
Color information
#F0348D (or 0xF0348D) is known color: Wild Strawberry. HEX triplet: F0, 34 and 8D. RGB value is (240,52,141). Sum of RGB (Red+Green+Blue) = 240+52+141=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0348D is #0FCB72. Grayscale: #767676. Windows color (decimal): -1035123 or 9254128. OLE color: 9254128.
HSL color Cylindrical-coordinate representation of color #F0348D: hue angle of 331.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0348D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 141 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.06 |
| HSL | 331.6º | 0.86% | 0.57% | - |
| HSV(B) | 331.6º | 0.78% | 0.94% | - |
| XYZ | 41.97 | 22.9 | 27.41 | - |
| YUV | 118.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 141 | 0 | 0.78 | 0.41 | 0.06 | 331.6 | 0.86 | 0.57 |
| Hex | F0 | 34 | 8D | 0 | 4E | 29 | 6 | 14C | 56 | 39 |
| Octal | 360 | 64 | 215 | 0 | 116 | 51 | 6 | 514 | 126 | 71 |
| Binary | 11110000 | 110100 | 10001101 | 0 | 1001110 | 101001 | 110 | 101001100 | 1010110 | 111001 |
Color Harmonies of #F0348D
Complementary color
Monochromatic Colors of #F0348D
Black with #F0348D
Text Example
Text Example
White with #F0348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0348D; }
p { color: rgb(240,52,141); }
H1.HeaderClassName
{
color: #F0348D;
}
.AnyTagClassName
{
color: #F0348D;
}
</style>
background-color css
<style>
a { background-color: #F0348D; }
a { background-color: rgb(240,52,141); }
div.DivClassName
{
background-color: #F0348D;
}
.BgClassName
{
background-color: #F0348D;
}
</style>
border-color css
<style>
span { border-color: #F0348D; }
span { border-color: rgb(240,52,141); }
td.TdClassName
{
border-color: #F0348D;
}
.TagClassName
{
border-color: #F0348D;
}
</style>