Shades of Wild Strawberry #F92D90
Tints of Wild Strawberry #F92D90
RGB
CMYK
RGB Variations
Color information
#F92D90 (or 0xF92D90) is known color: Wild Strawberry. HEX triplet: F9, 2D and 90. RGB value is (249,45,144). Sum of RGB (Red+Green+Blue) = 249+45+144=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92D90 is #06D26F. Grayscale: #757575. Windows color (decimal): -447088 or 9448953. OLE color: 9448953.
HSL color Cylindrical-coordinate representation of color #F92D90: hue angle of 330.88º 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 #F92D90 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 144 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.02 |
| HSL | 330.88º | 0.94% | 0.58% | - |
| HSV(B) | 330.88º | 0.82% | 0.98% | - |
| XYZ | 45.04 | 24.03 | 28.65 | - |
| YUV | 117.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 144 | 0 | 0.82 | 0.42 | 0.02 | 330.88 | 0.94 | 0.58 |
| Hex | F9 | 2D | 90 | 0 | 52 | 2A | 2 | 14B | 5E | 3A |
| Octal | 371 | 55 | 220 | 0 | 122 | 52 | 2 | 513 | 136 | 72 |
| Binary | 11111001 | 101101 | 10010000 | 0 | 1010010 | 101010 | 10 | 101001011 | 1011110 | 111010 |
Color Harmonies of #F92D90
Complementary color
Monochromatic Colors of #F92D90
Black with #F92D90
Text Example
Text Example
White with #F92D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D90; }
p { color: rgb(249,45,144); }
H1.HeaderClassName
{
color: #F92D90;
}
.AnyTagClassName
{
color: #F92D90;
}
</style>
background-color css
<style>
a { background-color: #F92D90; }
a { background-color: rgb(249,45,144); }
div.DivClassName
{
background-color: #F92D90;
}
.BgClassName
{
background-color: #F92D90;
}
</style>
border-color css
<style>
span { border-color: #F92D90; }
span { border-color: rgb(249,45,144); }
td.TdClassName
{
border-color: #F92D90;
}
.TagClassName
{
border-color: #F92D90;
}
</style>