Shades of Wild Strawberry #F42884
Tints of Wild Strawberry #F42884
RGB
CMYK
RGB Variations
Color information
#F42884 (or 0xF42884) is known color: Wild Strawberry. HEX triplet: F4, 28 and 84. RGB value is (244,40,132). Sum of RGB (Red+Green+Blue) = 244+40+132=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F42884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42884 is #0BD77B. Grayscale: #6F6F6F. Windows color (decimal): -776060 or 8661236. OLE color: 8661236.
HSL color Cylindrical-coordinate representation of color #F42884: hue angle of 332.94º 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 #F42884 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 132 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.04 |
| HSL | 332.94º | 0.9% | 0.56% | - |
| HSV(B) | 332.94º | 0.84% | 0.96% | - |
| XYZ | 42.23 | 22.42 | 23.93 | - |
| YUV | 111.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 132 | 0 | 0.84 | 0.46 | 0.04 | 332.94 | 0.9 | 0.56 |
| Hex | F4 | 28 | 84 | 0 | 54 | 2E | 4 | 14D | 5A | 38 |
| Octal | 364 | 50 | 204 | 0 | 124 | 56 | 4 | 515 | 132 | 70 |
| Binary | 11110100 | 101000 | 10000100 | 0 | 1010100 | 101110 | 100 | 101001101 | 1011010 | 111000 |
Color Harmonies of #F42884
Complementary color
Monochromatic Colors of #F42884
Black with #F42884
Text Example
Text Example
White with #F42884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42884; }
p { color: rgb(244,40,132); }
H1.HeaderClassName
{
color: #F42884;
}
.AnyTagClassName
{
color: #F42884;
}
</style>
background-color css
<style>
a { background-color: #F42884; }
a { background-color: rgb(244,40,132); }
div.DivClassName
{
background-color: #F42884;
}
.BgClassName
{
background-color: #F42884;
}
</style>
border-color css
<style>
span { border-color: #F42884; }
span { border-color: rgb(244,40,132); }
td.TdClassName
{
border-color: #F42884;
}
.TagClassName
{
border-color: #F42884;
}
</style>