Shades of Wild Strawberry #F4328D
Tints of Wild Strawberry #F4328D
RGB
CMYK
RGB Variations
Color information
#F4328D (or 0xF4328D) is known color: Wild Strawberry. HEX triplet: F4, 32 and 8D. RGB value is (244,50,141). Sum of RGB (Red+Green+Blue) = 244+50+141=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4328D is #0BCD72. Grayscale: #767676. Windows color (decimal): -773491 or 9253620. OLE color: 9253620.
HSL color Cylindrical-coordinate representation of color #F4328D: hue angle of 331.86º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4328D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.04 |
| HSL | 331.86º | 0.9% | 0.58% | - |
| HSV(B) | 331.86º | 0.8% | 0.96% | - |
| XYZ | 43.26 | 23.44 | 27.44 | - |
| YUV | 118.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 141 | 0 | 0.80 | 0.42 | 0.04 | 331.86 | 0.9 | 0.58 |
| Hex | F4 | 32 | 8D | 0 | 50 | 2A | 4 | 14C | 5A | 3A |
| Octal | 364 | 62 | 215 | 0 | 120 | 52 | 4 | 514 | 132 | 72 |
| Binary | 11110100 | 110010 | 10001101 | 0 | 1010000 | 101010 | 100 | 101001100 | 1011010 | 111010 |
Color Harmonies of #F4328D
Complementary color
Monochromatic Colors of #F4328D
Black with #F4328D
Text Example
Text Example
White with #F4328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4328D; }
p { color: rgb(244,50,141); }
H1.HeaderClassName
{
color: #F4328D;
}
.AnyTagClassName
{
color: #F4328D;
}
</style>
background-color css
<style>
a { background-color: #F4328D; }
a { background-color: rgb(244,50,141); }
div.DivClassName
{
background-color: #F4328D;
}
.BgClassName
{
background-color: #F4328D;
}
</style>
border-color css
<style>
span { border-color: #F4328D; }
span { border-color: rgb(244,50,141); }
td.TdClassName
{
border-color: #F4328D;
}
.TagClassName
{
border-color: #F4328D;
}
</style>