Shades of Wild Strawberry #F42789
Tints of Wild Strawberry #F42789
RGB
CMYK
RGB Variations
Color information
#F42789 (or 0xF42789) is known color: Wild Strawberry. HEX triplet: F4, 27 and 89. RGB value is (244,39,137). Sum of RGB (Red+Green+Blue) = 244+39+137=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F42789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42789 is #0BD876. Grayscale: #6F6F6F. Windows color (decimal): -776311 or 8988660. OLE color: 8988660.
HSL color Cylindrical-coordinate representation of color #F42789: hue angle of 331.32º 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 #F42789 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 137 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.04 |
| HSL | 331.32º | 0.9% | 0.55% | - |
| HSV(B) | 331.32º | 0.84% | 0.96% | - |
| XYZ | 42.55 | 22.49 | 25.77 | - |
| YUV | 111.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 137 | 0 | 0.84 | 0.44 | 0.04 | 331.32 | 0.9 | 0.55 |
| Hex | F4 | 27 | 89 | 0 | 54 | 2C | 4 | 14B | 5A | 37 |
| Octal | 364 | 47 | 211 | 0 | 124 | 54 | 4 | 513 | 132 | 67 |
| Binary | 11110100 | 100111 | 10001001 | 0 | 1010100 | 101100 | 100 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F42789
Complementary color
Monochromatic Colors of #F42789
Black with #F42789
Text Example
Text Example
White with #F42789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42789; }
p { color: rgb(244,39,137); }
H1.HeaderClassName
{
color: #F42789;
}
.AnyTagClassName
{
color: #F42789;
}
</style>
background-color css
<style>
a { background-color: #F42789; }
a { background-color: rgb(244,39,137); }
div.DivClassName
{
background-color: #F42789;
}
.BgClassName
{
background-color: #F42789;
}
</style>
border-color css
<style>
span { border-color: #F42789; }
span { border-color: rgb(244,39,137); }
td.TdClassName
{
border-color: #F42789;
}
.TagClassName
{
border-color: #F42789;
}
</style>