Shades of Wild Strawberry #F4379C
Tints of Wild Strawberry #F4379C
RGB
CMYK
RGB Variations
Color information
#F4379C (or 0xF4379C) is known color: Wild Strawberry. HEX triplet: F4, 37 and 9C. RGB value is (244,55,156). Sum of RGB (Red+Green+Blue) = 244+55+156=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4379C is #0BC863. Grayscale: #7A7A7A. Windows color (decimal): -772196 or 10237940. OLE color: 10237940.
HSL color Cylindrical-coordinate representation of color #F4379C: hue angle of 327.94º degrees, saturation: 0.9, 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 #F4379C is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 156 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.04 |
| HSL | 327.94º | 0.9% | 0.59% | - |
| HSV(B) | 327.94º | 0.77% | 0.96% | - |
| XYZ | 44.68 | 24.37 | 33.8 | - |
| YUV | 123.03 | 146.62 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 156 | 0 | 0.77 | 0.36 | 0.04 | 327.94 | 0.9 | 0.59 |
| Hex | F4 | 37 | 9C | 0 | 4D | 24 | 4 | 148 | 5A | 3B |
| Octal | 364 | 67 | 234 | 0 | 115 | 44 | 4 | 510 | 132 | 73 |
| Binary | 11110100 | 110111 | 10011100 | 0 | 1001101 | 100100 | 100 | 101001000 | 1011010 | 111011 |
Color Harmonies of #F4379C
Complementary color
Monochromatic Colors of #F4379C
Black with #F4379C
Text Example
Text Example
White with #F4379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4379C; }
p { color: rgb(244,55,156); }
H1.HeaderClassName
{
color: #F4379C;
}
.AnyTagClassName
{
color: #F4379C;
}
</style>
background-color css
<style>
a { background-color: #F4379C; }
a { background-color: rgb(244,55,156); }
div.DivClassName
{
background-color: #F4379C;
}
.BgClassName
{
background-color: #F4379C;
}
</style>
border-color css
<style>
span { border-color: #F4379C; }
span { border-color: rgb(244,55,156); }
td.TdClassName
{
border-color: #F4379C;
}
.TagClassName
{
border-color: #F4379C;
}
</style>