Shades of Wild Strawberry #F43291
Tints of Wild Strawberry #F43291
RGB
CMYK
RGB Variations
Color information
#F43291 (or 0xF43291) is known color: Wild Strawberry. HEX triplet: F4, 32 and 91. RGB value is (244,50,145). Sum of RGB (Red+Green+Blue) = 244+50+145=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F43291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43291 is #0BCD6E. Grayscale: #767676. Windows color (decimal): -773487 or 9515764. OLE color: 9515764.
HSL color Cylindrical-coordinate representation of color #F43291: hue angle of 330.62º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43291 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 145 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.04 |
| HSL | 330.62º | 0.9% | 0.58% | - |
| HSV(B) | 330.62º | 0.8% | 0.96% | - |
| XYZ | 43.56 | 23.56 | 29.04 | - |
| YUV | 118.84 | 142.77 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 145 | 0 | 0.80 | 0.41 | 0.04 | 330.62 | 0.9 | 0.58 |
| Hex | F4 | 32 | 91 | 0 | 50 | 29 | 4 | 14B | 5A | 3A |
| Octal | 364 | 62 | 221 | 0 | 120 | 51 | 4 | 513 | 132 | 72 |
| Binary | 11110100 | 110010 | 10010001 | 0 | 1010000 | 101001 | 100 | 101001011 | 1011010 | 111010 |
Color Harmonies of #F43291
Complementary color
Monochromatic Colors of #F43291
Black with #F43291
Text Example
Text Example
White with #F43291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43291; }
p { color: rgb(244,50,145); }
H1.HeaderClassName
{
color: #F43291;
}
.AnyTagClassName
{
color: #F43291;
}
</style>
background-color css
<style>
a { background-color: #F43291; }
a { background-color: rgb(244,50,145); }
div.DivClassName
{
background-color: #F43291;
}
.BgClassName
{
background-color: #F43291;
}
</style>
border-color css
<style>
span { border-color: #F43291; }
span { border-color: rgb(244,50,145); }
td.TdClassName
{
border-color: #F43291;
}
.TagClassName
{
border-color: #F43291;
}
</style>