Shades of Wild Strawberry #F439A0
Tints of Wild Strawberry #F439A0
RGB
CMYK
RGB Variations
Color information
#F439A0 (or 0xF439A0) is known color: Wild Strawberry. HEX triplet: F4, 39 and A0. RGB value is (244,57,160). Sum of RGB (Red+Green+Blue) = 244+57+160=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F439A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F439A0 is #0BC65F. Grayscale: #7C7C7C. Windows color (decimal): -771680 or 10500596. OLE color: 10500596.
HSL color Cylindrical-coordinate representation of color #F439A0: hue angle of 326.95º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F439A0 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 160 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.04 |
| HSL | 326.95º | 0.89% | 0.59% | - |
| HSV(B) | 326.95º | 0.77% | 0.96% | - |
| XYZ | 45.12 | 24.7 | 35.65 | - |
| YUV | 124.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 160 | 0 | 0.77 | 0.34 | 0.04 | 326.95 | 0.89 | 0.59 |
| Hex | F4 | 39 | A0 | 0 | 4D | 22 | 4 | 147 | 59 | 3B |
| Octal | 364 | 71 | 240 | 0 | 115 | 42 | 4 | 507 | 131 | 73 |
| Binary | 11110100 | 111001 | 10100000 | 0 | 1001101 | 100010 | 100 | 101000111 | 1011001 | 111011 |
Color Harmonies of #F439A0
Complementary color
Monochromatic Colors of #F439A0
Black with #F439A0
Text Example
Text Example
White with #F439A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F439A0; }
p { color: rgb(244,57,160); }
H1.HeaderClassName
{
color: #F439A0;
}
.AnyTagClassName
{
color: #F439A0;
}
</style>
background-color css
<style>
a { background-color: #F439A0; }
a { background-color: rgb(244,57,160); }
div.DivClassName
{
background-color: #F439A0;
}
.BgClassName
{
background-color: #F439A0;
}
</style>
border-color css
<style>
span { border-color: #F439A0; }
span { border-color: rgb(244,57,160); }
td.TdClassName
{
border-color: #F439A0;
}
.TagClassName
{
border-color: #F439A0;
}
</style>