Shades of Wild Strawberry #F4409F
Tints of Wild Strawberry #F4409F
RGB
CMYK
RGB Variations
Color information
#F4409F (or 0xF4409F) is known color: Wild Strawberry. HEX triplet: F4, 40 and 9F. RGB value is (244,64,159). Sum of RGB (Red+Green+Blue) = 244+64+159=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4409F is #0BBF60. Grayscale: #808080. Windows color (decimal): -769889 or 10436852. OLE color: 10436852.
HSL color Cylindrical-coordinate representation of color #F4409F: hue angle of 328.33º 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 #F4409F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 159 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.04 |
| HSL | 328.33º | 0.89% | 0.6% | - |
| HSV(B) | 328.33º | 0.74% | 0.96% | - |
| XYZ | 45.4 | 25.4 | 35.31 | - |
| YUV | 128.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 159 | 0 | 0.74 | 0.35 | 0.04 | 328.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 9F | 0 | 4A | 23 | 4 | 148 | 59 | 3C |
| Octal | 364 | 100 | 237 | 0 | 112 | 43 | 4 | 510 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10011111 | 0 | 1001010 | 100011 | 100 | 101001000 | 1011001 | 111100 |
Color Harmonies of #F4409F
Complementary color
Monochromatic Colors of #F4409F
Black with #F4409F
Text Example
Text Example
White with #F4409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4409F; }
p { color: rgb(244,64,159); }
H1.HeaderClassName
{
color: #F4409F;
}
.AnyTagClassName
{
color: #F4409F;
}
</style>
background-color css
<style>
a { background-color: #F4409F; }
a { background-color: rgb(244,64,159); }
div.DivClassName
{
background-color: #F4409F;
}
.BgClassName
{
background-color: #F4409F;
}
</style>
border-color css
<style>
span { border-color: #F4409F; }
span { border-color: rgb(244,64,159); }
td.TdClassName
{
border-color: #F4409F;
}
.TagClassName
{
border-color: #F4409F;
}
</style>