Shades of Wild Strawberry #F92C90
Tints of Wild Strawberry #F92C90
RGB
CMYK
RGB Variations
Color information
#F92C90 (or 0xF92C90) is known color: Wild Strawberry. HEX triplet: F9, 2C and 90. RGB value is (249,44,144). Sum of RGB (Red+Green+Blue) = 249+44+144=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92C90 is #06D36F. Grayscale: #747474. Windows color (decimal): -447344 or 9448697. OLE color: 9448697.
HSL color Cylindrical-coordinate representation of color #F92C90: hue angle of 330.73º 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 #F92C90 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 144 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.02 |
| HSL | 330.73º | 0.94% | 0.57% | - |
| HSV(B) | 330.73º | 0.82% | 0.98% | - |
| XYZ | 45 | 23.95 | 28.64 | - |
| YUV | 116.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 144 | 0 | 0.82 | 0.42 | 0.02 | 330.73 | 0.94 | 0.57 |
| Hex | F9 | 2C | 90 | 0 | 52 | 2A | 2 | 14B | 5E | 39 |
| Octal | 371 | 54 | 220 | 0 | 122 | 52 | 2 | 513 | 136 | 71 |
| Binary | 11111001 | 101100 | 10010000 | 0 | 1010010 | 101010 | 10 | 101001011 | 1011110 | 111001 |
Color Harmonies of #F92C90
Complementary color
Monochromatic Colors of #F92C90
Black with #F92C90
Text Example
Text Example
White with #F92C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C90; }
p { color: rgb(249,44,144); }
H1.HeaderClassName
{
color: #F92C90;
}
.AnyTagClassName
{
color: #F92C90;
}
</style>
background-color css
<style>
a { background-color: #F92C90; }
a { background-color: rgb(249,44,144); }
div.DivClassName
{
background-color: #F92C90;
}
.BgClassName
{
background-color: #F92C90;
}
</style>
border-color css
<style>
span { border-color: #F92C90; }
span { border-color: rgb(249,44,144); }
td.TdClassName
{
border-color: #F92C90;
}
.TagClassName
{
border-color: #F92C90;
}
</style>