Shades of Wild Strawberry #F92F86
Tints of Wild Strawberry #F92F86
RGB
CMYK
RGB Variations
Color information
#F92F86 (or 0xF92F86) is known color: Wild Strawberry. HEX triplet: F9, 2F and 86. RGB value is (249,47,134). Sum of RGB (Red+Green+Blue) = 249+47+134=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92F86 is #06D079. Grayscale: #757575. Windows color (decimal): -446586 or 8794105. OLE color: 8794105.
HSL color Cylindrical-coordinate representation of color #F92F86: hue angle of 334.16º 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 #F92F86 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 134 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.02 |
| HSL | 334.16º | 0.94% | 0.58% | - |
| HSV(B) | 334.16º | 0.81% | 0.98% | - |
| XYZ | 44.39 | 23.89 | 24.83 | - |
| YUV | 117.32 | 137.42 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 134 | 0 | 0.81 | 0.46 | 0.02 | 334.16 | 0.94 | 0.58 |
| Hex | F9 | 2F | 86 | 0 | 51 | 2E | 2 | 14E | 5E | 3A |
| Octal | 371 | 57 | 206 | 0 | 121 | 56 | 2 | 516 | 136 | 72 |
| Binary | 11111001 | 101111 | 10000110 | 0 | 1010001 | 101110 | 10 | 101001110 | 1011110 | 111010 |
Color Harmonies of #F92F86
Complementary color
Monochromatic Colors of #F92F86
Black with #F92F86
Text Example
Text Example
White with #F92F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F86; }
p { color: rgb(249,47,134); }
H1.HeaderClassName
{
color: #F92F86;
}
.AnyTagClassName
{
color: #F92F86;
}
</style>
background-color css
<style>
a { background-color: #F92F86; }
a { background-color: rgb(249,47,134); }
div.DivClassName
{
background-color: #F92F86;
}
.BgClassName
{
background-color: #F92F86;
}
</style>
border-color css
<style>
span { border-color: #F92F86; }
span { border-color: rgb(249,47,134); }
td.TdClassName
{
border-color: #F92F86;
}
.TagClassName
{
border-color: #F92F86;
}
</style>