Shades of Wild Strawberry #F42A8D
Tints of Wild Strawberry #F42A8D
RGB
CMYK
RGB Variations
Color information
#F42A8D (or 0xF42A8D) is known color: Wild Strawberry. HEX triplet: F4, 2A and 8D. RGB value is (244,42,141). Sum of RGB (Red+Green+Blue) = 244+42+141=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42A8D is #0BD572. Grayscale: #717171. Windows color (decimal): -775539 or 9251572. OLE color: 9251572.
HSL color Cylindrical-coordinate representation of color #F42A8D: hue angle of 330.59º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42A8D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 141 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.04 |
| HSL | 330.59º | 0.9% | 0.56% | - |
| HSV(B) | 330.59º | 0.83% | 0.96% | - |
| XYZ | 42.94 | 22.81 | 27.34 | - |
| YUV | 113.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 141 | 0 | 0.83 | 0.42 | 0.04 | 330.59 | 0.9 | 0.56 |
| Hex | F4 | 2A | 8D | 0 | 53 | 2A | 4 | 14B | 5A | 38 |
| Octal | 364 | 52 | 215 | 0 | 123 | 52 | 4 | 513 | 132 | 70 |
| Binary | 11110100 | 101010 | 10001101 | 0 | 1010011 | 101010 | 100 | 101001011 | 1011010 | 111000 |
Color Harmonies of #F42A8D
Complementary color
Monochromatic Colors of #F42A8D
Black with #F42A8D
Text Example
Text Example
White with #F42A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A8D; }
p { color: rgb(244,42,141); }
H1.HeaderClassName
{
color: #F42A8D;
}
.AnyTagClassName
{
color: #F42A8D;
}
</style>
background-color css
<style>
a { background-color: #F42A8D; }
a { background-color: rgb(244,42,141); }
div.DivClassName
{
background-color: #F42A8D;
}
.BgClassName
{
background-color: #F42A8D;
}
</style>
border-color css
<style>
span { border-color: #F42A8D; }
span { border-color: rgb(244,42,141); }
td.TdClassName
{
border-color: #F42A8D;
}
.TagClassName
{
border-color: #F42A8D;
}
</style>