Shades of Wild Strawberry #F92890
Tints of Wild Strawberry #F92890
RGB
CMYK
RGB Variations
Color information
#F92890 (or 0xF92890) is known color: Wild Strawberry. HEX triplet: F9, 28 and 90. RGB value is (249,40,144). Sum of RGB (Red+Green+Blue) = 249+40+144=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F92890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92890 is #06D76F. Grayscale: #727272. Windows color (decimal): -448368 or 9447673. OLE color: 9447673.
HSL color Cylindrical-coordinate representation of color #F92890: hue angle of 330.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92890 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 144 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.02 |
| HSL | 330.14º | 0.95% | 0.57% | - |
| HSV(B) | 330.14º | 0.84% | 0.98% | - |
| XYZ | 44.86 | 23.67 | 28.59 | - |
| YUV | 114.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 144 | 0 | 0.84 | 0.42 | 0.02 | 330.14 | 0.95 | 0.57 |
| Hex | F9 | 28 | 90 | 0 | 54 | 2A | 2 | 14A | 5F | 39 |
| Octal | 371 | 50 | 220 | 0 | 124 | 52 | 2 | 512 | 137 | 71 |
| Binary | 11111001 | 101000 | 10010000 | 0 | 1010100 | 101010 | 10 | 101001010 | 1011111 | 111001 |
Color Harmonies of #F92890
Complementary color
Monochromatic Colors of #F92890
Black with #F92890
Text Example
Text Example
White with #F92890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92890; }
p { color: rgb(249,40,144); }
H1.HeaderClassName
{
color: #F92890;
}
.AnyTagClassName
{
color: #F92890;
}
</style>
background-color css
<style>
a { background-color: #F92890; }
a { background-color: rgb(249,40,144); }
div.DivClassName
{
background-color: #F92890;
}
.BgClassName
{
background-color: #F92890;
}
</style>
border-color css
<style>
span { border-color: #F92890; }
span { border-color: rgb(249,40,144); }
td.TdClassName
{
border-color: #F92890;
}
.TagClassName
{
border-color: #F92890;
}
</style>