Shades of Wild Strawberry #F42A8C
Tints of Wild Strawberry #F42A8C
RGB
CMYK
RGB Variations
Color information
#F42A8C (or 0xF42A8C) is known color: Wild Strawberry. HEX triplet: F4, 2A and 8C. RGB value is (244,42,140). Sum of RGB (Red+Green+Blue) = 244+42+140=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42A8C is #0BD573. Grayscale: #717171. Windows color (decimal): -775540 or 9186036. OLE color: 9186036.
HSL color Cylindrical-coordinate representation of color #F42A8C: hue angle of 330.89º 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 #F42A8C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 140 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.04 |
| HSL | 330.89º | 0.9% | 0.56% | - |
| HSV(B) | 330.89º | 0.83% | 0.96% | - |
| XYZ | 42.87 | 22.78 | 26.95 | - |
| YUV | 113.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 140 | 0 | 0.83 | 0.43 | 0.04 | 330.89 | 0.9 | 0.56 |
| Hex | F4 | 2A | 8C | 0 | 53 | 2B | 4 | 14B | 5A | 38 |
| Octal | 364 | 52 | 214 | 0 | 123 | 53 | 4 | 513 | 132 | 70 |
| Binary | 11110100 | 101010 | 10001100 | 0 | 1010011 | 101011 | 100 | 101001011 | 1011010 | 111000 |
Color Harmonies of #F42A8C
Complementary color
Monochromatic Colors of #F42A8C
Black with #F42A8C
Text Example
Text Example
White with #F42A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A8C; }
p { color: rgb(244,42,140); }
H1.HeaderClassName
{
color: #F42A8C;
}
.AnyTagClassName
{
color: #F42A8C;
}
</style>
background-color css
<style>
a { background-color: #F42A8C; }
a { background-color: rgb(244,42,140); }
div.DivClassName
{
background-color: #F42A8C;
}
.BgClassName
{
background-color: #F42A8C;
}
</style>
border-color css
<style>
span { border-color: #F42A8C; }
span { border-color: rgb(244,42,140); }
td.TdClassName
{
border-color: #F42A8C;
}
.TagClassName
{
border-color: #F42A8C;
}
</style>