Shades of Wild Strawberry #F4288F
Tints of Wild Strawberry #F4288F
RGB
CMYK
RGB Variations
Color information
#F4288F (or 0xF4288F) is known color: Wild Strawberry. HEX triplet: F4, 28 and 8F. RGB value is (244,40,143). Sum of RGB (Red+Green+Blue) = 244+40+143=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F4288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4288F is #0BD770. Grayscale: #707070. Windows color (decimal): -776049 or 9382132. OLE color: 9382132.
HSL color Cylindrical-coordinate representation of color #F4288F: hue angle of 329.71º 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 #F4288F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 143 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.71º | 0.9% | 0.56% | - |
| HSV(B) | 329.71º | 0.84% | 0.96% | - |
| XYZ | 43.02 | 22.73 | 28.11 | - |
| YUV | 112.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 143 | 0 | 0.84 | 0.41 | 0.04 | 329.71 | 0.9 | 0.56 |
| Hex | F4 | 28 | 8F | 0 | 54 | 29 | 4 | 14A | 5A | 38 |
| Octal | 364 | 50 | 217 | 0 | 124 | 51 | 4 | 512 | 132 | 70 |
| Binary | 11110100 | 101000 | 10001111 | 0 | 1010100 | 101001 | 100 | 101001010 | 1011010 | 111000 |
Color Harmonies of #F4288F
Complementary color
Monochromatic Colors of #F4288F
Black with #F4288F
Text Example
Text Example
White with #F4288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4288F; }
p { color: rgb(244,40,143); }
H1.HeaderClassName
{
color: #F4288F;
}
.AnyTagClassName
{
color: #F4288F;
}
</style>
background-color css
<style>
a { background-color: #F4288F; }
a { background-color: rgb(244,40,143); }
div.DivClassName
{
background-color: #F4288F;
}
.BgClassName
{
background-color: #F4288F;
}
</style>
border-color css
<style>
span { border-color: #F4288F; }
span { border-color: rgb(244,40,143); }
td.TdClassName
{
border-color: #F4288F;
}
.TagClassName
{
border-color: #F4288F;
}
</style>