Shades of Wild Strawberry #F42690
Tints of Wild Strawberry #F42690
RGB
CMYK
RGB Variations
Color information
#F42690 (or 0xF42690) is known color: Wild Strawberry. HEX triplet: F4, 26 and 90. RGB value is (244,38,144). Sum of RGB (Red+Green+Blue) = 244+38+144=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42690 is #0BD96F. Grayscale: #6F6F6F. Windows color (decimal): -776560 or 9447156. OLE color: 9447156.
HSL color Cylindrical-coordinate representation of color #F42690: hue angle of 329.13º 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 #F42690 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 144 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.13º | 0.9% | 0.55% | - |
| HSV(B) | 329.13º | 0.84% | 0.96% | - |
| XYZ | 43.04 | 22.63 | 28.49 | - |
| YUV | 111.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 144 | 0 | 0.84 | 0.41 | 0.04 | 329.13 | 0.9 | 0.55 |
| Hex | F4 | 26 | 90 | 0 | 54 | 29 | 4 | 149 | 5A | 37 |
| Octal | 364 | 46 | 220 | 0 | 124 | 51 | 4 | 511 | 132 | 67 |
| Binary | 11110100 | 100110 | 10010000 | 0 | 1010100 | 101001 | 100 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F42690
Complementary color
Monochromatic Colors of #F42690
Black with #F42690
Text Example
Text Example
White with #F42690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42690; }
p { color: rgb(244,38,144); }
H1.HeaderClassName
{
color: #F42690;
}
.AnyTagClassName
{
color: #F42690;
}
</style>
background-color css
<style>
a { background-color: #F42690; }
a { background-color: rgb(244,38,144); }
div.DivClassName
{
background-color: #F42690;
}
.BgClassName
{
background-color: #F42690;
}
</style>
border-color css
<style>
span { border-color: #F42690; }
span { border-color: rgb(244,38,144); }
td.TdClassName
{
border-color: #F42690;
}
.TagClassName
{
border-color: #F42690;
}
</style>