Shades of Wild Strawberry #F4309D
Tints of Wild Strawberry #F4309D
RGB
CMYK
RGB Variations
Color information
#F4309D (or 0xF4309D) is known color: Wild Strawberry. HEX triplet: F4, 30 and 9D. RGB value is (244,48,157). Sum of RGB (Red+Green+Blue) = 244+48+157=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4309D is #0BCF62. Grayscale: #767676. Windows color (decimal): -773987 or 10301684. OLE color: 10301684.
HSL color Cylindrical-coordinate representation of color #F4309D: hue angle of 326.63º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4309D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 157 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.04 |
| HSL | 326.63º | 0.9% | 0.57% | - |
| HSV(B) | 326.63º | 0.8% | 0.96% | - |
| XYZ | 44.45 | 23.78 | 34.15 | - |
| YUV | 119.03 | 149.43 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 157 | 0 | 0.80 | 0.36 | 0.04 | 326.63 | 0.9 | 0.57 |
| Hex | F4 | 30 | 9D | 0 | 50 | 24 | 4 | 147 | 5A | 39 |
| Octal | 364 | 60 | 235 | 0 | 120 | 44 | 4 | 507 | 132 | 71 |
| Binary | 11110100 | 110000 | 10011101 | 0 | 1010000 | 100100 | 100 | 101000111 | 1011010 | 111001 |
Color Harmonies of #F4309D
Complementary color
Monochromatic Colors of #F4309D
Black with #F4309D
Text Example
Text Example
White with #F4309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4309D; }
p { color: rgb(244,48,157); }
H1.HeaderClassName
{
color: #F4309D;
}
.AnyTagClassName
{
color: #F4309D;
}
</style>
background-color css
<style>
a { background-color: #F4309D; }
a { background-color: rgb(244,48,157); }
div.DivClassName
{
background-color: #F4309D;
}
.BgClassName
{
background-color: #F4309D;
}
</style>
border-color css
<style>
span { border-color: #F4309D; }
span { border-color: rgb(244,48,157); }
td.TdClassName
{
border-color: #F4309D;
}
.TagClassName
{
border-color: #F4309D;
}
</style>