Shades of Wild Strawberry #F72690
Tints of Wild Strawberry #F72690
RGB
CMYK
RGB Variations
Color information
#F72690 (or 0xF72690) is known color: Wild Strawberry. HEX triplet: F7, 26 and 90. RGB value is (247,38,144). Sum of RGB (Red+Green+Blue) = 247+38+144=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F72690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72690 is #08D96F. Grayscale: #707070. Windows color (decimal): -579952 or 9447159. OLE color: 9447159.
HSL color Cylindrical-coordinate representation of color #F72690: hue angle of 329.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72690 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 144 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.03 |
| HSL | 329.57º | 0.93% | 0.56% | - |
| HSV(B) | 329.57º | 0.85% | 0.97% | - |
| XYZ | 44.08 | 23.17 | 28.54 | - |
| YUV | 112.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 144 | 0 | 0.85 | 0.42 | 0.03 | 329.57 | 0.93 | 0.56 |
| Hex | F7 | 26 | 90 | 0 | 55 | 2A | 3 | 14A | 5D | 38 |
| Octal | 367 | 46 | 220 | 0 | 125 | 52 | 3 | 512 | 135 | 70 |
| Binary | 11110111 | 100110 | 10010000 | 0 | 1010101 | 101010 | 11 | 101001010 | 1011101 | 111000 |
Color Harmonies of #F72690
Complementary color
Monochromatic Colors of #F72690
Black with #F72690
Text Example
Text Example
White with #F72690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72690; }
p { color: rgb(247,38,144); }
H1.HeaderClassName
{
color: #F72690;
}
.AnyTagClassName
{
color: #F72690;
}
</style>
background-color css
<style>
a { background-color: #F72690; }
a { background-color: rgb(247,38,144); }
div.DivClassName
{
background-color: #F72690;
}
.BgClassName
{
background-color: #F72690;
}
</style>
border-color css
<style>
span { border-color: #F72690; }
span { border-color: rgb(247,38,144); }
td.TdClassName
{
border-color: #F72690;
}
.TagClassName
{
border-color: #F72690;
}
</style>