Shades of Wild Strawberry #F4409A
Tints of Wild Strawberry #F4409A
RGB
CMYK
RGB Variations
Color information
#F4409A (or 0xF4409A) is known color: Wild Strawberry. HEX triplet: F4, 40 and 9A. RGB value is (244,64,154). Sum of RGB (Red+Green+Blue) = 244+64+154=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F4409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4409A is #0BBF65. Grayscale: #7F7F7F. Windows color (decimal): -769894 or 10109172. OLE color: 10109172.
HSL color Cylindrical-coordinate representation of color #F4409A: hue angle of 330º 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 #F4409A is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 154 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.04 |
| HSL | 330º | 0.89% | 0.6% | - |
| HSV(B) | 330º | 0.74% | 0.96% | - |
| XYZ | 44.97 | 25.23 | 33.07 | - |
| YUV | 128.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 154 | 0 | 0.74 | 0.37 | 0.04 | 330 | 0.89 | 0.6 |
| Hex | F4 | 40 | 9A | 0 | 4A | 25 | 4 | 14A | 59 | 3C |
| Octal | 364 | 100 | 232 | 0 | 112 | 45 | 4 | 512 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10011010 | 0 | 1001010 | 100101 | 100 | 101001010 | 1011001 | 111100 |
Color Harmonies of #F4409A
Complementary color
Monochromatic Colors of #F4409A
Black with #F4409A
Text Example
Text Example
White with #F4409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4409A; }
p { color: rgb(244,64,154); }
H1.HeaderClassName
{
color: #F4409A;
}
.AnyTagClassName
{
color: #F4409A;
}
</style>
background-color css
<style>
a { background-color: #F4409A; }
a { background-color: rgb(244,64,154); }
div.DivClassName
{
background-color: #F4409A;
}
.BgClassName
{
background-color: #F4409A;
}
</style>
border-color css
<style>
span { border-color: #F4409A; }
span { border-color: rgb(244,64,154); }
td.TdClassName
{
border-color: #F4409A;
}
.TagClassName
{
border-color: #F4409A;
}
</style>