Shades of Wild Strawberry #F42983
Tints of Wild Strawberry #F42983
RGB
CMYK
RGB Variations
Color information
#F42983 (or 0xF42983) is known color: Wild Strawberry. HEX triplet: F4, 29 and 83. RGB value is (244,41,131). Sum of RGB (Red+Green+Blue) = 244+41+131=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F42983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42983 is #0BD67C. Grayscale: #6F6F6F. Windows color (decimal): -775805 or 8595956. OLE color: 8595956.
HSL color Cylindrical-coordinate representation of color #F42983: hue angle of 333.4º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42983 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 131 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.04 |
| HSL | 333.4º | 0.9% | 0.56% | - |
| HSV(B) | 333.4º | 0.83% | 0.96% | - |
| XYZ | 42.2 | 22.46 | 23.58 | - |
| YUV | 111.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 131 | 0 | 0.83 | 0.46 | 0.04 | 333.4 | 0.9 | 0.56 |
| Hex | F4 | 29 | 83 | 0 | 53 | 2E | 4 | 14D | 5A | 38 |
| Octal | 364 | 51 | 203 | 0 | 123 | 56 | 4 | 515 | 132 | 70 |
| Binary | 11110100 | 101001 | 10000011 | 0 | 1010011 | 101110 | 100 | 101001101 | 1011010 | 111000 |
Color Harmonies of #F42983
Complementary color
Monochromatic Colors of #F42983
Black with #F42983
Text Example
Text Example
White with #F42983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42983; }
p { color: rgb(244,41,131); }
H1.HeaderClassName
{
color: #F42983;
}
.AnyTagClassName
{
color: #F42983;
}
</style>
background-color css
<style>
a { background-color: #F42983; }
a { background-color: rgb(244,41,131); }
div.DivClassName
{
background-color: #F42983;
}
.BgClassName
{
background-color: #F42983;
}
</style>
border-color css
<style>
span { border-color: #F42983; }
span { border-color: rgb(244,41,131); }
td.TdClassName
{
border-color: #F42983;
}
.TagClassName
{
border-color: #F42983;
}
</style>