Shades of Wild Strawberry #F7287F
Tints of Wild Strawberry #F7287F
RGB
CMYK
RGB Variations
Color information
#F7287F (or 0xF7287F) is known color: Wild Strawberry. HEX triplet: F7, 28 and 7F. RGB value is (247,40,127). Sum of RGB (Red+Green+Blue) = 247+40+127=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F7287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7287F is #08D780. Grayscale: #6F6F6F. Windows color (decimal): -579457 or 8333559. OLE color: 8333559.
HSL color Cylindrical-coordinate representation of color #F7287F: hue angle of 334.78º 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 #F7287F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 127 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.03 |
| HSL | 334.78º | 0.93% | 0.56% | - |
| HSV(B) | 334.78º | 0.84% | 0.97% | - |
| XYZ | 42.95 | 22.82 | 22.22 | - |
| YUV | 111.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 127 | 0 | 0.84 | 0.49 | 0.03 | 334.78 | 0.93 | 0.56 |
| Hex | F7 | 28 | 7F | 0 | 54 | 31 | 3 | 14F | 5D | 38 |
| Octal | 367 | 50 | 177 | 0 | 124 | 61 | 3 | 517 | 135 | 70 |
| Binary | 11110111 | 101000 | 1111111 | 0 | 1010100 | 110001 | 11 | 101001111 | 1011101 | 111000 |
Color Harmonies of #F7287F
Complementary color
Monochromatic Colors of #F7287F
Black with #F7287F
Text Example
Text Example
White with #F7287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7287F; }
p { color: rgb(247,40,127); }
H1.HeaderClassName
{
color: #F7287F;
}
.AnyTagClassName
{
color: #F7287F;
}
</style>
background-color css
<style>
a { background-color: #F7287F; }
a { background-color: rgb(247,40,127); }
div.DivClassName
{
background-color: #F7287F;
}
.BgClassName
{
background-color: #F7287F;
}
</style>
border-color css
<style>
span { border-color: #F7287F; }
span { border-color: rgb(247,40,127); }
td.TdClassName
{
border-color: #F7287F;
}
.TagClassName
{
border-color: #F7287F;
}
</style>