Shades of Wild Strawberry #F4318B
Tints of Wild Strawberry #F4318B
RGB
CMYK
RGB Variations
Color information
#F4318B (or 0xF4318B) is known color: Wild Strawberry. HEX triplet: F4, 31 and 8B. RGB value is (244,49,139). Sum of RGB (Red+Green+Blue) = 244+49+139=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4318B is #0BCE74. Grayscale: #757575. Windows color (decimal): -773749 or 9122292. OLE color: 9122292.
HSL color Cylindrical-coordinate representation of color #F4318B: hue angle of 332.31º 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 #F4318B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 139 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.04 |
| HSL | 332.31º | 0.9% | 0.57% | - |
| HSV(B) | 332.31º | 0.8% | 0.96% | - |
| XYZ | 43.07 | 23.29 | 26.65 | - |
| YUV | 117.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 139 | 0 | 0.80 | 0.43 | 0.04 | 332.31 | 0.9 | 0.57 |
| Hex | F4 | 31 | 8B | 0 | 50 | 2B | 4 | 14C | 5A | 39 |
| Octal | 364 | 61 | 213 | 0 | 120 | 53 | 4 | 514 | 132 | 71 |
| Binary | 11110100 | 110001 | 10001011 | 0 | 1010000 | 101011 | 100 | 101001100 | 1011010 | 111001 |
Color Harmonies of #F4318B
Complementary color
Monochromatic Colors of #F4318B
Black with #F4318B
Text Example
Text Example
White with #F4318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4318B; }
p { color: rgb(244,49,139); }
H1.HeaderClassName
{
color: #F4318B;
}
.AnyTagClassName
{
color: #F4318B;
}
</style>
background-color css
<style>
a { background-color: #F4318B; }
a { background-color: rgb(244,49,139); }
div.DivClassName
{
background-color: #F4318B;
}
.BgClassName
{
background-color: #F4318B;
}
</style>
border-color css
<style>
span { border-color: #F4318B; }
span { border-color: rgb(244,49,139); }
td.TdClassName
{
border-color: #F4318B;
}
.TagClassName
{
border-color: #F4318B;
}
</style>