Shades of Wild Strawberry #F43390
Tints of Wild Strawberry #F43390
RGB
CMYK
RGB Variations
Color information
#F43390 (or 0xF43390) is known color: Wild Strawberry. HEX triplet: F4, 33 and 90. RGB value is (244,51,144). Sum of RGB (Red+Green+Blue) = 244+51+144=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F43390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43390 is #0BCC6F. Grayscale: #777777. Windows color (decimal): -773232 or 9450484. OLE color: 9450484.
HSL color Cylindrical-coordinate representation of color #F43390: hue angle of 331.09º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43390 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 144 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.04 |
| HSL | 331.09º | 0.9% | 0.58% | - |
| HSV(B) | 331.09º | 0.79% | 0.96% | - |
| XYZ | 43.53 | 23.61 | 28.65 | - |
| YUV | 119.31 | 141.94 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 144 | 0 | 0.79 | 0.41 | 0.04 | 331.09 | 0.9 | 0.58 |
| Hex | F4 | 33 | 90 | 0 | 4F | 29 | 4 | 14B | 5A | 3A |
| Octal | 364 | 63 | 220 | 0 | 117 | 51 | 4 | 513 | 132 | 72 |
| Binary | 11110100 | 110011 | 10010000 | 0 | 1001111 | 101001 | 100 | 101001011 | 1011010 | 111010 |
Color Harmonies of #F43390
Complementary color
Monochromatic Colors of #F43390
Black with #F43390
Text Example
Text Example
White with #F43390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43390; }
p { color: rgb(244,51,144); }
H1.HeaderClassName
{
color: #F43390;
}
.AnyTagClassName
{
color: #F43390;
}
</style>
background-color css
<style>
a { background-color: #F43390; }
a { background-color: rgb(244,51,144); }
div.DivClassName
{
background-color: #F43390;
}
.BgClassName
{
background-color: #F43390;
}
</style>
border-color css
<style>
span { border-color: #F43390; }
span { border-color: rgb(244,51,144); }
td.TdClassName
{
border-color: #F43390;
}
.TagClassName
{
border-color: #F43390;
}
</style>