Shades of Wild Strawberry #F42B8C
Tints of Wild Strawberry #F42B8C
RGB
CMYK
RGB Variations
Color information
#F42B8C (or 0xF42B8C) is known color: Wild Strawberry. HEX triplet: F4, 2B and 8C. RGB value is (244,43,140). Sum of RGB (Red+Green+Blue) = 244+43+140=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42B8C is #0BD473. Grayscale: #717171. Windows color (decimal): -775284 or 9186292. OLE color: 9186292.
HSL color Cylindrical-coordinate representation of color #F42B8C: hue angle of 331.04º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42B8C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 140 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.04 |
| HSL | 331.04º | 0.9% | 0.56% | - |
| HSV(B) | 331.04º | 0.82% | 0.96% | - |
| XYZ | 42.91 | 22.85 | 26.96 | - |
| YUV | 114.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 140 | 0 | 0.82 | 0.43 | 0.04 | 331.04 | 0.9 | 0.56 |
| Hex | F4 | 2B | 8C | 0 | 52 | 2B | 4 | 14B | 5A | 38 |
| Octal | 364 | 53 | 214 | 0 | 122 | 53 | 4 | 513 | 132 | 70 |
| Binary | 11110100 | 101011 | 10001100 | 0 | 1010010 | 101011 | 100 | 101001011 | 1011010 | 111000 |
Color Harmonies of #F42B8C
Complementary color
Monochromatic Colors of #F42B8C
Black with #F42B8C
Text Example
Text Example
White with #F42B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42B8C; }
p { color: rgb(244,43,140); }
H1.HeaderClassName
{
color: #F42B8C;
}
.AnyTagClassName
{
color: #F42B8C;
}
</style>
background-color css
<style>
a { background-color: #F42B8C; }
a { background-color: rgb(244,43,140); }
div.DivClassName
{
background-color: #F42B8C;
}
.BgClassName
{
background-color: #F42B8C;
}
</style>
border-color css
<style>
span { border-color: #F42B8C; }
span { border-color: rgb(244,43,140); }
td.TdClassName
{
border-color: #F42B8C;
}
.TagClassName
{
border-color: #F42B8C;
}
</style>