Shades of Wild Strawberry #F43392
Tints of Wild Strawberry #F43392
RGB
CMYK
RGB Variations
Color information
#F43392 (or 0xF43392) is known color: Wild Strawberry. HEX triplet: F4, 33 and 92. RGB value is (244,51,146). Sum of RGB (Red+Green+Blue) = 244+51+146=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F43392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43392 is #0BCC6D. Grayscale: #777777. Windows color (decimal): -773230 or 9581556. OLE color: 9581556.
HSL color Cylindrical-coordinate representation of color #F43392: hue angle of 330.47º 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 #F43392 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 146 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.04 |
| HSL | 330.47º | 0.9% | 0.58% | - |
| HSV(B) | 330.47º | 0.79% | 0.96% | - |
| XYZ | 43.68 | 23.68 | 29.46 | - |
| YUV | 119.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 146 | 0 | 0.79 | 0.40 | 0.04 | 330.47 | 0.9 | 0.58 |
| Hex | F4 | 33 | 92 | 0 | 4F | 28 | 4 | 14A | 5A | 3A |
| Octal | 364 | 63 | 222 | 0 | 117 | 50 | 4 | 512 | 132 | 72 |
| Binary | 11110100 | 110011 | 10010010 | 0 | 1001111 | 101000 | 100 | 101001010 | 1011010 | 111010 |
Color Harmonies of #F43392
Complementary color
Monochromatic Colors of #F43392
Black with #F43392
Text Example
Text Example
White with #F43392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43392; }
p { color: rgb(244,51,146); }
H1.HeaderClassName
{
color: #F43392;
}
.AnyTagClassName
{
color: #F43392;
}
</style>
background-color css
<style>
a { background-color: #F43392; }
a { background-color: rgb(244,51,146); }
div.DivClassName
{
background-color: #F43392;
}
.BgClassName
{
background-color: #F43392;
}
</style>
border-color css
<style>
span { border-color: #F43392; }
span { border-color: rgb(244,51,146); }
td.TdClassName
{
border-color: #F43392;
}
.TagClassName
{
border-color: #F43392;
}
</style>