Shades of Wild Strawberry #F42990
Tints of Wild Strawberry #F42990
RGB
CMYK
RGB Variations
Color information
#F42990 (or 0xF42990) is known color: Wild Strawberry. HEX triplet: F4, 29 and 90. RGB value is (244,41,144). Sum of RGB (Red+Green+Blue) = 244+41+144=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F42990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42990 is #0BD66F. Grayscale: #717171. Windows color (decimal): -775792 or 9447924. OLE color: 9447924.
HSL color Cylindrical-coordinate representation of color #F42990: hue angle of 329.56º 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 #F42990 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 144 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.04 |
| HSL | 329.56º | 0.9% | 0.56% | - |
| HSV(B) | 329.56º | 0.83% | 0.96% | - |
| XYZ | 43.14 | 22.83 | 28.52 | - |
| YUV | 113.44 | 145.25 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 144 | 0 | 0.83 | 0.41 | 0.04 | 329.56 | 0.9 | 0.56 |
| Hex | F4 | 29 | 90 | 0 | 53 | 29 | 4 | 14A | 5A | 38 |
| Octal | 364 | 51 | 220 | 0 | 123 | 51 | 4 | 512 | 132 | 70 |
| Binary | 11110100 | 101001 | 10010000 | 0 | 1010011 | 101001 | 100 | 101001010 | 1011010 | 111000 |
Color Harmonies of #F42990
Complementary color
Monochromatic Colors of #F42990
Black with #F42990
Text Example
Text Example
White with #F42990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42990; }
p { color: rgb(244,41,144); }
H1.HeaderClassName
{
color: #F42990;
}
.AnyTagClassName
{
color: #F42990;
}
</style>
background-color css
<style>
a { background-color: #F42990; }
a { background-color: rgb(244,41,144); }
div.DivClassName
{
background-color: #F42990;
}
.BgClassName
{
background-color: #F42990;
}
</style>
border-color css
<style>
span { border-color: #F42990; }
span { border-color: rgb(244,41,144); }
td.TdClassName
{
border-color: #F42990;
}
.TagClassName
{
border-color: #F42990;
}
</style>