Shades of Wild Strawberry #F42592
Tints of Wild Strawberry #F42592
RGB
CMYK
RGB Variations
Color information
#F42592 (or 0xF42592) is known color: Wild Strawberry. HEX triplet: F4, 25 and 92. RGB value is (244,37,146). Sum of RGB (Red+Green+Blue) = 244+37+146=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42592 is #0BDA6D. Grayscale: #6F6F6F. Windows color (decimal): -776814 or 9577972. OLE color: 9577972.
HSL color Cylindrical-coordinate representation of color #F42592: hue angle of 328.41º 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 #F42592 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 146 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.04 |
| HSL | 328.41º | 0.9% | 0.55% | - |
| HSV(B) | 328.41º | 0.85% | 0.96% | - |
| XYZ | 43.16 | 22.63 | 29.29 | - |
| YUV | 111.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 146 | 0 | 0.85 | 0.40 | 0.04 | 328.41 | 0.9 | 0.55 |
| Hex | F4 | 25 | 92 | 0 | 55 | 28 | 4 | 148 | 5A | 37 |
| Octal | 364 | 45 | 222 | 0 | 125 | 50 | 4 | 510 | 132 | 67 |
| Binary | 11110100 | 100101 | 10010010 | 0 | 1010101 | 101000 | 100 | 101001000 | 1011010 | 110111 |
Color Harmonies of #F42592
Complementary color
Monochromatic Colors of #F42592
Black with #F42592
Text Example
Text Example
White with #F42592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42592; }
p { color: rgb(244,37,146); }
H1.HeaderClassName
{
color: #F42592;
}
.AnyTagClassName
{
color: #F42592;
}
</style>
background-color css
<style>
a { background-color: #F42592; }
a { background-color: rgb(244,37,146); }
div.DivClassName
{
background-color: #F42592;
}
.BgClassName
{
background-color: #F42592;
}
</style>
border-color css
<style>
span { border-color: #F42592; }
span { border-color: rgb(244,37,146); }
td.TdClassName
{
border-color: #F42592;
}
.TagClassName
{
border-color: #F42592;
}
</style>