Shades of Wild Strawberry #F72888
Tints of Wild Strawberry #F72888
RGB
CMYK
RGB Variations
Color information
#F72888 (or 0xF72888) is known color: Wild Strawberry. HEX triplet: F7, 28 and 88. RGB value is (247,40,136). Sum of RGB (Red+Green+Blue) = 247+40+136=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F72888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72888 is #08D777. Grayscale: #707070. Windows color (decimal): -579448 or 8923383. OLE color: 8923383.
HSL color Cylindrical-coordinate representation of color #F72888: hue angle of 332.17º 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 #F72888 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 136 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.03 |
| HSL | 332.17º | 0.93% | 0.56% | - |
| HSV(B) | 332.17º | 0.84% | 0.97% | - |
| XYZ | 43.56 | 23.07 | 25.45 | - |
| YUV | 112.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 136 | 0 | 0.84 | 0.45 | 0.03 | 332.17 | 0.93 | 0.56 |
| Hex | F7 | 28 | 88 | 0 | 54 | 2D | 3 | 14C | 5D | 38 |
| Octal | 367 | 50 | 210 | 0 | 124 | 55 | 3 | 514 | 135 | 70 |
| Binary | 11110111 | 101000 | 10001000 | 0 | 1010100 | 101101 | 11 | 101001100 | 1011101 | 111000 |
Color Harmonies of #F72888
Complementary color
Monochromatic Colors of #F72888
Black with #F72888
Text Example
Text Example
White with #F72888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72888; }
p { color: rgb(247,40,136); }
H1.HeaderClassName
{
color: #F72888;
}
.AnyTagClassName
{
color: #F72888;
}
</style>
background-color css
<style>
a { background-color: #F72888; }
a { background-color: rgb(247,40,136); }
div.DivClassName
{
background-color: #F72888;
}
.BgClassName
{
background-color: #F72888;
}
</style>
border-color css
<style>
span { border-color: #F72888; }
span { border-color: rgb(247,40,136); }
td.TdClassName
{
border-color: #F72888;
}
.TagClassName
{
border-color: #F72888;
}
</style>