Shades of Wild Strawberry #F62690
Tints of Wild Strawberry #F62690
RGB
CMYK
RGB Variations
Color information
#F62690 (or 0xF62690) is known color: Wild Strawberry. HEX triplet: F6, 26 and 90. RGB value is (246,38,144). Sum of RGB (Red+Green+Blue) = 246+38+144=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F62690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62690 is #09D96F. Grayscale: #707070. Windows color (decimal): -645488 or 9447158. OLE color: 9447158.
HSL color Cylindrical-coordinate representation of color #F62690: hue angle of 329.42º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62690 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 144 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.04 |
| HSL | 329.42º | 0.92% | 0.56% | - |
| HSV(B) | 329.42º | 0.85% | 0.96% | - |
| XYZ | 43.73 | 22.99 | 28.52 | - |
| YUV | 112.28 | 145.91 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 144 | 0 | 0.85 | 0.41 | 0.04 | 329.42 | 0.92 | 0.56 |
| Hex | F6 | 26 | 90 | 0 | 55 | 29 | 4 | 149 | 5C | 38 |
| Octal | 366 | 46 | 220 | 0 | 125 | 51 | 4 | 511 | 134 | 70 |
| Binary | 11110110 | 100110 | 10010000 | 0 | 1010101 | 101001 | 100 | 101001001 | 1011100 | 111000 |
Color Harmonies of #F62690
Complementary color
Monochromatic Colors of #F62690
Black with #F62690
Text Example
Text Example
White with #F62690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62690; }
p { color: rgb(246,38,144); }
H1.HeaderClassName
{
color: #F62690;
}
.AnyTagClassName
{
color: #F62690;
}
</style>
background-color css
<style>
a { background-color: #F62690; }
a { background-color: rgb(246,38,144); }
div.DivClassName
{
background-color: #F62690;
}
.BgClassName
{
background-color: #F62690;
}
</style>
border-color css
<style>
span { border-color: #F62690; }
span { border-color: rgb(246,38,144); }
td.TdClassName
{
border-color: #F62690;
}
.TagClassName
{
border-color: #F62690;
}
</style>