Shades of Wild Strawberry #F7298C
Tints of Wild Strawberry #F7298C
RGB
CMYK
RGB Variations
Color information
#F7298C (or 0xF7298C) is known color: Wild Strawberry. HEX triplet: F7, 29 and 8C. RGB value is (247,41,140). Sum of RGB (Red+Green+Blue) = 247+41+140=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F7298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7298C is #08D673. Grayscale: #717171. Windows color (decimal): -579188 or 9185783. OLE color: 9185783.
HSL color Cylindrical-coordinate representation of color #F7298C: hue angle of 331.17º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7298C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 140 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.03 |
| HSL | 331.17º | 0.93% | 0.56% | - |
| HSV(B) | 331.17º | 0.83% | 0.97% | - |
| XYZ | 43.88 | 23.25 | 26.99 | - |
| YUV | 113.88 | 142.75 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 140 | 0 | 0.83 | 0.43 | 0.03 | 331.17 | 0.93 | 0.56 |
| Hex | F7 | 29 | 8C | 0 | 53 | 2B | 3 | 14B | 5D | 38 |
| Octal | 367 | 51 | 214 | 0 | 123 | 53 | 3 | 513 | 135 | 70 |
| Binary | 11110111 | 101001 | 10001100 | 0 | 1010011 | 101011 | 11 | 101001011 | 1011101 | 111000 |
Color Harmonies of #F7298C
Complementary color
Monochromatic Colors of #F7298C
Black with #F7298C
Text Example
Text Example
White with #F7298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7298C; }
p { color: rgb(247,41,140); }
H1.HeaderClassName
{
color: #F7298C;
}
.AnyTagClassName
{
color: #F7298C;
}
</style>
background-color css
<style>
a { background-color: #F7298C; }
a { background-color: rgb(247,41,140); }
div.DivClassName
{
background-color: #F7298C;
}
.BgClassName
{
background-color: #F7298C;
}
</style>
border-color css
<style>
span { border-color: #F7298C; }
span { border-color: rgb(247,41,140); }
td.TdClassName
{
border-color: #F7298C;
}
.TagClassName
{
border-color: #F7298C;
}
</style>