Shades of Wild Strawberry #F7287C
Tints of Wild Strawberry #F7287C
RGB
CMYK
RGB Variations
Color information
#F7287C (or 0xF7287C) is known color: Wild Strawberry. HEX triplet: F7, 28 and 7C. RGB value is (247,40,124). Sum of RGB (Red+Green+Blue) = 247+40+124=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7287C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7287C is #08D783. Grayscale: #6F6F6F. Windows color (decimal): -579460 or 8136951. OLE color: 8136951.
HSL color Cylindrical-coordinate representation of color #F7287C: hue angle of 335.65º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7287C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 124 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.03 |
| HSL | 335.65º | 0.93% | 0.56% | - |
| HSV(B) | 335.65º | 0.84% | 0.97% | - |
| XYZ | 42.75 | 22.75 | 21.21 | - |
| YUV | 111.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 124 | 0 | 0.84 | 0.50 | 0.03 | 335.65 | 0.93 | 0.56 |
| Hex | F7 | 28 | 7C | 0 | 54 | 32 | 3 | 150 | 5D | 38 |
| Octal | 367 | 50 | 174 | 0 | 124 | 62 | 3 | 520 | 135 | 70 |
| Binary | 11110111 | 101000 | 1111100 | 0 | 1010100 | 110010 | 11 | 101010000 | 1011101 | 111000 |
Color Harmonies of #F7287C
Complementary color
Monochromatic Colors of #F7287C
Black with #F7287C
Text Example
Text Example
White with #F7287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7287C; }
p { color: rgb(247,40,124); }
H1.HeaderClassName
{
color: #F7287C;
}
.AnyTagClassName
{
color: #F7287C;
}
</style>
background-color css
<style>
a { background-color: #F7287C; }
a { background-color: rgb(247,40,124); }
div.DivClassName
{
background-color: #F7287C;
}
.BgClassName
{
background-color: #F7287C;
}
</style>
border-color css
<style>
span { border-color: #F7287C; }
span { border-color: rgb(247,40,124); }
td.TdClassName
{
border-color: #F7287C;
}
.TagClassName
{
border-color: #F7287C;
}
</style>