Shades of Wild Strawberry #F42688
Tints of Wild Strawberry #F42688
RGB
CMYK
RGB Variations
Color information
#F42688 (or 0xF42688) is known color: Wild Strawberry. HEX triplet: F4, 26 and 88. RGB value is (244,38,136). Sum of RGB (Red+Green+Blue) = 244+38+136=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F42688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42688 is #0BD977. Grayscale: #6E6E6E. Windows color (decimal): -776568 or 8922868. OLE color: 8922868.
HSL color Cylindrical-coordinate representation of color #F42688: hue angle of 331.46º 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 #F42688 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 136 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.04 |
| HSL | 331.46º | 0.9% | 0.55% | - |
| HSV(B) | 331.46º | 0.84% | 0.96% | - |
| XYZ | 42.45 | 22.4 | 25.38 | - |
| YUV | 110.77 | 142.25 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 136 | 0 | 0.84 | 0.44 | 0.04 | 331.46 | 0.9 | 0.55 |
| Hex | F4 | 26 | 88 | 0 | 54 | 2C | 4 | 14B | 5A | 37 |
| Octal | 364 | 46 | 210 | 0 | 124 | 54 | 4 | 513 | 132 | 67 |
| Binary | 11110100 | 100110 | 10001000 | 0 | 1010100 | 101100 | 100 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F42688
Complementary color
Monochromatic Colors of #F42688
Black with #F42688
Text Example
Text Example
White with #F42688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42688; }
p { color: rgb(244,38,136); }
H1.HeaderClassName
{
color: #F42688;
}
.AnyTagClassName
{
color: #F42688;
}
</style>
background-color css
<style>
a { background-color: #F42688; }
a { background-color: rgb(244,38,136); }
div.DivClassName
{
background-color: #F42688;
}
.BgClassName
{
background-color: #F42688;
}
</style>
border-color css
<style>
span { border-color: #F42688; }
span { border-color: rgb(244,38,136); }
td.TdClassName
{
border-color: #F42688;
}
.TagClassName
{
border-color: #F42688;
}
</style>