Shades of Wild Strawberry #F42783
Tints of Wild Strawberry #F42783
RGB
CMYK
RGB Variations
Color information
#F42783 (or 0xF42783) is known color: Wild Strawberry. HEX triplet: F4, 27 and 83. RGB value is (244,39,131). Sum of RGB (Red+Green+Blue) = 244+39+131=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F42783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42783 is #0BD87C. Grayscale: #6E6E6E. Windows color (decimal): -776317 or 8595444. OLE color: 8595444.
HSL color Cylindrical-coordinate representation of color #F42783: hue angle of 333.07º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42783 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 131 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.04 |
| HSL | 333.07º | 0.9% | 0.55% | - |
| HSV(B) | 333.07º | 0.84% | 0.96% | - |
| XYZ | 42.13 | 22.32 | 23.56 | - |
| YUV | 110.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 131 | 0 | 0.84 | 0.46 | 0.04 | 333.07 | 0.9 | 0.55 |
| Hex | F4 | 27 | 83 | 0 | 54 | 2E | 4 | 14D | 5A | 37 |
| Octal | 364 | 47 | 203 | 0 | 124 | 56 | 4 | 515 | 132 | 67 |
| Binary | 11110100 | 100111 | 10000011 | 0 | 1010100 | 101110 | 100 | 101001101 | 1011010 | 110111 |
Color Harmonies of #F42783
Complementary color
Monochromatic Colors of #F42783
Black with #F42783
Text Example
Text Example
White with #F42783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42783; }
p { color: rgb(244,39,131); }
H1.HeaderClassName
{
color: #F42783;
}
.AnyTagClassName
{
color: #F42783;
}
</style>
background-color css
<style>
a { background-color: #F42783; }
a { background-color: rgb(244,39,131); }
div.DivClassName
{
background-color: #F42783;
}
.BgClassName
{
background-color: #F42783;
}
</style>
border-color css
<style>
span { border-color: #F42783; }
span { border-color: rgb(244,39,131); }
td.TdClassName
{
border-color: #F42783;
}
.TagClassName
{
border-color: #F42783;
}
</style>