Shades of Wild Strawberry #F93090
Tints of Wild Strawberry #F93090
RGB
CMYK
RGB Variations
Color information
#F93090 (or 0xF93090) is known color: Wild Strawberry. HEX triplet: F9, 30 and 90. RGB value is (249,48,144). Sum of RGB (Red+Green+Blue) = 249+48+144=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F93090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93090 is #06CF6F. Grayscale: #767676. Windows color (decimal): -446320 or 9449721. OLE color: 9449721.
HSL color Cylindrical-coordinate representation of color #F93090: hue angle of 331.34º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F93090 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 144 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.02 |
| HSL | 331.34º | 0.94% | 0.58% | - |
| HSV(B) | 331.34º | 0.81% | 0.98% | - |
| XYZ | 45.16 | 24.27 | 28.69 | - |
| YUV | 119.04 | 142.09 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 144 | 0 | 0.81 | 0.42 | 0.02 | 331.34 | 0.94 | 0.58 |
| Hex | F9 | 30 | 90 | 0 | 51 | 2A | 2 | 14B | 5E | 3A |
| Octal | 371 | 60 | 220 | 0 | 121 | 52 | 2 | 513 | 136 | 72 |
| Binary | 11111001 | 110000 | 10010000 | 0 | 1010001 | 101010 | 10 | 101001011 | 1011110 | 111010 |
Color Harmonies of #F93090
Complementary color
Monochromatic Colors of #F93090
Black with #F93090
Text Example
Text Example
White with #F93090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93090; }
p { color: rgb(249,48,144); }
H1.HeaderClassName
{
color: #F93090;
}
.AnyTagClassName
{
color: #F93090;
}
</style>
background-color css
<style>
a { background-color: #F93090; }
a { background-color: rgb(249,48,144); }
div.DivClassName
{
background-color: #F93090;
}
.BgClassName
{
background-color: #F93090;
}
</style>
border-color css
<style>
span { border-color: #F93090; }
span { border-color: rgb(249,48,144); }
td.TdClassName
{
border-color: #F93090;
}
.TagClassName
{
border-color: #F93090;
}
</style>