Shades of Wild Strawberry #F4268F
Tints of Wild Strawberry #F4268F
RGB
CMYK
RGB Variations
Color information
#F4268F (or 0xF4268F) is known color: Wild Strawberry. HEX triplet: F4, 26 and 8F. RGB value is (244,38,143). Sum of RGB (Red+Green+Blue) = 244+38+143=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F4268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4268F is #0BD970. Grayscale: #6F6F6F. Windows color (decimal): -776561 or 9381620. OLE color: 9381620.
HSL color Cylindrical-coordinate representation of color #F4268F: hue angle of 329.42º 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 #F4268F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 143 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.42º | 0.9% | 0.55% | - |
| HSV(B) | 329.42º | 0.84% | 0.96% | - |
| XYZ | 42.96 | 22.6 | 28.09 | - |
| YUV | 111.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 143 | 0 | 0.84 | 0.41 | 0.04 | 329.42 | 0.9 | 0.55 |
| Hex | F4 | 26 | 8F | 0 | 54 | 29 | 4 | 149 | 5A | 37 |
| Octal | 364 | 46 | 217 | 0 | 124 | 51 | 4 | 511 | 132 | 67 |
| Binary | 11110100 | 100110 | 10001111 | 0 | 1010100 | 101001 | 100 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F4268F
Complementary color
Monochromatic Colors of #F4268F
Black with #F4268F
Text Example
Text Example
White with #F4268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4268F; }
p { color: rgb(244,38,143); }
H1.HeaderClassName
{
color: #F4268F;
}
.AnyTagClassName
{
color: #F4268F;
}
</style>
background-color css
<style>
a { background-color: #F4268F; }
a { background-color: rgb(244,38,143); }
div.DivClassName
{
background-color: #F4268F;
}
.BgClassName
{
background-color: #F4268F;
}
</style>
border-color css
<style>
span { border-color: #F4268F; }
span { border-color: rgb(244,38,143); }
td.TdClassName
{
border-color: #F4268F;
}
.TagClassName
{
border-color: #F4268F;
}
</style>