Shades of Wild Strawberry #F7288F
Tints of Wild Strawberry #F7288F
RGB
CMYK
RGB Variations
Color information
#F7288F (or 0xF7288F) is known color: Wild Strawberry. HEX triplet: F7, 28 and 8F. RGB value is (247,40,143). Sum of RGB (Red+Green+Blue) = 247+40+143=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F7288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7288F is #08D770. Grayscale: #717171. Windows color (decimal): -579441 or 9382135. OLE color: 9382135.
HSL color Cylindrical-coordinate representation of color #F7288F: hue angle of 330.14º 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 #F7288F is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 143 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.03 |
| HSL | 330.14º | 0.93% | 0.56% | - |
| HSV(B) | 330.14º | 0.84% | 0.97% | - |
| XYZ | 44.07 | 23.27 | 28.16 | - |
| YUV | 113.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 143 | 0 | 0.84 | 0.42 | 0.03 | 330.14 | 0.93 | 0.56 |
| Hex | F7 | 28 | 8F | 0 | 54 | 2A | 3 | 14A | 5D | 38 |
| Octal | 367 | 50 | 217 | 0 | 124 | 52 | 3 | 512 | 135 | 70 |
| Binary | 11110111 | 101000 | 10001111 | 0 | 1010100 | 101010 | 11 | 101001010 | 1011101 | 111000 |
Color Harmonies of #F7288F
Complementary color
Monochromatic Colors of #F7288F
Black with #F7288F
Text Example
Text Example
White with #F7288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7288F; }
p { color: rgb(247,40,143); }
H1.HeaderClassName
{
color: #F7288F;
}
.AnyTagClassName
{
color: #F7288F;
}
</style>
background-color css
<style>
a { background-color: #F7288F; }
a { background-color: rgb(247,40,143); }
div.DivClassName
{
background-color: #F7288F;
}
.BgClassName
{
background-color: #F7288F;
}
</style>
border-color css
<style>
span { border-color: #F7288F; }
span { border-color: rgb(247,40,143); }
td.TdClassName
{
border-color: #F7288F;
}
.TagClassName
{
border-color: #F7288F;
}
</style>