Shades of Wild Strawberry #F7288B
Tints of Wild Strawberry #F7288B
RGB
CMYK
RGB Variations
Color information
#F7288B (or 0xF7288B) is known color: Wild Strawberry. HEX triplet: F7, 28 and 8B. RGB value is (247,40,139). Sum of RGB (Red+Green+Blue) = 247+40+139=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7288B is #08D774. Grayscale: #707070. Windows color (decimal): -579445 or 9119991. OLE color: 9119991.
HSL color Cylindrical-coordinate representation of color #F7288B: hue angle of 331.3º 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 #F7288B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 139 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.03 |
| HSL | 331.3º | 0.93% | 0.56% | - |
| HSV(B) | 331.3º | 0.84% | 0.97% | - |
| XYZ | 43.78 | 23.16 | 26.59 | - |
| YUV | 113.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 139 | 0 | 0.84 | 0.44 | 0.03 | 331.3 | 0.93 | 0.56 |
| Hex | F7 | 28 | 8B | 0 | 54 | 2C | 3 | 14B | 5D | 38 |
| Octal | 367 | 50 | 213 | 0 | 124 | 54 | 3 | 513 | 135 | 70 |
| Binary | 11110111 | 101000 | 10001011 | 0 | 1010100 | 101100 | 11 | 101001011 | 1011101 | 111000 |
Color Harmonies of #F7288B
Complementary color
Monochromatic Colors of #F7288B
Black with #F7288B
Text Example
Text Example
White with #F7288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7288B; }
p { color: rgb(247,40,139); }
H1.HeaderClassName
{
color: #F7288B;
}
.AnyTagClassName
{
color: #F7288B;
}
</style>
background-color css
<style>
a { background-color: #F7288B; }
a { background-color: rgb(247,40,139); }
div.DivClassName
{
background-color: #F7288B;
}
.BgClassName
{
background-color: #F7288B;
}
</style>
border-color css
<style>
span { border-color: #F7288B; }
span { border-color: rgb(247,40,139); }
td.TdClassName
{
border-color: #F7288B;
}
.TagClassName
{
border-color: #F7288B;
}
</style>