Shades of Wild Strawberry #F93189
Tints of Wild Strawberry #F93189
RGB
CMYK
RGB Variations
Color information
#F93189 (or 0xF93189) is known color: Wild Strawberry. HEX triplet: F9, 31 and 89. RGB value is (249,49,137). Sum of RGB (Red+Green+Blue) = 249+49+137=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F93189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93189 is #06CE76. Grayscale: #767676. Windows color (decimal): -446071 or 8991225. OLE color: 8991225.
HSL color Cylindrical-coordinate representation of color #F93189: hue angle of 333.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93189 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 137 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.02 |
| HSL | 333.6º | 0.94% | 0.58% | - |
| HSV(B) | 333.6º | 0.8% | 0.98% | - |
| XYZ | 44.68 | 24.14 | 25.97 | - |
| YUV | 118.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 137 | 0 | 0.80 | 0.45 | 0.02 | 333.6 | 0.94 | 0.58 |
| Hex | F9 | 31 | 89 | 0 | 50 | 2D | 2 | 14E | 5E | 3A |
| Octal | 371 | 61 | 211 | 0 | 120 | 55 | 2 | 516 | 136 | 72 |
| Binary | 11111001 | 110001 | 10001001 | 0 | 1010000 | 101101 | 10 | 101001110 | 1011110 | 111010 |
Color Harmonies of #F93189
Complementary color
Monochromatic Colors of #F93189
Black with #F93189
Text Example
Text Example
White with #F93189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93189; }
p { color: rgb(249,49,137); }
H1.HeaderClassName
{
color: #F93189;
}
.AnyTagClassName
{
color: #F93189;
}
</style>
background-color css
<style>
a { background-color: #F93189; }
a { background-color: rgb(249,49,137); }
div.DivClassName
{
background-color: #F93189;
}
.BgClassName
{
background-color: #F93189;
}
</style>
border-color css
<style>
span { border-color: #F93189; }
span { border-color: rgb(249,49,137); }
td.TdClassName
{
border-color: #F93189;
}
.TagClassName
{
border-color: #F93189;
}
</style>