Shades of Wild Strawberry #F92B94
Tints of Wild Strawberry #F92B94
RGB
CMYK
RGB Variations
Color information
#F92B94 (or 0xF92B94) is known color: Wild Strawberry. HEX triplet: F9, 2B and 94. RGB value is (249,43,148). Sum of RGB (Red+Green+Blue) = 249+43+148=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92B94 is #06D46B. Grayscale: #747474. Windows color (decimal): -447596 or 9710585. OLE color: 9710585.
HSL color Cylindrical-coordinate representation of color #F92B94: hue angle of 329.42º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92B94 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 148 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.02 |
| HSL | 329.42º | 0.94% | 0.57% | - |
| HSV(B) | 329.42º | 0.83% | 0.98% | - |
| XYZ | 45.28 | 24.01 | 30.26 | - |
| YUV | 116.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 148 | 0 | 0.83 | 0.41 | 0.02 | 329.42 | 0.94 | 0.57 |
| Hex | F9 | 2B | 94 | 0 | 53 | 29 | 2 | 149 | 5E | 39 |
| Octal | 371 | 53 | 224 | 0 | 123 | 51 | 2 | 511 | 136 | 71 |
| Binary | 11111001 | 101011 | 10010100 | 0 | 1010011 | 101001 | 10 | 101001001 | 1011110 | 111001 |
Color Harmonies of #F92B94
Complementary color
Monochromatic Colors of #F92B94
Black with #F92B94
Text Example
Text Example
White with #F92B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92B94; }
p { color: rgb(249,43,148); }
H1.HeaderClassName
{
color: #F92B94;
}
.AnyTagClassName
{
color: #F92B94;
}
</style>
background-color css
<style>
a { background-color: #F92B94; }
a { background-color: rgb(249,43,148); }
div.DivClassName
{
background-color: #F92B94;
}
.BgClassName
{
background-color: #F92B94;
}
</style>
border-color css
<style>
span { border-color: #F92B94; }
span { border-color: rgb(249,43,148); }
td.TdClassName
{
border-color: #F92B94;
}
.TagClassName
{
border-color: #F92B94;
}
</style>