Shades of Wild Strawberry #F92C8F
Tints of Wild Strawberry #F92C8F
RGB
CMYK
RGB Variations
Color information
#F92C8F (or 0xF92C8F) is known color: Wild Strawberry. HEX triplet: F9, 2C and 8F. RGB value is (249,44,143). Sum of RGB (Red+Green+Blue) = 249+44+143=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92C8F is #06D370. Grayscale: #747474. Windows color (decimal): -447345 or 9383161. OLE color: 9383161.
HSL color Cylindrical-coordinate representation of color #F92C8F: hue angle of 331.02º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C8F is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 143 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.02 |
| HSL | 331.02º | 0.94% | 0.57% | - |
| HSV(B) | 331.02º | 0.82% | 0.98% | - |
| XYZ | 44.93 | 23.92 | 28.24 | - |
| YUV | 116.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 143 | 0 | 0.82 | 0.43 | 0.02 | 331.02 | 0.94 | 0.57 |
| Hex | F9 | 2C | 8F | 0 | 52 | 2B | 2 | 14B | 5E | 39 |
| Octal | 371 | 54 | 217 | 0 | 122 | 53 | 2 | 513 | 136 | 71 |
| Binary | 11111001 | 101100 | 10001111 | 0 | 1010010 | 101011 | 10 | 101001011 | 1011110 | 111001 |
Color Harmonies of #F92C8F
Complementary color
Monochromatic Colors of #F92C8F
Black with #F92C8F
Text Example
Text Example
White with #F92C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C8F; }
p { color: rgb(249,44,143); }
H1.HeaderClassName
{
color: #F92C8F;
}
.AnyTagClassName
{
color: #F92C8F;
}
</style>
background-color css
<style>
a { background-color: #F92C8F; }
a { background-color: rgb(249,44,143); }
div.DivClassName
{
background-color: #F92C8F;
}
.BgClassName
{
background-color: #F92C8F;
}
</style>
border-color css
<style>
span { border-color: #F92C8F; }
span { border-color: rgb(249,44,143); }
td.TdClassName
{
border-color: #F92C8F;
}
.TagClassName
{
border-color: #F92C8F;
}
</style>