Shades of Wild Strawberry #F22A8F
Tints of Wild Strawberry #F22A8F
RGB
CMYK
RGB Variations
Color information
#F22A8F (or 0xF22A8F) is known color: Wild Strawberry. HEX triplet: F2, 2A and 8F. RGB value is (242,42,143). Sum of RGB (Red+Green+Blue) = 242+42+143=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22A8F is #0DD570. Grayscale: #717171. Windows color (decimal): -906609 or 9382642. OLE color: 9382642.
HSL color Cylindrical-coordinate representation of color #F22A8F: hue angle of 329.7º 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 #F22A8F is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 143 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.05 |
| HSL | 329.7º | 0.88% | 0.56% | - |
| HSV(B) | 329.7º | 0.83% | 0.95% | - |
| XYZ | 42.4 | 22.52 | 28.1 | - |
| YUV | 113.31 | 144.76 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 143 | 0 | 0.83 | 0.41 | 0.05 | 329.7 | 0.88 | 0.56 |
| Hex | F2 | 2A | 8F | 0 | 53 | 29 | 5 | 14A | 58 | 38 |
| Octal | 362 | 52 | 217 | 0 | 123 | 51 | 5 | 512 | 130 | 70 |
| Binary | 11110010 | 101010 | 10001111 | 0 | 1010011 | 101001 | 101 | 101001010 | 1011000 | 111000 |
Color Harmonies of #F22A8F
Complementary color
Monochromatic Colors of #F22A8F
Black with #F22A8F
Text Example
Text Example
White with #F22A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A8F; }
p { color: rgb(242,42,143); }
H1.HeaderClassName
{
color: #F22A8F;
}
.AnyTagClassName
{
color: #F22A8F;
}
</style>
background-color css
<style>
a { background-color: #F22A8F; }
a { background-color: rgb(242,42,143); }
div.DivClassName
{
background-color: #F22A8F;
}
.BgClassName
{
background-color: #F22A8F;
}
</style>
border-color css
<style>
span { border-color: #F22A8F; }
span { border-color: rgb(242,42,143); }
td.TdClassName
{
border-color: #F22A8F;
}
.TagClassName
{
border-color: #F22A8F;
}
</style>