Shades of Wild Strawberry #F93188
Tints of Wild Strawberry #F93188
RGB
CMYK
RGB Variations
Color information
#F93188 (or 0xF93188) is known color: Wild Strawberry. HEX triplet: F9, 31 and 88. RGB value is (249,49,136). Sum of RGB (Red+Green+Blue) = 249+49+136=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F93188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93188 is #06CE77. Grayscale: #767676. Windows color (decimal): -446072 or 8925689. OLE color: 8925689.
HSL color Cylindrical-coordinate representation of color #F93188: hue angle of 333.9º 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 #F93188 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 136 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.02 |
| HSL | 333.9º | 0.94% | 0.58% | - |
| HSV(B) | 333.9º | 0.8% | 0.98% | - |
| XYZ | 44.61 | 24.11 | 25.6 | - |
| YUV | 118.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 136 | 0 | 0.80 | 0.45 | 0.02 | 333.9 | 0.94 | 0.58 |
| Hex | F9 | 31 | 88 | 0 | 50 | 2D | 2 | 14E | 5E | 3A |
| Octal | 371 | 61 | 210 | 0 | 120 | 55 | 2 | 516 | 136 | 72 |
| Binary | 11111001 | 110001 | 10001000 | 0 | 1010000 | 101101 | 10 | 101001110 | 1011110 | 111010 |
Color Harmonies of #F93188
Complementary color
Monochromatic Colors of #F93188
Black with #F93188
Text Example
Text Example
White with #F93188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93188; }
p { color: rgb(249,49,136); }
H1.HeaderClassName
{
color: #F93188;
}
.AnyTagClassName
{
color: #F93188;
}
</style>
background-color css
<style>
a { background-color: #F93188; }
a { background-color: rgb(249,49,136); }
div.DivClassName
{
background-color: #F93188;
}
.BgClassName
{
background-color: #F93188;
}
</style>
border-color css
<style>
span { border-color: #F93188; }
span { border-color: rgb(249,49,136); }
td.TdClassName
{
border-color: #F93188;
}
.TagClassName
{
border-color: #F93188;
}
</style>