Shades of Wild Strawberry #F42A8B
Tints of Wild Strawberry #F42A8B
RGB
CMYK
RGB Variations
Color information
#F42A8B (or 0xF42A8B) is known color: Wild Strawberry. HEX triplet: F4, 2A and 8B. RGB value is (244,42,139). Sum of RGB (Red+Green+Blue) = 244+42+139=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42A8B is #0BD574. Grayscale: #717171. Windows color (decimal): -775541 or 9120500. OLE color: 9120500.
HSL color Cylindrical-coordinate representation of color #F42A8B: hue angle of 331.19º 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 #F42A8B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 139 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.04 |
| HSL | 331.19º | 0.9% | 0.56% | - |
| HSV(B) | 331.19º | 0.83% | 0.96% | - |
| XYZ | 42.8 | 22.75 | 26.56 | - |
| YUV | 113.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 139 | 0 | 0.83 | 0.43 | 0.04 | 331.19 | 0.9 | 0.56 |
| Hex | F4 | 2A | 8B | 0 | 53 | 2B | 4 | 14B | 5A | 38 |
| Octal | 364 | 52 | 213 | 0 | 123 | 53 | 4 | 513 | 132 | 70 |
| Binary | 11110100 | 101010 | 10001011 | 0 | 1010011 | 101011 | 100 | 101001011 | 1011010 | 111000 |
Color Harmonies of #F42A8B
Complementary color
Monochromatic Colors of #F42A8B
Black with #F42A8B
Text Example
Text Example
White with #F42A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A8B; }
p { color: rgb(244,42,139); }
H1.HeaderClassName
{
color: #F42A8B;
}
.AnyTagClassName
{
color: #F42A8B;
}
</style>
background-color css
<style>
a { background-color: #F42A8B; }
a { background-color: rgb(244,42,139); }
div.DivClassName
{
background-color: #F42A8B;
}
.BgClassName
{
background-color: #F42A8B;
}
</style>
border-color css
<style>
span { border-color: #F42A8B; }
span { border-color: rgb(244,42,139); }
td.TdClassName
{
border-color: #F42A8B;
}
.TagClassName
{
border-color: #F42A8B;
}
</style>