Shades of Wild Strawberry #F4389A
Tints of Wild Strawberry #F4389A
RGB
CMYK
RGB Variations
Color information
#F4389A (or 0xF4389A) is known color: Wild Strawberry. HEX triplet: F4, 38 and 9A. RGB value is (244,56,154). Sum of RGB (Red+Green+Blue) = 244+56+154=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4389A is #0BC765. Grayscale: #7B7B7B. Windows color (decimal): -771942 or 10107124. OLE color: 10107124.
HSL color Cylindrical-coordinate representation of color #F4389A: hue angle of 328.72º 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 #F4389A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 154 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.04 |
| HSL | 328.72º | 0.9% | 0.59% | - |
| HSV(B) | 328.72º | 0.77% | 0.96% | - |
| XYZ | 44.56 | 24.39 | 32.93 | - |
| YUV | 123.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 154 | 0 | 0.77 | 0.37 | 0.04 | 328.72 | 0.9 | 0.59 |
| Hex | F4 | 38 | 9A | 0 | 4D | 25 | 4 | 149 | 5A | 3B |
| Octal | 364 | 70 | 232 | 0 | 115 | 45 | 4 | 511 | 132 | 73 |
| Binary | 11110100 | 111000 | 10011010 | 0 | 1001101 | 100101 | 100 | 101001001 | 1011010 | 111011 |
Color Harmonies of #F4389A
Complementary color
Monochromatic Colors of #F4389A
Black with #F4389A
Text Example
Text Example
White with #F4389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4389A; }
p { color: rgb(244,56,154); }
H1.HeaderClassName
{
color: #F4389A;
}
.AnyTagClassName
{
color: #F4389A;
}
</style>
background-color css
<style>
a { background-color: #F4389A; }
a { background-color: rgb(244,56,154); }
div.DivClassName
{
background-color: #F4389A;
}
.BgClassName
{
background-color: #F4389A;
}
</style>
border-color css
<style>
span { border-color: #F4389A; }
span { border-color: rgb(244,56,154); }
td.TdClassName
{
border-color: #F4389A;
}
.TagClassName
{
border-color: #F4389A;
}
</style>