Shades of Wild Strawberry #F62A89
Tints of Wild Strawberry #F62A89
RGB
CMYK
RGB Variations
Color information
#F62A89 (or 0xF62A89) is known color: Wild Strawberry. HEX triplet: F6, 2A and 89. RGB value is (246,42,137). Sum of RGB (Red+Green+Blue) = 246+42+137=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62A89 is #09D576. Grayscale: #717171. Windows color (decimal): -644471 or 8989430. OLE color: 8989430.
HSL color Cylindrical-coordinate representation of color #F62A89: hue angle of 332.06º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62A89 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 137 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.04 |
| HSL | 332.06º | 0.92% | 0.56% | - |
| HSV(B) | 332.06º | 0.83% | 0.96% | - |
| XYZ | 43.35 | 23.05 | 25.83 | - |
| YUV | 113.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 137 | 0 | 0.83 | 0.44 | 0.04 | 332.06 | 0.92 | 0.56 |
| Hex | F6 | 2A | 89 | 0 | 53 | 2C | 4 | 14C | 5C | 38 |
| Octal | 366 | 52 | 211 | 0 | 123 | 54 | 4 | 514 | 134 | 70 |
| Binary | 11110110 | 101010 | 10001001 | 0 | 1010011 | 101100 | 100 | 101001100 | 1011100 | 111000 |
Color Harmonies of #F62A89
Complementary color
Monochromatic Colors of #F62A89
Black with #F62A89
Text Example
Text Example
White with #F62A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62A89; }
p { color: rgb(246,42,137); }
H1.HeaderClassName
{
color: #F62A89;
}
.AnyTagClassName
{
color: #F62A89;
}
</style>
background-color css
<style>
a { background-color: #F62A89; }
a { background-color: rgb(246,42,137); }
div.DivClassName
{
background-color: #F62A89;
}
.BgClassName
{
background-color: #F62A89;
}
</style>
border-color css
<style>
span { border-color: #F62A89; }
span { border-color: rgb(246,42,137); }
td.TdClassName
{
border-color: #F62A89;
}
.TagClassName
{
border-color: #F62A89;
}
</style>