Shades of Wild Strawberry #F93289
Tints of Wild Strawberry #F93289
RGB
CMYK
RGB Variations
Color information
#F93289 (or 0xF93289) is known color: Wild Strawberry. HEX triplet: F9, 32 and 89. RGB value is (249,50,137). Sum of RGB (Red+Green+Blue) = 249+50+137=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F93289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93289 is #06CD76. Grayscale: #777777. Windows color (decimal): -445815 or 8991481. OLE color: 8991481.
HSL color Cylindrical-coordinate representation of color #F93289: hue angle of 333.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93289 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 137 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.02 |
| HSL | 333.77º | 0.94% | 0.59% | - |
| HSV(B) | 333.77º | 0.8% | 0.98% | - |
| XYZ | 44.72 | 24.23 | 25.99 | - |
| YUV | 119.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 137 | 0 | 0.80 | 0.45 | 0.02 | 333.77 | 0.94 | 0.59 |
| Hex | F9 | 32 | 89 | 0 | 50 | 2D | 2 | 14E | 5E | 3B |
| Octal | 371 | 62 | 211 | 0 | 120 | 55 | 2 | 516 | 136 | 73 |
| Binary | 11111001 | 110010 | 10001001 | 0 | 1010000 | 101101 | 10 | 101001110 | 1011110 | 111011 |
Color Harmonies of #F93289
Complementary color
Monochromatic Colors of #F93289
Black with #F93289
Text Example
Text Example
White with #F93289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93289; }
p { color: rgb(249,50,137); }
H1.HeaderClassName
{
color: #F93289;
}
.AnyTagClassName
{
color: #F93289;
}
</style>
background-color css
<style>
a { background-color: #F93289; }
a { background-color: rgb(249,50,137); }
div.DivClassName
{
background-color: #F93289;
}
.BgClassName
{
background-color: #F93289;
}
</style>
border-color css
<style>
span { border-color: #F93289; }
span { border-color: rgb(249,50,137); }
td.TdClassName
{
border-color: #F93289;
}
.TagClassName
{
border-color: #F93289;
}
</style>