Shades of Wild Strawberry #F4379B
Tints of Wild Strawberry #F4379B
RGB
CMYK
RGB Variations
Color information
#F4379B (or 0xF4379B) is known color: Wild Strawberry. HEX triplet: F4, 37 and 9B. RGB value is (244,55,155). Sum of RGB (Red+Green+Blue) = 244+55+155=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4379B is #0BC864. Grayscale: #7A7A7A. Windows color (decimal): -772197 or 10172404. OLE color: 10172404.
HSL color Cylindrical-coordinate representation of color #F4379B: hue angle of 328.25º 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 #F4379B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 155 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.04 |
| HSL | 328.25º | 0.9% | 0.59% | - |
| HSV(B) | 328.25º | 0.77% | 0.96% | - |
| XYZ | 44.59 | 24.33 | 33.36 | - |
| YUV | 122.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 155 | 0 | 0.77 | 0.36 | 0.04 | 328.25 | 0.9 | 0.59 |
| Hex | F4 | 37 | 9B | 0 | 4D | 24 | 4 | 148 | 5A | 3B |
| Octal | 364 | 67 | 233 | 0 | 115 | 44 | 4 | 510 | 132 | 73 |
| Binary | 11110100 | 110111 | 10011011 | 0 | 1001101 | 100100 | 100 | 101001000 | 1011010 | 111011 |
Color Harmonies of #F4379B
Complementary color
Monochromatic Colors of #F4379B
Black with #F4379B
Text Example
Text Example
White with #F4379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4379B; }
p { color: rgb(244,55,155); }
H1.HeaderClassName
{
color: #F4379B;
}
.AnyTagClassName
{
color: #F4379B;
}
</style>
background-color css
<style>
a { background-color: #F4379B; }
a { background-color: rgb(244,55,155); }
div.DivClassName
{
background-color: #F4379B;
}
.BgClassName
{
background-color: #F4379B;
}
</style>
border-color css
<style>
span { border-color: #F4379B; }
span { border-color: rgb(244,55,155); }
td.TdClassName
{
border-color: #F4379B;
}
.TagClassName
{
border-color: #F4379B;
}
</style>