Shades of Wild Strawberry #F4319B
Tints of Wild Strawberry #F4319B
RGB
CMYK
RGB Variations
Color information
#F4319B (or 0xF4319B) is known color: Wild Strawberry. HEX triplet: F4, 31 and 9B. RGB value is (244,49,155). Sum of RGB (Red+Green+Blue) = 244+49+155=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4319B is #0BCE64. Grayscale: #777777. Windows color (decimal): -773733 or 10170868. OLE color: 10170868.
HSL color Cylindrical-coordinate representation of color #F4319B: hue angle of 327.38º 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 #F4319B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 155 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.04 |
| HSL | 327.38º | 0.9% | 0.57% | - |
| HSV(B) | 327.38º | 0.8% | 0.96% | - |
| XYZ | 44.32 | 23.8 | 33.27 | - |
| YUV | 119.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 155 | 0 | 0.80 | 0.36 | 0.04 | 327.38 | 0.9 | 0.57 |
| Hex | F4 | 31 | 9B | 0 | 50 | 24 | 4 | 147 | 5A | 39 |
| Octal | 364 | 61 | 233 | 0 | 120 | 44 | 4 | 507 | 132 | 71 |
| Binary | 11110100 | 110001 | 10011011 | 0 | 1010000 | 100100 | 100 | 101000111 | 1011010 | 111001 |
Color Harmonies of #F4319B
Complementary color
Monochromatic Colors of #F4319B
Black with #F4319B
Text Example
Text Example
White with #F4319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4319B; }
p { color: rgb(244,49,155); }
H1.HeaderClassName
{
color: #F4319B;
}
.AnyTagClassName
{
color: #F4319B;
}
</style>
background-color css
<style>
a { background-color: #F4319B; }
a { background-color: rgb(244,49,155); }
div.DivClassName
{
background-color: #F4319B;
}
.BgClassName
{
background-color: #F4319B;
}
</style>
border-color css
<style>
span { border-color: #F4319B; }
span { border-color: rgb(244,49,155); }
td.TdClassName
{
border-color: #F4319B;
}
.TagClassName
{
border-color: #F4319B;
}
</style>