Shades of Wild Strawberry #F9287C
Tints of Wild Strawberry #F9287C
RGB
CMYK
RGB Variations
Color information
#F9287C (or 0xF9287C) is known color: Wild Strawberry. HEX triplet: F9, 28 and 7C. RGB value is (249,40,124). Sum of RGB (Red+Green+Blue) = 249+40+124=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9287C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9287C is #06D783. Grayscale: #6F6F6F. Windows color (decimal): -448388 or 8136953. OLE color: 8136953.
HSL color Cylindrical-coordinate representation of color #F9287C: hue angle of 335.89º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9287C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 124 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.02 |
| HSL | 335.89º | 0.95% | 0.57% | - |
| HSV(B) | 335.89º | 0.84% | 0.98% | - |
| XYZ | 43.46 | 23.11 | 21.24 | - |
| YUV | 112.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 124 | 0 | 0.84 | 0.50 | 0.02 | 335.89 | 0.95 | 0.57 |
| Hex | F9 | 28 | 7C | 0 | 54 | 32 | 2 | 150 | 5F | 39 |
| Octal | 371 | 50 | 174 | 0 | 124 | 62 | 2 | 520 | 137 | 71 |
| Binary | 11111001 | 101000 | 1111100 | 0 | 1010100 | 110010 | 10 | 101010000 | 1011111 | 111001 |
Color Harmonies of #F9287C
Complementary color
Monochromatic Colors of #F9287C
Black with #F9287C
Text Example
Text Example
White with #F9287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9287C; }
p { color: rgb(249,40,124); }
H1.HeaderClassName
{
color: #F9287C;
}
.AnyTagClassName
{
color: #F9287C;
}
</style>
background-color css
<style>
a { background-color: #F9287C; }
a { background-color: rgb(249,40,124); }
div.DivClassName
{
background-color: #F9287C;
}
.BgClassName
{
background-color: #F9287C;
}
</style>
border-color css
<style>
span { border-color: #F9287C; }
span { border-color: rgb(249,40,124); }
td.TdClassName
{
border-color: #F9287C;
}
.TagClassName
{
border-color: #F9287C;
}
</style>