Shades of Wild Strawberry #F0328C
Tints of Wild Strawberry #F0328C
RGB
CMYK
RGB Variations
Color information
#F0328C (or 0xF0328C) is known color: Wild Strawberry. HEX triplet: F0, 32 and 8C. RGB value is (240,50,140). Sum of RGB (Red+Green+Blue) = 240+50+140=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0328C is #0FCD73. Grayscale: #747474. Windows color (decimal): -1035636 or 9188080. OLE color: 9188080.
HSL color Cylindrical-coordinate representation of color #F0328C: hue angle of 331.58º 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 #F0328C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 140 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.06 |
| HSL | 331.58º | 0.86% | 0.57% | - |
| HSV(B) | 331.58º | 0.79% | 0.94% | - |
| XYZ | 41.81 | 22.7 | 26.99 | - |
| YUV | 117.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 140 | 0 | 0.79 | 0.42 | 0.06 | 331.58 | 0.86 | 0.57 |
| Hex | F0 | 32 | 8C | 0 | 4F | 2A | 6 | 14C | 56 | 39 |
| Octal | 360 | 62 | 214 | 0 | 117 | 52 | 6 | 514 | 126 | 71 |
| Binary | 11110000 | 110010 | 10001100 | 0 | 1001111 | 101010 | 110 | 101001100 | 1010110 | 111001 |
Color Harmonies of #F0328C
Complementary color
Monochromatic Colors of #F0328C
Black with #F0328C
Text Example
Text Example
White with #F0328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0328C; }
p { color: rgb(240,50,140); }
H1.HeaderClassName
{
color: #F0328C;
}
.AnyTagClassName
{
color: #F0328C;
}
</style>
background-color css
<style>
a { background-color: #F0328C; }
a { background-color: rgb(240,50,140); }
div.DivClassName
{
background-color: #F0328C;
}
.BgClassName
{
background-color: #F0328C;
}
</style>
border-color css
<style>
span { border-color: #F0328C; }
span { border-color: rgb(240,50,140); }
td.TdClassName
{
border-color: #F0328C;
}
.TagClassName
{
border-color: #F0328C;
}
</style>