Shades of Wild Strawberry #F62B90
Tints of Wild Strawberry #F62B90
RGB
CMYK
RGB Variations
Color information
#F62B90 (or 0xF62B90) is known color: Wild Strawberry. HEX triplet: F6, 2B and 90. RGB value is (246,43,144). Sum of RGB (Red+Green+Blue) = 246+43+144=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62B90 is #09D46F. Grayscale: #737373. Windows color (decimal): -644208 or 9448438. OLE color: 9448438.
HSL color Cylindrical-coordinate representation of color #F62B90: hue angle of 330.15º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62B90 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 144 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.04 |
| HSL | 330.15º | 0.92% | 0.57% | - |
| HSV(B) | 330.15º | 0.83% | 0.96% | - |
| XYZ | 43.9 | 23.33 | 28.58 | - |
| YUV | 115.21 | 144.25 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 144 | 0 | 0.83 | 0.41 | 0.04 | 330.15 | 0.92 | 0.57 |
| Hex | F6 | 2B | 90 | 0 | 53 | 29 | 4 | 14A | 5C | 39 |
| Octal | 366 | 53 | 220 | 0 | 123 | 51 | 4 | 512 | 134 | 71 |
| Binary | 11110110 | 101011 | 10010000 | 0 | 1010011 | 101001 | 100 | 101001010 | 1011100 | 111001 |
Color Harmonies of #F62B90
Complementary color
Monochromatic Colors of #F62B90
Black with #F62B90
Text Example
Text Example
White with #F62B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B90; }
p { color: rgb(246,43,144); }
H1.HeaderClassName
{
color: #F62B90;
}
.AnyTagClassName
{
color: #F62B90;
}
</style>
background-color css
<style>
a { background-color: #F62B90; }
a { background-color: rgb(246,43,144); }
div.DivClassName
{
background-color: #F62B90;
}
.BgClassName
{
background-color: #F62B90;
}
</style>
border-color css
<style>
span { border-color: #F62B90; }
span { border-color: rgb(246,43,144); }
td.TdClassName
{
border-color: #F62B90;
}
.TagClassName
{
border-color: #F62B90;
}
</style>