Shades of Wild Strawberry #F2288C
Tints of Wild Strawberry #F2288C
RGB
CMYK
RGB Variations
Color information
#F2288C (or 0xF2288C) is known color: Wild Strawberry. HEX triplet: F2, 28 and 8C. RGB value is (242,40,140). Sum of RGB (Red+Green+Blue) = 242+40+140=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2288C is #0DD773. Grayscale: #6F6F6F. Windows color (decimal): -907124 or 9185522. OLE color: 9185522.
HSL color Cylindrical-coordinate representation of color #F2288C: hue angle of 330.3º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2288C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 140 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.05 |
| HSL | 330.3º | 0.89% | 0.55% | - |
| HSV(B) | 330.3º | 0.83% | 0.95% | - |
| XYZ | 42.11 | 22.29 | 26.89 | - |
| YUV | 111.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 140 | 0 | 0.83 | 0.42 | 0.05 | 330.3 | 0.89 | 0.55 |
| Hex | F2 | 28 | 8C | 0 | 53 | 2A | 5 | 14A | 59 | 37 |
| Octal | 362 | 50 | 214 | 0 | 123 | 52 | 5 | 512 | 131 | 67 |
| Binary | 11110010 | 101000 | 10001100 | 0 | 1010011 | 101010 | 101 | 101001010 | 1011001 | 110111 |
Color Harmonies of #F2288C
Complementary color
Monochromatic Colors of #F2288C
Black with #F2288C
Text Example
Text Example
White with #F2288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2288C; }
p { color: rgb(242,40,140); }
H1.HeaderClassName
{
color: #F2288C;
}
.AnyTagClassName
{
color: #F2288C;
}
</style>
background-color css
<style>
a { background-color: #F2288C; }
a { background-color: rgb(242,40,140); }
div.DivClassName
{
background-color: #F2288C;
}
.BgClassName
{
background-color: #F2288C;
}
</style>
border-color css
<style>
span { border-color: #F2288C; }
span { border-color: rgb(242,40,140); }
td.TdClassName
{
border-color: #F2288C;
}
.TagClassName
{
border-color: #F2288C;
}
</style>