Shades of Wild Strawberry #F92E97
Tints of Wild Strawberry #F92E97
RGB
CMYK
RGB Variations
Color information
#F92E97 (or 0xF92E97) is known color: Wild Strawberry. HEX triplet: F9, 2E and 97. RGB value is (249,46,151). Sum of RGB (Red+Green+Blue) = 249+46+151=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92E97 is #06D168. Grayscale: #767676. Windows color (decimal): -446825 or 9907961. OLE color: 9907961.
HSL color Cylindrical-coordinate representation of color #F92E97: hue angle of 328.97º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92E97 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 151 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.02 |
| HSL | 328.97º | 0.94% | 0.58% | - |
| HSV(B) | 328.97º | 0.82% | 0.98% | - |
| XYZ | 45.63 | 24.33 | 31.57 | - |
| YUV | 118.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 151 | 0 | 0.82 | 0.39 | 0.02 | 328.97 | 0.94 | 0.58 |
| Hex | F9 | 2E | 97 | 0 | 52 | 27 | 2 | 149 | 5E | 3A |
| Octal | 371 | 56 | 227 | 0 | 122 | 47 | 2 | 511 | 136 | 72 |
| Binary | 11111001 | 101110 | 10010111 | 0 | 1010010 | 100111 | 10 | 101001001 | 1011110 | 111010 |
Color Harmonies of #F92E97
Complementary color
Monochromatic Colors of #F92E97
Black with #F92E97
Text Example
Text Example
White with #F92E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E97; }
p { color: rgb(249,46,151); }
H1.HeaderClassName
{
color: #F92E97;
}
.AnyTagClassName
{
color: #F92E97;
}
</style>
background-color css
<style>
a { background-color: #F92E97; }
a { background-color: rgb(249,46,151); }
div.DivClassName
{
background-color: #F92E97;
}
.BgClassName
{
background-color: #F92E97;
}
</style>
border-color css
<style>
span { border-color: #F92E97; }
span { border-color: rgb(249,46,151); }
td.TdClassName
{
border-color: #F92E97;
}
.TagClassName
{
border-color: #F92E97;
}
</style>