Shades of Wild Strawberry #F42591
Tints of Wild Strawberry #F42591
RGB
CMYK
RGB Variations
Color information
#F42591 (or 0xF42591) is known color: Wild Strawberry. HEX triplet: F4, 25 and 91. RGB value is (244,37,145). Sum of RGB (Red+Green+Blue) = 244+37+145=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42591 is #0BDA6E. Grayscale: #6E6E6E. Windows color (decimal): -776815 or 9512436. OLE color: 9512436.
HSL color Cylindrical-coordinate representation of color #F42591: hue angle of 328.7º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42591 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 145 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.04 |
| HSL | 328.7º | 0.9% | 0.55% | - |
| HSV(B) | 328.7º | 0.85% | 0.96% | - |
| XYZ | 43.08 | 22.6 | 28.88 | - |
| YUV | 111.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 145 | 0 | 0.85 | 0.41 | 0.04 | 328.7 | 0.9 | 0.55 |
| Hex | F4 | 25 | 91 | 0 | 55 | 29 | 4 | 149 | 5A | 37 |
| Octal | 364 | 45 | 221 | 0 | 125 | 51 | 4 | 511 | 132 | 67 |
| Binary | 11110100 | 100101 | 10010001 | 0 | 1010101 | 101001 | 100 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F42591
Complementary color
Monochromatic Colors of #F42591
Black with #F42591
Text Example
Text Example
White with #F42591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42591; }
p { color: rgb(244,37,145); }
H1.HeaderClassName
{
color: #F42591;
}
.AnyTagClassName
{
color: #F42591;
}
</style>
background-color css
<style>
a { background-color: #F42591; }
a { background-color: rgb(244,37,145); }
div.DivClassName
{
background-color: #F42591;
}
.BgClassName
{
background-color: #F42591;
}
</style>
border-color css
<style>
span { border-color: #F42591; }
span { border-color: rgb(244,37,145); }
td.TdClassName
{
border-color: #F42591;
}
.TagClassName
{
border-color: #F42591;
}
</style>