Shades of Wild Strawberry #F62C90
Tints of Wild Strawberry #F62C90
RGB
CMYK
RGB Variations
Color information
#F62C90 (or 0xF62C90) is known color: Wild Strawberry. HEX triplet: F6, 2C and 90. RGB value is (246,44,144). Sum of RGB (Red+Green+Blue) = 246+44+144=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62C90 is #09D36F. Grayscale: #737373. Windows color (decimal): -643952 or 9448694. OLE color: 9448694.
HSL color Cylindrical-coordinate representation of color #F62C90: hue angle of 330.3º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62C90 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 144 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.04 |
| HSL | 330.3º | 0.92% | 0.57% | - |
| HSV(B) | 330.3º | 0.82% | 0.96% | - |
| XYZ | 43.94 | 23.41 | 28.59 | - |
| YUV | 115.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 144 | 0 | 0.82 | 0.41 | 0.04 | 330.3 | 0.92 | 0.57 |
| Hex | F6 | 2C | 90 | 0 | 52 | 29 | 4 | 14A | 5C | 39 |
| Octal | 366 | 54 | 220 | 0 | 122 | 51 | 4 | 512 | 134 | 71 |
| Binary | 11110110 | 101100 | 10010000 | 0 | 1010010 | 101001 | 100 | 101001010 | 1011100 | 111001 |
Color Harmonies of #F62C90
Complementary color
Monochromatic Colors of #F62C90
Black with #F62C90
Text Example
Text Example
White with #F62C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C90; }
p { color: rgb(246,44,144); }
H1.HeaderClassName
{
color: #F62C90;
}
.AnyTagClassName
{
color: #F62C90;
}
</style>
background-color css
<style>
a { background-color: #F62C90; }
a { background-color: rgb(246,44,144); }
div.DivClassName
{
background-color: #F62C90;
}
.BgClassName
{
background-color: #F62C90;
}
</style>
border-color css
<style>
span { border-color: #F62C90; }
span { border-color: rgb(246,44,144); }
td.TdClassName
{
border-color: #F62C90;
}
.TagClassName
{
border-color: #F62C90;
}
</style>