Shades of Wild Strawberry #F62890
Tints of Wild Strawberry #F62890
RGB
CMYK
RGB Variations
Color information
#F62890 (or 0xF62890) is known color: Wild Strawberry. HEX triplet: F6, 28 and 90. RGB value is (246,40,144). Sum of RGB (Red+Green+Blue) = 246+40+144=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F62890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62890 is #09D76F. Grayscale: #717171. Windows color (decimal): -644976 or 9447670. OLE color: 9447670.
HSL color Cylindrical-coordinate representation of color #F62890: hue angle of 329.71º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62890 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 144 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.04 |
| HSL | 329.71º | 0.92% | 0.56% | - |
| HSV(B) | 329.71º | 0.84% | 0.96% | - |
| XYZ | 43.8 | 23.12 | 28.54 | - |
| YUV | 113.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 144 | 0 | 0.84 | 0.41 | 0.04 | 329.71 | 0.92 | 0.56 |
| Hex | F6 | 28 | 90 | 0 | 54 | 29 | 4 | 14A | 5C | 38 |
| Octal | 366 | 50 | 220 | 0 | 124 | 51 | 4 | 512 | 134 | 70 |
| Binary | 11110110 | 101000 | 10010000 | 0 | 1010100 | 101001 | 100 | 101001010 | 1011100 | 111000 |
Color Harmonies of #F62890
Complementary color
Monochromatic Colors of #F62890
Black with #F62890
Text Example
Text Example
White with #F62890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62890; }
p { color: rgb(246,40,144); }
H1.HeaderClassName
{
color: #F62890;
}
.AnyTagClassName
{
color: #F62890;
}
</style>
background-color css
<style>
a { background-color: #F62890; }
a { background-color: rgb(246,40,144); }
div.DivClassName
{
background-color: #F62890;
}
.BgClassName
{
background-color: #F62890;
}
</style>
border-color css
<style>
span { border-color: #F62890; }
span { border-color: rgb(246,40,144); }
td.TdClassName
{
border-color: #F62890;
}
.TagClassName
{
border-color: #F62890;
}
</style>