Shades of Wild Strawberry #F92D8D
Tints of Wild Strawberry #F92D8D
RGB
CMYK
RGB Variations
Color information
#F92D8D (or 0xF92D8D) is known color: Wild Strawberry. HEX triplet: F9, 2D and 8D. RGB value is (249,45,141). Sum of RGB (Red+Green+Blue) = 249+45+141=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92D8D is #06D272. Grayscale: #747474. Windows color (decimal): -447091 or 9252345. OLE color: 9252345.
HSL color Cylindrical-coordinate representation of color #F92D8D: hue angle of 331.76º 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 #F92D8D is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 141 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.02 |
| HSL | 331.76º | 0.94% | 0.58% | - |
| HSV(B) | 331.76º | 0.82% | 0.98% | - |
| XYZ | 44.81 | 23.94 | 27.46 | - |
| YUV | 116.94 | 141.59 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 141 | 0 | 0.82 | 0.43 | 0.02 | 331.76 | 0.94 | 0.58 |
| Hex | F9 | 2D | 8D | 0 | 52 | 2B | 2 | 14C | 5E | 3A |
| Octal | 371 | 55 | 215 | 0 | 122 | 53 | 2 | 514 | 136 | 72 |
| Binary | 11111001 | 101101 | 10001101 | 0 | 1010010 | 101011 | 10 | 101001100 | 1011110 | 111010 |
Color Harmonies of #F92D8D
Complementary color
Monochromatic Colors of #F92D8D
Black with #F92D8D
Text Example
Text Example
White with #F92D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D8D; }
p { color: rgb(249,45,141); }
H1.HeaderClassName
{
color: #F92D8D;
}
.AnyTagClassName
{
color: #F92D8D;
}
</style>
background-color css
<style>
a { background-color: #F92D8D; }
a { background-color: rgb(249,45,141); }
div.DivClassName
{
background-color: #F92D8D;
}
.BgClassName
{
background-color: #F92D8D;
}
</style>
border-color css
<style>
span { border-color: #F92D8D; }
span { border-color: rgb(249,45,141); }
td.TdClassName
{
border-color: #F92D8D;
}
.TagClassName
{
border-color: #F92D8D;
}
</style>