Shades of Wild Strawberry #F4449C
Tints of Wild Strawberry #F4449C
RGB
CMYK
RGB Variations
Color information
#F4449C (or 0xF4449C) is known color: Wild Strawberry. HEX triplet: F4, 44 and 9C. RGB value is (244,68,156). Sum of RGB (Red+Green+Blue) = 244+68+156=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4449C is #0BBB63. Grayscale: #828282. Windows color (decimal): -768868 or 10241268. OLE color: 10241268.
HSL color Cylindrical-coordinate representation of color #F4449C: hue angle of 330º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4449C is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 156 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.04 |
| HSL | 330º | 0.89% | 0.61% | - |
| HSV(B) | 330º | 0.72% | 0.96% | - |
| XYZ | 45.38 | 25.77 | 34.03 | - |
| YUV | 130.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 156 | 0 | 0.72 | 0.36 | 0.04 | 330 | 0.89 | 0.61 |
| Hex | F4 | 44 | 9C | 0 | 48 | 24 | 4 | 14A | 59 | 3D |
| Octal | 364 | 104 | 234 | 0 | 110 | 44 | 4 | 512 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10011100 | 0 | 1001000 | 100100 | 100 | 101001010 | 1011001 | 111101 |
Color Harmonies of #F4449C
Complementary color
Monochromatic Colors of #F4449C
Black with #F4449C
Text Example
Text Example
White with #F4449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4449C; }
p { color: rgb(244,68,156); }
H1.HeaderClassName
{
color: #F4449C;
}
.AnyTagClassName
{
color: #F4449C;
}
</style>
background-color css
<style>
a { background-color: #F4449C; }
a { background-color: rgb(244,68,156); }
div.DivClassName
{
background-color: #F4449C;
}
.BgClassName
{
background-color: #F4449C;
}
</style>
border-color css
<style>
span { border-color: #F4449C; }
span { border-color: rgb(244,68,156); }
td.TdClassName
{
border-color: #F4449C;
}
.TagClassName
{
border-color: #F4449C;
}
</style>