Shades of Wild Strawberry #F7288D
Tints of Wild Strawberry #F7288D
RGB
CMYK
RGB Variations
Color information
#F7288D (or 0xF7288D) is known color: Wild Strawberry. HEX triplet: F7, 28 and 8D. RGB value is (247,40,141). Sum of RGB (Red+Green+Blue) = 247+40+141=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F7288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7288D is #08D772. Grayscale: #717171. Windows color (decimal): -579443 or 9251063. OLE color: 9251063.
HSL color Cylindrical-coordinate representation of color #F7288D: hue angle of 330.72º 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 #F7288D is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 141 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.03 |
| HSL | 330.72º | 0.93% | 0.56% | - |
| HSV(B) | 330.72º | 0.84% | 0.97% | - |
| XYZ | 43.92 | 23.21 | 27.37 | - |
| YUV | 113.41 | 143.58 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 141 | 0 | 0.84 | 0.43 | 0.03 | 330.72 | 0.93 | 0.56 |
| Hex | F7 | 28 | 8D | 0 | 54 | 2B | 3 | 14B | 5D | 38 |
| Octal | 367 | 50 | 215 | 0 | 124 | 53 | 3 | 513 | 135 | 70 |
| Binary | 11110111 | 101000 | 10001101 | 0 | 1010100 | 101011 | 11 | 101001011 | 1011101 | 111000 |
Color Harmonies of #F7288D
Complementary color
Monochromatic Colors of #F7288D
Black with #F7288D
Text Example
Text Example
White with #F7288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7288D; }
p { color: rgb(247,40,141); }
H1.HeaderClassName
{
color: #F7288D;
}
.AnyTagClassName
{
color: #F7288D;
}
</style>
background-color css
<style>
a { background-color: #F7288D; }
a { background-color: rgb(247,40,141); }
div.DivClassName
{
background-color: #F7288D;
}
.BgClassName
{
background-color: #F7288D;
}
</style>
border-color css
<style>
span { border-color: #F7288D; }
span { border-color: rgb(247,40,141); }
td.TdClassName
{
border-color: #F7288D;
}
.TagClassName
{
border-color: #F7288D;
}
</style>