Shades of Wild Strawberry #F2298B
Tints of Wild Strawberry #F2298B
RGB
CMYK
RGB Variations
Color information
#F2298B (or 0xF2298B) is known color: Wild Strawberry. HEX triplet: F2, 29 and 8B. RGB value is (242,41,139). Sum of RGB (Red+Green+Blue) = 242+41+139=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2298B is #0DD674. Grayscale: #707070. Windows color (decimal): -906869 or 9120242. OLE color: 9120242.
HSL color Cylindrical-coordinate representation of color #F2298B: hue angle of 330.75º 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 #F2298B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 139 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.05 |
| HSL | 330.75º | 0.89% | 0.55% | - |
| HSV(B) | 330.75º | 0.83% | 0.95% | - |
| XYZ | 42.07 | 22.33 | 26.52 | - |
| YUV | 112.27 | 143.09 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 139 | 0 | 0.83 | 0.43 | 0.05 | 330.75 | 0.89 | 0.55 |
| Hex | F2 | 29 | 8B | 0 | 53 | 2B | 5 | 14B | 59 | 37 |
| Octal | 362 | 51 | 213 | 0 | 123 | 53 | 5 | 513 | 131 | 67 |
| Binary | 11110010 | 101001 | 10001011 | 0 | 1010011 | 101011 | 101 | 101001011 | 1011001 | 110111 |
Color Harmonies of #F2298B
Complementary color
Monochromatic Colors of #F2298B
Black with #F2298B
Text Example
Text Example
White with #F2298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2298B; }
p { color: rgb(242,41,139); }
H1.HeaderClassName
{
color: #F2298B;
}
.AnyTagClassName
{
color: #F2298B;
}
</style>
background-color css
<style>
a { background-color: #F2298B; }
a { background-color: rgb(242,41,139); }
div.DivClassName
{
background-color: #F2298B;
}
.BgClassName
{
background-color: #F2298B;
}
</style>
border-color css
<style>
span { border-color: #F2298B; }
span { border-color: rgb(242,41,139); }
td.TdClassName
{
border-color: #F2298B;
}
.TagClassName
{
border-color: #F2298B;
}
</style>