Shades of Wild Strawberry #F22A86
Tints of Wild Strawberry #F22A86
RGB
CMYK
RGB Variations
Color information
#F22A86 (or 0xF22A86) is known color: Wild Strawberry. HEX triplet: F2, 2A and 86. RGB value is (242,42,134). Sum of RGB (Red+Green+Blue) = 242+42+134=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22A86 is #0DD579. Grayscale: #707070. Windows color (decimal): -906618 or 8792818. OLE color: 8792818.
HSL color Cylindrical-coordinate representation of color #F22A86: hue angle of 332.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22A86 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 134 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.05 |
| HSL | 332.4º | 0.88% | 0.56% | - |
| HSV(B) | 332.4º | 0.83% | 0.95% | - |
| XYZ | 41.75 | 22.25 | 24.65 | - |
| YUV | 112.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 134 | 0 | 0.83 | 0.45 | 0.05 | 332.4 | 0.88 | 0.56 |
| Hex | F2 | 2A | 86 | 0 | 53 | 2D | 5 | 14C | 58 | 38 |
| Octal | 362 | 52 | 206 | 0 | 123 | 55 | 5 | 514 | 130 | 70 |
| Binary | 11110010 | 101010 | 10000110 | 0 | 1010011 | 101101 | 101 | 101001100 | 1011000 | 111000 |
Color Harmonies of #F22A86
Complementary color
Monochromatic Colors of #F22A86
Black with #F22A86
Text Example
Text Example
White with #F22A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A86; }
p { color: rgb(242,42,134); }
H1.HeaderClassName
{
color: #F22A86;
}
.AnyTagClassName
{
color: #F22A86;
}
</style>
background-color css
<style>
a { background-color: #F22A86; }
a { background-color: rgb(242,42,134); }
div.DivClassName
{
background-color: #F22A86;
}
.BgClassName
{
background-color: #F22A86;
}
</style>
border-color css
<style>
span { border-color: #F22A86; }
span { border-color: rgb(242,42,134); }
td.TdClassName
{
border-color: #F22A86;
}
.TagClassName
{
border-color: #F22A86;
}
</style>