Shades of Wild Strawberry #F0339C
Tints of Wild Strawberry #F0339C
RGB
CMYK
RGB Variations
Color information
#F0339C (or 0xF0339C) is known color: Wild Strawberry. HEX triplet: F0, 33 and 9C. RGB value is (240,51,156). Sum of RGB (Red+Green+Blue) = 240+51+156=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0339C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0339C is #0FCC63. Grayscale: #777777. Windows color (decimal): -1035364 or 10236912. OLE color: 10236912.
HSL color Cylindrical-coordinate representation of color #F0339C: hue angle of 326.67º 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 #F0339C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 156 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.06 |
| HSL | 326.67º | 0.86% | 0.57% | - |
| HSV(B) | 326.67º | 0.79% | 0.94% | - |
| XYZ | 43.12 | 23.29 | 33.68 | - |
| YUV | 119.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 156 | 0 | 0.79 | 0.35 | 0.06 | 326.67 | 0.86 | 0.57 |
| Hex | F0 | 33 | 9C | 0 | 4F | 23 | 6 | 147 | 56 | 39 |
| Octal | 360 | 63 | 234 | 0 | 117 | 43 | 6 | 507 | 126 | 71 |
| Binary | 11110000 | 110011 | 10011100 | 0 | 1001111 | 100011 | 110 | 101000111 | 1010110 | 111001 |
Color Harmonies of #F0339C
Complementary color
Monochromatic Colors of #F0339C
Black with #F0339C
Text Example
Text Example
White with #F0339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0339C; }
p { color: rgb(240,51,156); }
H1.HeaderClassName
{
color: #F0339C;
}
.AnyTagClassName
{
color: #F0339C;
}
</style>
background-color css
<style>
a { background-color: #F0339C; }
a { background-color: rgb(240,51,156); }
div.DivClassName
{
background-color: #F0339C;
}
.BgClassName
{
background-color: #F0339C;
}
</style>
border-color css
<style>
span { border-color: #F0339C; }
span { border-color: rgb(240,51,156); }
td.TdClassName
{
border-color: #F0339C;
}
.TagClassName
{
border-color: #F0339C;
}
</style>