Shades of Wild Strawberry #F42891
Tints of Wild Strawberry #F42891
RGB
CMYK
RGB Variations
Color information
#F42891 (or 0xF42891) is known color: Wild Strawberry. HEX triplet: F4, 28 and 91. RGB value is (244,40,145). Sum of RGB (Red+Green+Blue) = 244+40+145=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F42891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42891 is #0BD76E. Grayscale: #707070. Windows color (decimal): -776047 or 9513204. OLE color: 9513204.
HSL color Cylindrical-coordinate representation of color #F42891: hue angle of 329.12º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42891 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 145 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.12º | 0.9% | 0.56% | - |
| HSV(B) | 329.12º | 0.84% | 0.96% | - |
| XYZ | 43.18 | 22.8 | 28.91 | - |
| YUV | 112.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 145 | 0 | 0.84 | 0.41 | 0.04 | 329.12 | 0.9 | 0.56 |
| Hex | F4 | 28 | 91 | 0 | 54 | 29 | 4 | 149 | 5A | 38 |
| Octal | 364 | 50 | 221 | 0 | 124 | 51 | 4 | 511 | 132 | 70 |
| Binary | 11110100 | 101000 | 10010001 | 0 | 1010100 | 101001 | 100 | 101001001 | 1011010 | 111000 |
Color Harmonies of #F42891
Complementary color
Monochromatic Colors of #F42891
Black with #F42891
Text Example
Text Example
White with #F42891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42891; }
p { color: rgb(244,40,145); }
H1.HeaderClassName
{
color: #F42891;
}
.AnyTagClassName
{
color: #F42891;
}
</style>
background-color css
<style>
a { background-color: #F42891; }
a { background-color: rgb(244,40,145); }
div.DivClassName
{
background-color: #F42891;
}
.BgClassName
{
background-color: #F42891;
}
</style>
border-color css
<style>
span { border-color: #F42891; }
span { border-color: rgb(244,40,145); }
td.TdClassName
{
border-color: #F42891;
}
.TagClassName
{
border-color: #F42891;
}
</style>