Shades of Wild Strawberry #F4409D
Tints of Wild Strawberry #F4409D
RGB
CMYK
RGB Variations
Color information
#F4409D (or 0xF4409D) is known color: Wild Strawberry. HEX triplet: F4, 40 and 9D. RGB value is (244,64,157). Sum of RGB (Red+Green+Blue) = 244+64+157=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4409D is #0BBF62. Grayscale: #808080. Windows color (decimal): -769891 or 10305780. OLE color: 10305780.
HSL color Cylindrical-coordinate representation of color #F4409D: hue angle of 329º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4409D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 157 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.04 |
| HSL | 329º | 0.89% | 0.6% | - |
| HSV(B) | 329º | 0.74% | 0.96% | - |
| XYZ | 45.23 | 25.33 | 34.4 | - |
| YUV | 128.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 157 | 0 | 0.74 | 0.36 | 0.04 | 329 | 0.89 | 0.6 |
| Hex | F4 | 40 | 9D | 0 | 4A | 24 | 4 | 149 | 59 | 3C |
| Octal | 364 | 100 | 235 | 0 | 112 | 44 | 4 | 511 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10011101 | 0 | 1001010 | 100100 | 100 | 101001001 | 1011001 | 111100 |
Color Harmonies of #F4409D
Complementary color
Monochromatic Colors of #F4409D
Black with #F4409D
Text Example
Text Example
White with #F4409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4409D; }
p { color: rgb(244,64,157); }
H1.HeaderClassName
{
color: #F4409D;
}
.AnyTagClassName
{
color: #F4409D;
}
</style>
background-color css
<style>
a { background-color: #F4409D; }
a { background-color: rgb(244,64,157); }
div.DivClassName
{
background-color: #F4409D;
}
.BgClassName
{
background-color: #F4409D;
}
</style>
border-color css
<style>
span { border-color: #F4409D; }
span { border-color: rgb(244,64,157); }
td.TdClassName
{
border-color: #F4409D;
}
.TagClassName
{
border-color: #F4409D;
}
</style>