Shades of Wild Strawberry #F4389C
Tints of Wild Strawberry #F4389C
RGB
CMYK
RGB Variations
Color information
#F4389C (or 0xF4389C) is known color: Wild Strawberry. HEX triplet: F4, 38 and 9C. RGB value is (244,56,156). Sum of RGB (Red+Green+Blue) = 244+56+156=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F4389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4389C is #0BC763. Grayscale: #7B7B7B. Windows color (decimal): -771940 or 10238196. OLE color: 10238196.
HSL color Cylindrical-coordinate representation of color #F4389C: hue angle of 328.09º 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 #F4389C is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 156 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.04 |
| HSL | 328.09º | 0.9% | 0.59% | - |
| HSV(B) | 328.09º | 0.77% | 0.96% | - |
| XYZ | 44.72 | 24.46 | 33.82 | - |
| YUV | 123.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 156 | 0 | 0.77 | 0.36 | 0.04 | 328.09 | 0.9 | 0.59 |
| Hex | F4 | 38 | 9C | 0 | 4D | 24 | 4 | 148 | 5A | 3B |
| Octal | 364 | 70 | 234 | 0 | 115 | 44 | 4 | 510 | 132 | 73 |
| Binary | 11110100 | 111000 | 10011100 | 0 | 1001101 | 100100 | 100 | 101001000 | 1011010 | 111011 |
Color Harmonies of #F4389C
Complementary color
Monochromatic Colors of #F4389C
Black with #F4389C
Text Example
Text Example
White with #F4389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4389C; }
p { color: rgb(244,56,156); }
H1.HeaderClassName
{
color: #F4389C;
}
.AnyTagClassName
{
color: #F4389C;
}
</style>
background-color css
<style>
a { background-color: #F4389C; }
a { background-color: rgb(244,56,156); }
div.DivClassName
{
background-color: #F4389C;
}
.BgClassName
{
background-color: #F4389C;
}
</style>
border-color css
<style>
span { border-color: #F4389C; }
span { border-color: rgb(244,56,156); }
td.TdClassName
{
border-color: #F4389C;
}
.TagClassName
{
border-color: #F4389C;
}
</style>